nuttx/configs/stm32ldiscovery/src
2016-12-05 17:37:19 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Makefile Remove all implementatinos of up_wdginitialize(). It is no longer used. 2016-05-18 19:48:42 -06:00
stm32_appinit.c Finish removing traces of BOARDIOC_PWMSETUP 2016-12-05 14:56:21 -06:00
stm32_autoleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
stm32_boot.c Rename up_boot to arm_boot 2016-05-12 13:42:49 -06:00
stm32_buttons.c On stm32F2xx gpio is encoded to 20bits but the button definitions use 16bit type. 2016-02-25 11:12:27 -06:00
stm32_lcd.c Centralize definitions associated with CONFIG_DEBUG_LCD 2016-06-15 11:40:33 -06:00
stm32_pwm.c In last commit, ENODEV is a better error to report than ENOSYS. 2016-12-05 17:37:19 -06:00
stm32_qencoder.c The examples/qencoder app was trying to init the encoder by a direct call into the board, cheating in a local header to declare the normally unavailable function prototype. 2016-11-22 06:26:32 -06:00
stm32_spi.c Centralize definitions associated with CONFIG_DEBUG_SPI 2016-06-15 10:41:13 -06:00
stm32_userleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
stm32ldiscovery.h Finish removing traces of BOARDIOC_PWMSETUP 2016-12-05 14:56:21 -06:00