.. |
Makefile
|
Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience"
|
2015-09-04 16:42:34 -06:00 |
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_ajoystick.c
|
Nucleo-F4x1RE: Add support for an analog joystick shield. There are still some ADC issues to be worked through as of the initial commit
|
2014-12-03 16:41:09 -06:00 |
sam_at25.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_autoleds.c
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
sam_boot.c
|
Rename board_led_initialize to board_autoled_initiaize
|
2015-11-01 09:03:01 -06:00 |
sam_buttons.c
|
Move board_ prototypes from arch.h to board.h
|
2015-02-27 20:02:03 -06:00 |
sam_can.c
|
Rename can_devinit() to board_can_initialize(). Hook in to boardctl() with BOARDIOC_CAN_INITIALIZE
|
2015-08-18 13:21:45 -06:00 |
sam_cxxinitialize.c
|
Standardize the width of all comment boxes in C files
|
2015-10-02 17:43:08 -06:00 |
sam_ethernet.c
|
Fix some comments: Remove button description from GPIO interrupt handlers that derive from the button interrupt handler
|
2014-09-29 12:22:31 -06:00 |
sam_hsmci.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_i2schar.c
|
Add basic board support framework for the Atmel SAMA5D3 Xplained board (not finished)
|
2014-03-28 15:20:26 -06:00 |
sam_nandflash.c
|
SAMA5D3 Xplained: Has no NOR flash. Remove all NOR support from board configuration
|
2014-03-29 15:05:09 -06:00 |
sam_nsh.c
|
All SAMA5 configurations: Refresh configurations, enable PROCFS in all configurations that have CONFIG_NSH_LIBRARY=y, add logic to automatically mount the procfs if it is enabled
|
2015-11-29 11:34:09 -06:00 |
sam_ostest.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_pwm.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -06:00 |
sam_sdram.c
|
Updated SAMA5 SFR header file for the SAMA5D4
|
2014-06-08 07:48:36 -06:00 |
sam_spi.c
|
Make some file section headers more consistent with standard
|
2015-04-08 09:15:17 -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
|
Standardize naming of user LEDs interface functions
|
2015-11-01 12:45:58 -06:00 |
sama5d3-xplained.h
|
All SAMA5 configurations: Refresh configurations, enable PROCFS in all configurations that have CONFIG_NSH_LIBRARY=y, add logic to automatically mount the procfs if it is enabled
|
2015-11-29 11:34:09 -06:00 |