.. |
chip
|
Add missing TWI definitions
|
2016-07-21 08:01:59 -06:00 |
chip.h
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
Kconfig
|
Kconfig files: Fix some dependencies that have CONFIG_ in the variable name
|
2016-06-17 19:30:19 -06:00 |
Make.defs
|
Add spinlock support for ARMv7-M architectures
|
2016-02-09 13:44:22 -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
|
Rename sam3u_pmc.h to sam_pmc.h since it handles all of the SAM3/4 chips
|
2014-02-22 10:38:25 -06:00 |
sam3x_gpio.h
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
sam3x_periphclks.h
|
SAM3X/Arduino Due: Fix typo in sam3x_periphclks.h; add SCLK definitions to board.h header file. From Fabien Comte
|
2014-09-08 06:14:59 -06:00 |
sam4cm_freerun.c
|
Centralize definitions associated with CONFIG_DEBUG_TIMER
|
2016-06-16 07:16:25 -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
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam4cm_oneshot.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam4cm_oneshot.h
|
Stefan Kolb's change to the SAMV7 Oneshot Timer (commit d44ecbcfbb ) should also be applied to the SAM3/4 oneshot time since the drivers are identical. Here are the commit commits from Stefan's original change:
|
2016-05-29 08:25:41 -06:00 |
sam4cm_periphclks.h
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
sam4cm_supc.c
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
sam4cm_supc.h
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
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
|
SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SAMA5D3 EMAC driver
|
2014-03-12 15:03:59 -06:00 |
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
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam4l_periphclks.c
|
Standard some naming if code sectino comments
|
2016-02-21 18:06:09 -06:00 |
sam4l_periphclks.h
|
Add peripheral configuration logic for the SAM3X/3A; Change all references to SAM3/4 SPI to SPI0 for compatibity with the SAM3X/3A which has SPI0 and SPI1; Add directory which will eventually holdl an Arduino Due port
|
2013-06-26 18:46:44 -06:00 |
sam4s_gpio.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam4s_periphclks.h
|
SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4S
|
2014-11-16 06:43:08 -06:00 |
sam_aes.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_aes.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
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
|
Move SAM4L peripheral clock logic to a separate file
|
2013-06-05 18:48:30 -06:00 |
sam_cmcc.c
|
SAM4E CMCC: Fix some errors introducted in last check-in
|
2014-03-26 16:32:16 -06:00 |
sam_cmcc.h
|
SAM4E-EK: Add an EMAC driver. Initial commit is just a quick port of the SAMA5D3 EMAC driver
|
2014-03-12 15:03:59 -06:00 |
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
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
sam_emac.h
|
SAM4E-EK: Add support for PHY insterrupt
|
2014-10-24 12:28:57 -06:00 |
sam_gpio.c
|
Update a comment
|
2016-08-09 17:08:03 -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
|
Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().
|
2016-06-20 12:44:38 -06:00 |
sam_hsmci.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
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
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
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
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_periphclks.h
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
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
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
sam_rtt.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam_rtt.h
|
Add SAM3/4 RTT driver. From Bob Doiron
|
2014-05-05 14:35:37 -06:00 |
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
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -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
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam_tc.h
|
Fix Bob's name in as many places as possible; Make sure that Bob is an author in as many files as I can think of (might be missing a few)
|
2014-04-22 13:42:38 -06:00 |
sam_timerisr.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_twi.c
|
SAM3/4 I2C: Fix reversed logic in twi_startmessage().
|
2016-07-09 06:51:07 -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
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:26:01 -06:00 |
sam_userspace.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_userspace.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_vectors.S
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:42:29 -06:00 |
sam_wdt.c
|
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
|
2016-06-20 11:59:15 -06:00 |
sam_wdt.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |