.. |
.gitignore
|
.dSYM only needs to be in the same .gitignore files as .exe
|
2013-05-30 15:02:04 -06:00 |
Makefile
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |
stm32_adc.c
|
Rename adc_devinit() to board_adc_setup(). Add support to the boardctl() interface so that it can call board_adc_setup() on behalf of an application. Change apps/examples/adc to that is now calls boardctl() instead of adc_devinit() in order to initalize the ADC device.
|
2015-03-31 15:00:23 -06:00 |
stm32_boot.c
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
stm32_buttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
stm32_can.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_composite.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_deselectlcd.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_deselectnor.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_deselectsram.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_djoystick.c
|
Nucleo-f4x1re: Fix some joystick pin definitions
|
2014-12-04 12:04:21 -06:00 |
stm32_extcontext.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_extmem.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_idle.c
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
stm32_lcd.c
|
More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize
|
2015-04-04 11:49:15 -06:00 |
stm32_leds.c
|
configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions
|
2015-02-27 18:49:24 -06:00 |
stm32_lm75.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_nsh.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_pm.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_pmbuttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
stm32_selectlcd.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_selectnor.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_selectsram.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_spi.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_usbdev.c
|
STM3210E-EVAL: Rename files for compatibility with current standards
|
2014-11-28 11:35:47 -06:00 |
stm32_usbmsc.c
|
Rename arch_nshinitialize() to board_app_initialize()
|
2015-03-31 10:21:31 -06:00 |
stm32_watchdog.c
|
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
|
2015-04-01 12:37:44 -06:00 |
stm3210e-eval.h
|
STM3210E-EVAL: Add a DJoystick driver
|
2014-11-28 13:31:09 -06:00 |