nuttx/arch/arm/src/sama5
2015-07-01 07:04:02 -06:00
..
chip SAMV7: Add RTC register definition header file 2015-06-16 07:23:47 -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 Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
Make.defs Remove CONFIG_DEBUG_STACK. Adding CONFIG_STACK_COLORATION makes this configuration option pointless 2015-01-24 06:49:51 -06:00
sam_adc.c SAMA5D3 Xplained: Add support for the Itead Joystick shield 2014-12-03 12:24:23 -06:00
sam_adc.h
sam_allocateheap.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_boot.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
sam_can.c Fix SAMA5 CAN frame construction. From Max Holtzberg. 2015-06-07 13:13:44 -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 SAMA5D3/4: UPLL divisor to generate 48MHz for OHCI is different from the two families. No idea why. 2014-07-03 12:28:11 -06:00
sam_clockconfig.h Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes. 2014-04-17 08:56:20 -06:00
sam_dbgu.c Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures 2014-08-08 18:39:28 -06:00
sam_dbgu.h
sam_dmac.c Replace os_internal.h with sched/sched.h in files that actually reference something in sched.h 2014-08-08 17:53:55 -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 arch/arm/src/sama5/sam_ehci.c: Fix some bad conditional compilation that left a function undefined if CONFIG_USBHOST_ASYNCH is not selected. 2015-07-01 07:04:02 -06:00
sam_emaca.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_emacb.c SAM4 Ethernet Driver: No supports operation using the high priority work queue so that packet processing can occur outside of interrupt level processing. 2015-02-10 11:10:55 -06:00
sam_ethernet.c SAMA5D4: Add EMAC driver 2014-06-11 12:23:31 -06:00
sam_ethernet.h In order to get PHY interrupts, they must be enabled at the PHY (still don't get PHY interrupts) 2014-08-17 13:03:18 -06:00
sam_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
sam_freerun.h SAMA5 Tickless: Corrects some logic errors with timer/counter frequency 2014-08-10 19:04:18 -06:00
sam_gf512.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
sam_gf1024.c
sam_gmac.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -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 Big, very risky change: Remove all occurrences of up_maskack_irq() that disable and enable interrupts with up_ack_irq() that only acknowledges the interrupts. This is only used in interrupt decoding logic. Also remove the logic that unconditionally re-enables interrupts with the interrupt exits. This interferes with the drivers ability to control the interrupt state. This is a necessary, sweeping, global change and unfortunately impossible to test. 2015-02-09 16:12:11 -06:00
sam_irq.h
sam_isi.c SAMA5 PCK: Add support for the slow clock as the PCK clock source 2014-07-19 13:55:08 -06:00
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 Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_lcd.h
sam_lowputc.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_lowputc.h
sam_memories.c SAMA5D4-EK: In kernel build with address environment, need logic to map user virtual addresses to physical addresses, and vice versa 2014-09-07 19:25:30 -06:00
sam_memories.h SAMA5D4-EK: In kernel build with address environment, need logic to map user virtual addresses to physical addresses, and vice versa 2014-09-07 19:25:30 -06:00
sam_nand.c Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache operations will pick up L2 support if it is enabled 2014-07-26 18:47:33 -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 SAMA5 OHCI: Fix errors introduced with blind changes to match changes to LPC17 OHCI. Fix some handling for the case where we get a falso alarm transfer completion after disconnection/cancellation 2015-05-15 09:02:17 -06:00
sam_oneshot.c Fix a computation error in the fix for the last computational error 2014-08-11 12:07:49 -06:00
sam_oneshot.h SAMA5 Tickless: Corrects some logic errors with timer/counter frequency 2014-08-10 19:04:18 -06:00
sam_pck.c SAMA5 PCK: Add Main clock as an option for the PCK clock source 2014-08-03 10:17:50 -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 SAMA5D4: Various changes to get the SAMA4D-EK to build 2014-06-06 15:39:40 -06:00
sam_pgalloc.c Add a sharable version of arm_virtpgaddr() 2014-09-16 16:49:44 -06:00
sam_pgalloc.h Add a sharable version of arm_virtpgaddr() 2014-09-16 16:49:44 -06:00
sam_pio.c SAMA5D3X-EK: Add support for the WM8904 audio CODEC 2014-07-31 11:14:57 -06:00
sam_pio.h SAM PIO: sam_pio.h needs to include chip/sam_memorymap.h in order to resolve some conditional logic properly 2015-05-01 13:41:28 -06:00
sam_pioirq.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_pmc.c Remove executable flag from more .c and .h files 2015-04-09 08:20:57 -06:00
sam_pmc.h
sam_pmecc.c
sam_pmecc.h
sam_pwm.c SAMA5D4: Update PWM header file 2014-06-08 14:16:50 -06:00
sam_pwm.h
sam_rtc.c RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
sam_rtc.h RTC: Remove all backdoor interfaces from rtc.h 2015-02-13 08:41:34 -06:00
sam_sckc.c SAMA5 WM8904: Fix errors in programmable clock output configuration 2014-08-01 15:18:58 -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 SAMA5 Serial: Reading IMR and disabling interrupt must be atomic 2015-04-08 15:27:31 -06:00
sam_serial.h
sam_spi.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
sam_spi.h
sam_ssc.c Two r's and only two r's in the word interrupt 2015-04-23 14:04:43 -06:00
sam_ssc.h
sam_tc.c Correct time conversion, 1000000 not 1000 to convert seconds to microseconds. 2014-08-11 11:14:10 -06:00
sam_tc.h Correct time conversion, 1000000 not 1000 to convert seconds to microseconds. 2014-08-11 11:14:10 -06:00
sam_tickless.c Fix conditional compilation error 2014-08-12 10:00:58 -06:00
sam_timerisr.c Rename up_timerinit() to up_timer_initailize(); Add prototypes for candidate interfaces for the tickless OS; Don't build existing timer initialization logic if CONFIG_SCHED_TICKLESS is defined. 2014-08-06 16:26:01 -06:00
sam_trng.c More trailing whilespace removal 2014-04-13 16:22:22 -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 wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide. 2014-08-21 11:16:55 -06:00
sam_tsd.h
sam_twi.c SAMA5D TWI: Fix typo in driver initialization logic. 2015-06-17 06:13:46 -06:00
sam_twi.h
sam_udphs.c Correct some cloned typos involving EHCI 2015-04-27 14:03:24 -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 SAMA5 OHCI: Implement asynchronous I/O needed for hub support 2015-05-02 09:38:08 -06:00
sam_usbhost.h SAMA5 EHCI: Fix some compile issues when hub support is enabled 2015-05-02 14:00:12 -06:00
sam_wdt.c More places where watchodg mispelled 2015-04-15 21:36:30 -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 Dangle whitespace removal 2014-10-25 10:35:29 -06:00
sama5d3x_periphclks.h SAMA5: Back out most of commit c37b5b7b97d0644743c04f2c3d9e2b7ef9f5d698. Things are going to have to be done differently 2014-06-09 12:16:16 -06:00
sama5d4x_periphclks.h SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clocked 2014-06-19 15:52:42 -06:00