summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/olimex-stm32-p207/src
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() int...Gregory Nutt1-2/+5
2015-03-31Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt3-22/+5
2015-03-21Olimex STM32 P207: Rename files for better conformance to naming conventionsGregory Nutt11-41/+35
2015-02-27Move board_ prototypes from arch.h to board.hGregory Nutt1-1/+2
2015-02-27configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2-6/+11
2014-10-08All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt1-21/+5
2014-09-01Remove final traces of the 8015 from the NuttX source treeGregory Nutt1-1/+1
2014-07-07Fix some cloned errors in SAM GPIO interrupt setupGregory Nutt1-1/+1
2014-01-24rename up_led*() functions to board_led_*()Gregory Nutt2-7/+7
2014-01-24Rename up_irqbutton() to board_button_irq()Gregory Nutt1-4/+4
2014-01-24Rename up_buttons() to board_buttons()Gregory Nutt1-7/+7
2014-01-24Rename up_buttoninit to board_button_intializeGregory Nutt2-6/+9
2013-10-24Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt10-73/+86
2013-10-24apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt11-0/+1845