.. |
.gitignore
|
|
|
Makefile
|
configs/stm32f4discovery: Add board support to display ST7032i
|
2018-11-24 18:49:10 -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
|
Various initialization functions in configs/: Change /dev/slcd to /dev/slcd0 for consistency
|
2018-11-25 14:00:20 -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_critmon.c
|
configs/stm32f4discovery/src/stm32_critmon.c: include dwt.h, don't define DWT_CYCNT inline.
|
2018-11-27 09:39:09 -06:00 |
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_mlx90614.c
|
configs/stm32f4discovery/src/stm32_mlx90614.c: Add MLX90614 support for the STM32F4Discovery board
|
2018-10-28 16:00:58 -06:00 |
stm32_netinit.c
|
|
|
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
|
|
|
stm32_romfs.h
|
|
|
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_st7032.c
|
configs/stm32f4discovery: Add board support to display ST7032i
|
2018-11-24 18:49:10 -06:00 |
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
|
|
|
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
|
|
|
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
|
configs/stm32f4discovery: Add board support to display ST7032i
|
2018-11-24 18:49:10 -06:00 |