.. |
.gitignore
|
|
|
Makefile
|
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_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
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
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
|
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_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
|
Move CAN subsystem to its own directory and put device drivers there
|
2017-05-12 11:48:47 -03:00 |
stm32_cs43l22.c
|
STM32F4: add cs43l22 audio driver and i2s driver
|
2017-05-21 14:14:09 -06:00 |
stm32_ethernet.c
|
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
|
2017-05-11 13:35:56 -06:00 |
stm32_extmem.c
|
STM32F4 Discovery: Fix some errors do missing inclusion of stm32_gpio.h
|
2017-11-25 12:06:22 -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_lis3dsh.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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_max31855.c
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -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
|
Add FPU support for ostest for the STM32F4Discovery platform
|
2016-07-11 07:08:27 -06:00 |
stm32_pca9635.c
|
Add _ to the beginning of all debug macros to avoid name collisions
|
2016-06-16 12:33:32 -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
|
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
|
2017-03-02 15:27:55 -06:00 |
stm32_pwm.c
|
Eliminate some warnings
|
2016-12-05 18:07:15 -06:00 |
stm32_qencoder.c
|
STM32F4 Discovery: Fix issues with QEncoder support
|
2017-02-24 07:04:58 -06:00 |
stm32_rgbled.c
|
configs/: Remove dangling spaces at the end of lines in *.c and *.h files.
|
2017-06-28 13:21:20 -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_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
|
2017-03-02 18:36:14 -06:00 |
stm32_spi.c
|
configs/stm32f4disovery: Add support for JLX12864G display on STM32F4 Discovery board
|
2017-11-23 08:41:16 -06:00 |
stm32_ssd1289.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_ssd1351.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_st7567.c
|
configs/stm32f4disovery: Add support for JLX12864G display on STM32F4 Discovery board
|
2017-11-23 08:41:16 -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
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_ug2864hsweg01.c
|
drivers/lcd: ssd1306: add support for board power control. ThingseeOne has regulator for controlling display power on/off. Patch adds support for board based power control to SSD1306 driver.
|
2017-08-22 08:40:27 -06:00 |
stm32_uid.c
|
added unique id implementation for f4discovery
|
2015-11-22 13:28:59 -05:00 |
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
|
Make sure that labeling is used consistently in all function headers (part 3).
|
2018-02-01 12:17:03 -06:00 |