.. |
chip
|
Add missing TWI definitions
|
2016-07-21 08:01:59 -06:00 |
chip.h
|
|
|
Kconfig
|
Missed a dependency in last set of commits
|
2016-08-11 17:20:12 -06:00 |
Make.defs
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |
sam3u_gpio.h
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
sam3u_periphclks.h
|
|
|
sam3x_gpio.h
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
sam3x_periphclks.h
|
|
|
sam4cm_freerun.c
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |
sam4cm_freerun.h
|
SAM3/4, SAMA5, SAMv7 Tickless: Refuse to call lower-level timer logic if not yet initialized
|
2016-02-05 10:22:11 -06:00 |
sam4cm_gpio.h
|
|
|
sam4cm_oneshot_lowerhalf.c
|
Add a simulated oneshot lowerhalf driver
|
2016-08-12 13:14:03 -06:00 |
sam4cm_oneshot.c
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |
sam4cm_oneshot.h
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |
sam4cm_periphclks.h
|
|
|
sam4cm_supc.c
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
sam4cm_supc.h
|
|
|
sam4cm_tc.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam4cm_tc.h
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -06:00 |
sam4cm_tickless.c
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
sam4e_gpio.h
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
sam4e_periphclks.h
|
|
|
sam4l_clockconfig.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
sam4l_gpio.c
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
sam4l_gpio.h
|
|
|
sam4l_periphclks.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
sam4l_periphclks.h
|
|
|
sam4s_gpio.h
|
|
|
sam4s_periphclks.h
|
|
|
sam_aes.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_aes.h
|
|
|
sam_allocateheap.c
|
Rename board_led_on to board_autoled_on
|
2015-11-01 09:07:06 -06:00 |
sam_clockconfig.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_clockconfig.h
|
|
|
sam_cmcc.c
|
|
|
sam_cmcc.h
|
|
|
sam_dmac.c
|
Missed a few *llinfo() to *info() conversions
|
2016-06-20 16:24:09 -06:00 |
sam_dmac.h
|
Change *err() to either info() or err(ERROR:..), depending upon if an error has occurred.
|
2016-06-16 16:30:45 -06:00 |
sam_emac.c
|
All SAM Ethernet Drivers: Add support so that the drivers can be built with CONFIG_NET_MULTIBUFFER=y
|
2016-09-20 08:56:36 -06:00 |
sam_emac.h
|
|
|
sam_gpio.c
|
SAM GPIO: Apply Wolfgang's change for SAM3/4 to SAMA5 and SAMV7
|
2016-09-20 15:33:31 -06:00 |
sam_gpio.h
|
Centralize definitions associated with CONFIG_DEBUG_GPIO
|
2016-06-15 09:20:23 -06:00 |
sam_gpioirq.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_hsmci.c
|
arch: Disable priority inheritance on all semaphores used for signaling in all SD card drivers
|
2016-11-03 15:13:27 -06:00 |
sam_hsmci.h
|
|
|
sam_irq.c
|
Fix another victim of the mass name changes: xyz_errmonitor->xyz_dbgmonitor
|
2016-06-17 07:00:33 -06:00 |
sam_lowputc.c
|
Remove CONFIG_USARTn_ISUART
|
2016-05-25 11:21:48 -06:00 |
sam_lowputc.h
|
|
|
sam_mpuinit.c
|
Rename CONFIG_ARMV7M_MPU to CONFIG_ARM_MPU so that we can reuse the configuration settings for the ARMV7R MPU
|
2015-12-14 13:56:21 -06:00 |
sam_mpuinit.h
|
|
|
sam_periphclks.h
|
|
|
sam_rtc.c
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
sam_rtc.h
|
|
|
sam_rtt.c
|
All timer lower half drivers. Port Sebastien's changes to all all other implementations of the timer lower half. Very many just and untested. Expect some problems.
|
2016-11-17 15:03:31 -06:00 |
sam_rtt.h
|
|
|
sam_serial.c
|
SAM3/4 Serial: Fix warning when CONFIG_SUPPRESS_UART_CONFIG is set.
|
2016-07-23 16:23:49 -07:00 |
sam_spi.c
|
arch: Disable priority inheritance on all semaphores used for signaling in all SPI drivers
|
2016-11-03 14:51:44 -06:00 |
sam_spi.h
|
For LK MCUs, rename up_spiinitialize to kl_spibus_initialize
|
2016-01-26 16:19:03 -06:00 |
sam_start.c
|
Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES
|
2016-06-11 14:14:08 -06:00 |
sam_tc.c
|
All timer lower half drivers. Port Sebastien's changes to all all other implementations of the timer lower half. Very many just and untested. Expect some problems.
|
2016-11-17 15:03:31 -06:00 |
sam_tc.h
|
|
|
sam_timerisr.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_twi.c
|
arch: Disable priority inheritance on all semaphores used for signaling in all I2C/TWI drivers
|
2016-11-03 14:23:42 -06:00 |
sam_twi.h
|
Rename up_i2c initialize and uninitialize functions using the correct MCU-specific naming
|
2016-02-02 12:08:23 -06:00 |
sam_udp.c
|
Minor changes from review of last PR
|
2016-07-24 07:45:46 -06:00 |
sam_udp.h
|
|
|
sam_userspace.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_userspace.h
|
|
|
sam_vectors.S
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
sam_wdt.c
|
SAM Watchdog: Register the watchdog device at the configured device path CONFIG_WATCHDOG_DEVPATH vs. hard-coded /dev/wdt
|
2016-10-21 07:09:20 -06:00 |
sam_wdt.h
|
SAM4CM: Add option to support oneshot timer without free-running timer. Add oneshot lower half driver.
|
2016-08-11 17:04:19 -06:00 |