.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
Add board support for XEN1210 driver in the STM32F4 Discovery.
|
2016-09-17 08:33:40 -06:00 |
stm32_appinit.c
|
Add an argument to board_app_initialize()
|
2016-05-24 10:51:22 -06:00 |
stm32_autoleds.c
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
stm32_bh1750fvi.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
stm32_bmp180.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
stm32_boot.c
|
libuavcan: Forgot to change define
|
2016-05-26 11:11:09 -04:00 |
stm32_bringup.c
|
Add board support for XEN1210 driver in the STM32F4 Discovery.
|
2016-09-17 08:33:40 -06:00 |
stm32_buttons.c
|
On stm32F2xx gpio is encoded to 20bits but the button definitions use 16bit type.
|
2016-02-25 11:12:27 -06:00 |
stm32_can.c
|
can.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:38:36 -06:00 |
stm32_ethernet.c
|
Without lowsyslog() *llwarn() is not useful. Eliminate and replace with *warn().
|
2016-06-20 09:37:08 -06:00 |
stm32_extmem.c
|
STM32F4 Discovery: Rename most everything in the board source directory to conform with the ever evolving naming standard
|
2014-02-03 17:19:30 -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_max6675.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
stm32_max31855.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -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
|
Rename pwm_devinit() to board_pwm_setup(). Add CONFIG_BOARDCTL_PWMTEST that will enable calling board_pwm_setup() from boardctl(). Replace calls to pwm_devinit() in apps/examples/pwm with calls to boardctl(). In all configurations that enable the apps/examples/pwm test, make sure that boardctl() suppoprt is properly enabled.
|
2015-03-31 16:59:22 -06:00 |
stm32_pmbuttons.c
|
_warn(), not warn()
|
2016-06-20 22:32:34 -06:00 |
stm32_pwm.c
|
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:48:24 -06:00 |
stm32_qencoder.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
stm32_rgbled.c
|
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
|
2016-07-20 13:48:24 -06:00 |
stm32_sdio.c
|
configs/: Change some err() ERRORS to warn() WARNINGS or info()
|
2016-06-12 17:02:46 -06:00 |
stm32_spi.c
|
Centralize definitions associated with CONFIG_DEBUG_SPI
|
2016-06-15 10:41:13 -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_timer.c
|
Change some names to conform to naming standard
|
2016-02-23 07:18:08 -06:00 |
stm32_ug2864ambag01.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_ug2864hsweg01.c
|
Centralize definitions associated with CONFIG_DEBUG_LCD
|
2016-06-15 11:40:33 -06:00 |
stm32_uid.c
|
added unique id implementation for f4discovery
|
2015-11-22 13:28:59 -05:00 |
stm32_usb.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
stm32_userleds.c
|
Centralize definitions associated with CONFIG_DEBUG_LEDS
|
2016-06-15 14:12:19 -06:00 |
stm32_xen1210.c
|
Review of last commit
|
2016-09-17 09:21:26 -06:00 |
stm32_zerocross.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
stm32f4discovery.h
|
Add board support for XEN1210 driver in the STM32F4 Discovery.
|
2016-09-17 08:33:40 -06:00 |