.. |
.gitignore
|
Add support for the STM32F429I-Discovery board from Ken Pettit
|
2013-11-07 16:55:45 -06:00 |
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
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
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
|
STM32F429i-Discovery: Need to add pin disambiguation due to changes to pinmap header files
|
2015-11-01 17:40:30 -06:00 |
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
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
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 antmerlino/nuttx/big-endian (pull request #784)
|
2018-12-16 20:33:54 +00:00 |
stm32_ostest.c
|
Rename CONFIG_EXAMPLES_OSTEST -> CONFIG_TESTING_OSTEST
|
2018-12-12 17:56:02 -06:00 |
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
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
stm32f429i-disco.h
|
Merged in raiden00/nuttx_pe (pull request #758)
|
2018-11-12 15:45:55 +00:00 |