nuttx/arch/arm/src/sama5
2016-02-01 18:02:39 -06:00
..
chip Change missed in last commit 2015-09-29 13:01:52 -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 SAMA5D2: Add Flexcom UART serial driver 2015-09-11 14:30:19 -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
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 SAMA5D3x-EK: Add support for app/examples/adc 2013-10-24 15:39:56 -06:00
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 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_config.h Standardize the width of all comment boxes in header files 2015-10-02 17:47:23 -06:00
sam_dbgu.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_dbgu.h SAMA5: Add support for DBGU. Xplained board now uses DBGU for the serial console 2014-04-01 11:24:15 -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_ehci.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_emaca.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_emacb.c Correct some spacing issues 2015-10-07 11:39:06 -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_flexcom_serial.c Correct some spacing issues 2015-10-07 11:39:06 -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 Fix a typo that was cloned to several SAMA5 and MTD files 2013-12-21 09:45:27 -06:00
sam_gmac.c Correct some spacing issues 2015-10-07 11:39:06 -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 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 Fix some spacing problems 2015-10-04 14:59:08 -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 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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_lcd.h Move include/nuttx/fb.h to include/nuttx/video/fb.h 2013-12-10 09:23:54 -06:00
sam_lowputc.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_lowputc.h SAMA5 interrupt handling logic 2013-07-22 11:54:39 -06:00
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_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 Correct some spacing issues 2015-10-07 11:39:06 -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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_oneshot.c SAMA5: Misc clean from review while porting some logic to the SAMV7 2015-12-02 08:25:23 -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 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 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 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 SAMA5: Remove HSCMI-related functions that did not belong in sam_pmc.c and give them their own file 2014-03-30 08:00:59 -06:00
sam_pmecc.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_pmecc.h Fix a typo that was cloned to several SAMA5 and MTD files 2013-12-21 09:45:27 -06:00
sam_pwm.c SAMA5D4: Update PWM header file 2014-06-08 14:16:50 -06:00
sam_pwm.h SAMA5 PWM: Driver now in build and configuration system 2013-11-06 12:24:51 -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_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 Correct some spacing issues 2015-10-07 11:39:06 -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 For SAM MCUs, rename up_spiinitialize to sam_spibus_initialize 2016-01-26 13:03:17 -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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_ssc.h SAMA5 SSC: Add framework (only) for a forthcoming SSC-based I2S driver 2013-11-07 12:26:53 -06:00
sam_tc.c SAMA5: Fix a typo in timer/counter setup 2015-12-02 07:17:17 -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 SAMV7: Add support for CONFIG_SCHED_TICKLESS_LIMIT_MAX_SLEEP 2015-12-02 09:21:34 -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 Correct some spacing issues 2015-10-07 11:39:06 -06:00
sam_tsd.h SAMA5: ADC and touchscreen drivers now build without errors 2013-10-03 14:32:21 -06:00
sam_twi.c I2C: Fix some compile time issues found with tools/testbuild.sh 2016-02-01 18:02:39 -06:00
sam_twi.h Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h 2016-01-30 07:59:44 -06:00
sam_udphs.c Update a few comments 2015-12-10 06:32:27 -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 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:26:01 -06:00
sam_xdmac.c Correct some spacing issues 2015-10-07 11:39:06 -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 Costmetic fixes to C coding style 2015-10-05 17:13:53 -06:00
sama5d2x_pio.h SAMA5D2: Finish implementtion of the PIO driver 2015-09-12 11:36:06 -06:00
sama5d3x4x_pio.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -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 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_memorymap.c Correct some spacing issues 2015-10-07 11:39:06 -06:00
sama5d4x_periphclks.h SAMA5D4: Fix peripheral clocking macros: AIC and L2CC are continuously clocked 2014-06-19 15:52:42 -06:00