.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver.
|
2017-08-24 11:11:06 -06:00 |
mikroe-stm32f4.h
|
This commit eliminates the BOARDIOC_TSCTEST_SETUP command.
|
2018-01-17 09:33:28 -06:00 |
stm32_appinit.c
|
configs: Review all implementations of board_lcd_initialize(). The NuttX convention is that all internal functions that return errors as an 'int' must return a negated errno value on failure and a non-negative value on success. Most were right but eight of them had cloned logic that returns 1 on success and zero on failure... both of which are interpreted as success by the caller since they are non-negative.
|
2018-04-21 18:03:01 -06:00 |
stm32_boot.c
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver.
|
2017-08-24 11:11:06 -06:00 |
stm32_clockconfig.c
|
Remove internal from name of all board header files
|
2015-12-29 15:44:56 -06:00 |
stm32_extmem.c
|
Remove internal from name of all board header files
|
2015-12-29 15:44:56 -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_mio283qt2.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_mio283qt9a.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_pm.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver.
|
2017-08-24 11:11:06 -06:00 |
stm32_touchscreen.c
|
Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603)
|
2018-02-20 18:24:53 +00:00 |
stm32_usb.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_vs1053.c
|
drivers/audio: Fix naming of configurations to be compliant for vs1053 audio driver.
|
2017-08-24 11:11:06 -06:00 |