summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32_tiny/src
Commit message (Expand)AuthorAgeFilesLines
* Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.Gregory Nutt2015-04-011-1/+1
* Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that ...Gregory Nutt2015-03-311-3/+5
* Rename arch_nshinitialize() to board_app_initialize()Gregory Nutt2015-03-311-2/+4
* STM32 Tiny: Rename files for better conformance to naming conventionsGregory Nutt2015-03-2110-34/+34
* configs/: board function prototypes are now in include/nuttx/board.h. Remove...Gregory Nutt2015-02-272-4/+6
* All NSH-related files under nuttx/configs changed to use the corrected syslog...Gregory Nutt2014-10-081-18/+2
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* rename up_led*() functions to board_led_*()Gregory Nutt2014-01-242-8/+8
* Created new directories to hold SPI-related filesGregory Nutt2013-07-013-100/+99
* Fix nRF24L01+ driver integration for the STM32 Tiny. From Laurent Latil.Gregory Nutt2013-06-011-11/+1
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. Add...Gregory Nutt2013-05-301-0/+3
* Add support for the STM32 Tiny development board from Laurent LatilGregory Nutt2013-05-2810-0/+1264