.. |
.gitignore
|
|
|
Makefile
|
Squashed commit of the following:
|
2018-07-22 15:13:39 -06:00 |
stm32_appinit.c
|
configs/stm32f4discovery: Building of stm32_appinit.c should not depend on CONFIG_NSH_LIBRARY but on CONFIG_LIB_BOARDCTL.
|
2018-03-16 12:16:19 -06:00 |
stm32_autoleds.c
|
|
|
stm32_bh1750fvi.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_bmp180.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_boot.c
|
Remove configurations using canutils/libuavcan and examples/uavcan. libuavcan has not built for a year or so. The basic problem is that as NuttX advances, the old frozen versino of libuavcan has become absolute because it violates the portable POSIX OS interface. No one is maintaining the port so there is no alternative but to remove it.
|
2018-03-23 07:37:49 -06:00 |
stm32_bringup.c
|
binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem.
|
2018-08-23 09:09:39 -06:00 |
stm32_buttons.c
|
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
|
2017-11-25 12:06:22 -06:00 |
stm32_can.c
|
|
|
stm32_cs43l22.c
|
|
|
stm32_ethernet.c
|
|
|
stm32_extmem.c
|
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
|
2017-11-25 12:06:22 -06:00 |
stm32_hciuart.c
|
include/nuttx/wireless/bluetooth: Move Bluetooth header files from include/nuttx/wireless to include/nuttx/wireless/bluetooth for symmetry with other wireless technologies.
|
2018-04-29 12:43:09 -06:00 |
stm32_idle.c
|
|
|
stm32_lis3dsh.c
|
Remove trailing spaces at the end of lines.
|
2018-08-13 07:39:38 -06:00 |
stm32_max6675.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_max7219_leds.c
|
Squashed commit of the following:
|
2018-07-22 15:13:39 -06:00 |
stm32_max7219.c
|
configs/stm32f4discovery: Add MAX7219 support to STM32F4Discovery board
|
2018-04-21 17:41:01 -06:00 |
stm32_max31855.c
|
drivers/sensors/max31855: Add multiple max31855 sensors feature and support for bambino-200e and stm32f4discovery
|
2018-04-09 15:36:27 -06:00 |
stm32_netinit.c
|
Merged in masayuki2009/nuttx.nuttx/stm32f4discovery_rndis (pull request #533)
|
2017-11-13 08:55:41 +00:00 |
stm32_nunchuck.c
|
Add missing file in previous commit
|
2017-11-28 12:54:03 -06:00 |
stm32_ostest.c
|
|
|
stm32_pca9635.c
|
drivers/leds/pca9635pw.c configs/stm32f4discovery/src/stm32_pca9635.c: Fix pca9635pw LED driver compilation
|
2018-07-07 16:24:11 -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_pmbuttons.c
|
|
|
stm32_pwm.c
|
|
|
stm32_qencoder.c
|
|
|
stm32_rgbled.c
|
configs/stm32f4discovery/src/stm32_rgbled.c: Krassimir Cheshmedzhiev claims that sys/types.h needs to be included to avoid undeclared 'OK'
|
2018-07-15 08:02:03 -06:00 |
stm32_romfs_initialize.c
|
Cosmetic changes from review of last PR
|
2017-09-28 08:30:41 -06:00 |
stm32_romfs.h
|
Cosmetic changes from review of last PR
|
2017-09-28 08:30:41 -06:00 |
stm32_sdio.c
|
|
|
stm32_spi.c
|
Squashed commit of the following:
|
2018-07-22 15:13:39 -06:00 |
stm32_ssd1289.c
|
|
|
stm32_ssd1351.c
|
|
|
stm32_st7567.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_timer.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_ug2864ambag01.c
|
|
|
stm32_ug2864hsweg01.c
|
|
|
stm32_uid.c
|
|
|
stm32_usb.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
stm32_usbmsc.c
|
configs/stm32f4discovery: Add a USB MSC configuration
|
2017-10-13 10:02:22 -06:00 |
stm32_userleds.c
|
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
|
2017-11-25 12:06:22 -06:00 |
stm32_xen1210.c
|
drivers/sensors: Fix more naming of configurations to be compliant for two more drivers. Still a few more to go.
|
2017-08-24 10:26:53 -06:00 |
stm32_zerocross.c
|
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
|
2017-11-25 12:06:22 -06:00 |
stm32f4discovery.h
|
binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem.
|
2018-08-23 09:09:39 -06:00 |