.. |
at25_main.c
|
Standardize the width of all comment boxes in C files
|
2015-10-03 07:25:23 -06:00 |
dram_main.c
|
Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore()
|
2016-02-14 16:12:06 -06:00 |
Makefile
|
Building of xyz_appinit.c should depend on CONFIG_LIB_BOARDCTL, not CONFIG_NSH_ARCHINITIALIZE
|
2016-02-04 12:14:17 -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_appinit.c
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -06:00 |
sam_at25.c
|
For SAM MCUs, rename up_spiinitialize to sam_spibus_initialize
|
2016-01-26 13:03:12 -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
|
Rename board_led_off to board_autoled_off
|
2015-11-01 09:10:08 -06:00 |
sam_automount.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
sam_boot.c
|
For Tiva/LM MCUs, rename up_spiinitialize to tiva_spibus_initialize
|
2016-01-26 15:20:24 -06:00 |
sam_bringup.c
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -06:00 |
sam_buttons.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
sam_ethernet.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -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
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -06:00 |
sam_nandflash.c
|
More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic
|
2014-08-16 15:04:09 -06:00 |
sam_ostest.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
sam_pmic.c
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:25:14 -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
|
SAMA5D4: Implement SDRAM initialization
|
2014-06-14 10:42:26 -06:00 |
sam_spi.c
|
For SAM MCUs, rename up_spiinitialize to sam_spibus_initialize
|
2016-01-26 13:03:12 -06:00 |
sam_usb.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
sam_usbmsc.c
|
Rename usbmsc_archinitialize to board_usbmsc_initialize
|
2016-03-25 12:09:37 -06:00 |
sam_userleds.c
|
Standardize naming of user LEDs interface functions
|
2015-11-01 12:45:58 -06:00 |
sam_wm8904.c
|
Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
|
2016-02-13 12:37:46 -06:00 |
sama5d4-ek.h
|
I2C Tool: Now that the I2C tool uses a character driver, the I2C character drivers must be initialized in board bring-up logic
|
2016-02-02 14:22:54 -06:00 |