.. |
at25_main.c
|
|
|
dram_main.c
|
|
|
Makefile
|
|
|
sam_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 |
sam_at25.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_audio_null.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_autoleds.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 |
sam_automount.c
|
|
|
sam_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 |
sam_bringup.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_buttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
sam_cxxinitialize.c
|
Cosmet updates to comments and README files
|
2014-12-24 08:15:21 -06:00 |
sam_ethernet.c
|
SAMV7 Ethernet: Support getting IP address from the XULT AT24 EEPROM
|
2015-03-17 14:29:41 -06:00 |
sam_hsmci.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_maxtouch.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_nandflash.c
|
|
|
sam_nsh.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_ostest.c
|
Cosmet updates to comments and README files
|
2014-12-24 08:15:21 -06:00 |
sam_pmic.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_pwm.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 |
sam_sdram.c
|
|
|
sam_spi.c
|
Cosmet updates to comments and README files
|
2014-12-24 08:15:21 -06:00 |
sam_usb.c
|
Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected.
|
2015-05-06 14:11:29 -06:00 |
sam_usbmsc.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_userleds.c
|
Cosmet updates to comments and README files
|
2014-12-24 08:15:21 -06:00 |
sam_wm8904.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sama5d4-ek.h
|
SAMV7 WM8904: Leverage WM8904 logic from the SAMA5D4-EK
|
2015-04-01 12:13:51 -06:00 |