.. |
chip
|
SAMV7 QSPI: Add framework for a QSPI driver. Initial commit is just the SPI driver with some name changes
|
2015-08-21 14:22:47 -06:00 |
chip.h
|
SAMV7 EMAC: Fix alignment issue: RX buffers need to be invalidated. This means the alignment of buffers must be at least to the data cache line size at both ends of the buffer
|
2015-03-28 13:09:01 -06:00 |
Kconfig
|
SAMV7 USBHS device: Fix how we send data on control endpoints; fix how we select USB address
|
2015-08-19 11:36:38 -06:00 |
Make.defs
|
SAMV7 QSPI: Add framework for a QSPI driver. Initial commit is just the SPI driver with some name changes
|
2015-08-21 14:22:47 -06:00 |
sam_allocateheap.c
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_clockconfig.c
|
SAMV7 USB: USB must be enabled before PMC 480MHz clock is enabled
|
2015-08-11 15:48:26 -06:00 |
sam_clockconfig.h
|
SAMV7 USB: USB must be enabled before PMC 480MHz clock is enabled
|
2015-08-11 15:48:26 -06:00 |
sam_config.h
|
SAMV7 SPI Slave: Add a basic driver framework for SPI slave. Still a lot of missing logic
|
2015-08-09 12:04:43 -06:00 |
sam_emac.c
|
Fix some common typos
|
2015-08-16 10:59:10 -06:00 |
sam_ethernet.c
|
SAMV7: Quick'n'dirty port of the SAMA5D4 Ethernet MAC driver to the SAMV7. Still some unresovled issues with DCache handling
|
2015-03-16 13:51:37 -06:00 |
sam_ethernet.h
|
SAMV7: Add a sneak internal interface that will allow us to set the MAC address before NSH even starts
|
2015-03-18 17:23:40 -06:00 |
sam_gpio.c
|
SAMV7: Fix a errort in GPIO bit encoding. Correct naming of a variable
|
2015-04-04 16:54:53 -06:00 |
sam_gpio.h
|
Remove executable flag from more .c and .h files
|
2015-04-09 08:20:57 -06:00 |
sam_gpioirq.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
|
All ARMV7-M IRQ setup: Always set the NVIC vector table address. This is needed in cases where the code is running with a bootload and when the code is running from RAM. It is also needed by the logic of up_ramvec_initialize() which gets the vector base address from the NVIC. Suggested by Pavel Pisa
|
2015-08-21 08:42:24 -06:00 |
sam_lowputc.c
|
Back out another error introduced with commit 02c33f66c5a8be774034cd40e4125e9323c7b4d8. Causes an infinite loop in up_lowputc().
|
2015-06-22 07:48:29 -06:00 |
sam_lowputc.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_mcan.c
|
SAMV7 MCAN: When bitrate is changed, the MCAN has to be reset and there are lots of issues related to getting back to a healthy state if there is multithreaded access to the MCAN device. This commit handles a few of those issues, but there are more
|
2015-08-18 11:56:07 -06:00 |
sam_mcan.h
|
SAMV7 MCAN: Remove SAMA5 kruft; beginning of some interrupt logic
|
2015-08-03 13:50:02 -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
|
|
|
sam_qspi.c
|
SAMV7 QSPI: Add framework for a QSPI driver. Initial commit is just the SPI driver with some name changes
|
2015-08-21 14:22:47 -06:00 |
sam_qspi.h
|
SAMV7 QSPI: Add framework for a QSPI driver. Initial commit is just the SPI driver with some name changes
|
2015-08-21 14:22:47 -06:00 |
sam_serial.c
|
SAMA5 Serial: Reading IMR and disabling interrupt must be atomic
|
2015-04-08 15:27:31 -06:00 |
sam_spi_slave.c
|
SAMV7 SPI slave: Loop in the interrupt handler; RDRF and TXNE events should occur very closely in time
|
2015-08-11 09:30:24 -06:00 |
sam_spi.c
|
Rename sam_spi_slave_initialize to up_spi_slave_initialize for better symmety with the Master SPI interface definition
|
2015-08-09 17:41:55 -06:00 |
sam_spi.h
|
Rename sam_spi_slave_initialize to up_spi_slave_initialize for better symmety with the Master SPI interface definition
|
2015-08-09 17:41:55 -06:00 |
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
|
SAMV71: Quick'n'dirty port of the SAMA5 SSC driver to the SAM7. The IP is compatible but there are still some DMA- and Cache-related issues that need to be worked out.
|
2015-03-12 16:00:38 -06:00 |
sam_start.c
|
Create a src directory for the STM32F7 (not much in it yet)
|
2015-07-15 14:32:28 -06:00 |
sam_start.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_timerisr.c
|
SAMV7: Add basic clock and timer ISR configuration logic
|
2015-03-07 10:32:47 -06:00 |
sam_twihs.c
|
SAMV7 TWIHS: Fix logic that performs multi-message tranfers with and without repeated starts. This change is the final piece that was required to get the maXTouch Xplained Pro workding.
|
2015-05-12 17:56:35 -06:00 |
sam_twihs.h
|
SAMV7: Add TWI/I2C driver (untested)
|
2015-03-12 10:58:11 -06:00 |
sam_usbdev.h
|
SAMV7: A little more USB-related stuff
|
2015-03-21 08:54:01 -06:00 |
sam_usbdevhs.c
|
SAMV7 USBHS Device: After aligning DMA buffers and disabling write-back data cache, the DCD driver is fully functional using the CDC/ACM device
|
2015-08-21 12:30:29 -06:00 |
sam_userspace.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
sam_xdmac.c
|
SAMV7: Use D-Cache clean/flush/invalidate by range in EMAC and XDMAC drivers
|
2015-03-17 09:28:27 -06:00 |
sam_xdmac.h
|
Make some file section headers more consistent with standard
|
2015-04-08 08:04:12 -06:00 |
samv71_periphclks.h
|
Update comments and README
|
2015-04-05 07:22:46 -06:00 |