summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p207
Commit message (Expand)AuthorAgeFilesLines
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-7/+7
* Rename up_irqbutton() to board_button_irq()Gregory Nutt2014-01-241-4/+4
* Rename up_buttons() to board_buttons()Gregory Nutt2014-01-241-7/+7
* Rename up_buttoninit to board_button_intializeGregory Nutt2014-01-242-6/+9
* The optimization level can now be selected as part of the configurationGregory Nutt2014-01-241-1/+0
* Change how TCP read-ahead is selected to better integrate with TCP write buff...Gregory Nutt2014-01-131-0/+1
* Finishes separation of debug symbols and optimization selectionsGregory Nutt2013-12-201-2/+4
* STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig fileGregory Nutt2013-11-141-3/+5
* Added support for the Olimex STM32 P207 board. From Martin LederhilgerGregory Nutt2013-10-2412-89/+100
* apps/examples/can: Fix an error in a debug statement. From Martin LederhilgerGregory Nutt2013-10-2418-0/+3429