nuttx/arch/arm/src/sama5
2016-03-29 17:51:58 -06:00
..
chip i.MX6: Need to mapping OCRAM before enabling MMU because the page table lies in OCRAM 2016-03-29 17:51:58 -06:00
chip.h LPC31 and SAMA5Dx EHCI drivers: Fix cache related problem. All buffers are now aligned with the cache line size in both starting address and in length. This cause major problems in unlucky builds where the USB host buffers where unaligned and abbutting other data. The cache flush and invalidate operations could be subverted by acceses to adjacent data or could have unexpected side effects. This bug has been in the ECHI drivers forever, but was only revealed due to unlucky memory allocations during the integration of the hub feature. 2015-05-03 13:20:15 -06:00
Kconfig Rename CONFIG_SAMA5_HAVE_TRUSTZONE to CONFIG_ARCH_HAVE_TRUSTZONE; Eliminate CONFIG_SAMA5_SECURE; Add CONFIG_ARCH_TRUSTZONE_SECURE 2016-03-12 10:53:22 -06:00
Make.defs Add spinlock support for ARMv7-A architectures 2016-02-09 12:53:10 -06:00
sam_adc.c Correct #if to #ifdef when the macro can be undefined. Fix bug in AT32UC3 clock initialization: AVR32_CLOCK_PLL_OSC1 should be AVR32_CLOCK_PLL0_OSC1 and AVR32_CLOCK_PLL1_OSC1. 2015-09-01 13:47:06 -04:00
sam_adc.h
sam_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
sam_boot.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_can.c CAN: Add more extensive error reporting information 2016-01-18 12:21:20 -06:00
sam_can.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_clockconfig.c SAMA5D2: Finish implementtion of the PIO driver 2015-09-12 11:36:06 -06:00
sam_clockconfig.h
sam_config.h Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
sam_dbgu.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam_dbgu.h
sam_dmac.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_dmac.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_ehci.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_emaca.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_emacb.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_ethernet.c
sam_ethernet.h
sam_flexcom_serial.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam_freerun.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_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
sam_gf512.c
sam_gf1024.c
sam_gmac.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_hsmci_clkdiv.c Remove executable flag from more .c and .h files 2015-04-09 08:20:57 -06:00
sam_hsmci.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -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 ARM: Fix missing header file. Update comments in all *_irq.c files. 2016-03-09 15:08:58 -06:00
sam_irq.h Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
sam_isi.c
sam_isi.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_lcd.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_lcd.h
sam_lowputc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_lowputc.h
sam_memories.c
sam_memories.h
sam_memorymap.c Separate memory mapping tables for SAMA5D2, 3, and 4 2015-09-08 16:40:13 -06:00
sam_memorymap.h Separate memory mapping tables for SAMA5D2, 3, and 4 2015-09-08 16:40:13 -06:00
sam_nand.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_nand.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_ohci.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_oneshot.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_oneshot.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
sam_pck.c SAMV7: Add support for PCK6 as a timer/counter clock source 2015-12-04 10:49:20 -06:00
sam_pck.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_periphclks.h Separate memory mapping tables for SAMA5D2, 3, and 4 2015-09-08 16:40:13 -06:00
sam_pgalloc.c
sam_pgalloc.h
sam_pio.c SAMA5D2: Add PIO driver. Still a work in progress 2015-09-12 09:58:18 -06:00
sam_pio.h SAMA5D2: Add PIO driver. Still a work in progress 2015-09-12 09:58:18 -06:00
sam_pioirq.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_pmc.c Fix some spacing problems 2015-10-04 14:59:08 -06:00
sam_pmc.h
sam_pmecc.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_pmecc.h
sam_pwm.c
sam_pwm.h
sam_rtc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
sam_sckc.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
sam_sckc.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_serial.c Standard some naming if code sectino comments 2016-02-21 18:06:09 -06:00
sam_serial.h SAMA5D2: Add Flexcom UART serial driver 2015-09-11 14:30:19 -06:00
sam_serialinit.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_spi.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_spi.h For LK MCUs, rename up_spiinitialize to kl_spibus_initialize 2016-01-26 16:19:03 -06:00
sam_ssc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_ssc.h
sam_tc.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_tc.h
sam_tickless.c SAM3/4, SAMA5, SAMv7 Tickless: Refuse to call lower-level timer logic if not yet initialized 2016-02-05 10:22:11 -06:00
sam_timerisr.c Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
sam_trng.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_trng.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_tsd.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_tsd.h
sam_twi.c All SAM TWI: g_twiops should be both static and const 2016-03-09 18:11:55 -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_udphs.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_udphs.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_usbhost.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
sam_usbhost.h Standardize the width of all comment boxes in C header files 2015-10-03 07:33:06 -06:00
sam_wdt.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sam_wdt.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sam_xdmac.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sama5d2x_memorymap.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sama5d2x_periphclks.h SAMA5D2: Finish implementtion of the PIO driver 2015-09-12 11:36:06 -06:00
sama5d2x_pio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sama5d2x_pio.h SAMA5D2: Finish implementtion of the PIO driver 2015-09-12 11:36:06 -06:00
sama5d3x4x_pio.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 19:11:09 -06:00
sama5d3x4x_pio.h SAMA5D2: Add pin multiplexing definition file and other necessary changes for the SAMA5D2 2015-09-10 13:07:04 -06:00
sama5d3x_memorymap.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sama5d3x_periphclks.h
sama5d4x_memorymap.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sama5d4x_periphclks.h