| .. |
|
chip
|
Cosmetic: Move # of pre-processior command to column 1
|
2015-09-05 09:07:37 -06:00 |
|
chip.h
|
Add support for the SAM4CM. From Max Neklyudov
|
2014-06-25 08:25:52 -06:00 |
|
Kconfig
|
SAM4CM should advertise that it supports Tickless operation in Kconfig
|
2015-11-02 06:39:24 -06:00 |
|
Make.defs
|
All architectures need to build ELF support if either CONFIG_ELF or CONFIG_MODULE are selected. Cortex-M7 also must support module cache corherence
|
2015-12-12 09:35:05 -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
|
Logic that samples the free running counter reads the pending interrupt status regsiter and can cause interrupts to be lost. So, if when the status regsiter is read, the logic must also handle the timer overflow event. Found and fixed by Max Neklyudov
|
2015-05-26 08:09:10 -06:00 |
|
sam4cm_freerun.h
|
SAM4CM free-running time: Change overflow type from uint16 to uint32. From Max Neklyudov.
|
2015-02-25 08:12:31 -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
|
SAM4CM: Add support for tickless operation
|
2015-02-03 07:00:54 -06:00 |
|
sam4cm_oneshot.h
|
SAM4CM: Add support for tickless operation
|
2015-02-03 07:00:54 -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
|
SAM4CM: Add support for tickless operation
|
2015-02-03 07:00:54 -06:00 |
|
sam4cm_tc.h
|
SAM4CM: Add support for tickless operation
|
2015-02-03 07:00:54 -06:00 |
|
sam4cm_tickless.c
|
Fix a compilation error. From Macs Neklyudov
|
2015-02-16 14:30:15 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam4l_gpio.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_dmac.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
sam_emac.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_emac.h
|
SAM4E-EK: Add support for PHY insterrupt
|
2014-10-24 12:28:57 -06:00 |
|
sam_gpio.c
|
Fix some spacing problems
|
2015-10-04 14:59:08 -06:00 |
|
sam_gpio.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
|
sam_gpioirq.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_hsmci.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
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_lowputc.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Rename up_rtcinitialize to up_rtc_initialize so that it looks like other RTC interfaces
|
2015-11-20 08:27:04 -06:00 |
|
sam_rtc.h
|
RTC: Remove all backdoor interfaces from rtc.h
|
2015-02-13 08:41:34 -06:00 |
|
sam_rtt.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_rtt.h
|
Add SAM3/4 RTT driver. From Bob Doiron
|
2014-05-05 14:35:37 -06:00 |
|
sam_serial.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_spi.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_spi.h
|
Include chip/sam_spi.h in sam_spi.h
|
2015-03-20 11:09:36 -06:00 |
|
sam_start.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_tc.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
|
sam_twi.h
|
SAM3/4: Add a TWI driver for the SAM4CM. From Max Neklyudov.
|
2015-06-22 09:32:15 -06:00 |
|
sam_udp.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
|
sam_wdt.h
|
Clean up and review of header files for conformance to standards
|
2015-06-12 19:00:52 -06:00 |