nuttx/configs/stm32f429i-disco/src
2018-12-03 17:41:59 -06:00
..
.gitignore
Makefile Merged in raiden00/nuttx_pe (pull request #767) 2018-11-23 23:33:45 +00:00
stm32_adc.c Merged in raiden00/nuttx_pe (pull request #758) 2018-11-12 15:45:55 +00:00
stm32_appinit.c configs/stm32429i-disco/src: Fix a compile error when CONFIG_BOARD_INITIALIZE is defined. 2017-11-14 16:52:22 -06:00
stm32_autoleds.c
stm32_boot.c configst/stm3240g-eval: Remove only bogus logic to start the NX server. That was there only to support the knxwm configuration and was implemented priorit to boardctl(BOARCIOC_NX_START). 2018-01-18 06:57:38 -06:00
stm32_bringup.c Merged in raiden00/nuttx_pe (pull request #758) 2018-11-12 15:45:55 +00:00
stm32_buttons.c Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set. 2017-04-09 14:44:49 -06:00
stm32_extmem.c
stm32_highpri.c In the current implementation we only use very high priority interrupts (levels 0, 0x10 and 0x20 in CORTEX-M speak) but that means there are loads of lower priority ones that are effectively unused. I have *not* changed the semantics of these levels but have 'shifted' them to be based around the midpoint of the available interrupts (0x80) rather than at the top end....that allows for interrupts to be defined above (or, indeed, below) them as needed by the application. This should have no functional effect on existing code but adds in a clean capability to define higher priority interrupts. 2018-12-03 17:41:59 -06:00
stm32_idle.c
stm32_ili93414ws.c Merged in MarcoKrahl/nuttx/ltdc (pull request #654) 2018-06-08 13:24:57 +00:00
stm32_l3gd20.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_lcd.c Merged in MarcoKrahl/nuttx/ltdc (pull request #652) 2018-06-06 16:05:05 +00:00
stm32_ostest.c
stm32_pwm.c Merged in raiden00/nuttx_pe (pull request #733) 2018-10-14 14:08:52 +00:00
stm32_spi.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_stmpe811.c This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
stm32_usb.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_userleds.c
stm32f429i-disco.h Merged in raiden00/nuttx_pe (pull request #758) 2018-11-12 15:45:55 +00:00