.. |
chip
|
SAMV7 QSPI: Use of CPHA in mode settings was inverted
|
2015-08-31 10:05:41 -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 QSPI: Delays need to be in units of nsec, not usec. Default delays should be 0 nsec
|
2015-09-01 11:16:09 -06:00 |
Make.defs
|
arch/arm/src/up_iternal.h and several ARM Make.defs files: In the original implementation, NOT defined(CONFIG_ARMV7M_CMNVECTOR) was a sufficient test to determine if lazy floating point register saving was being used. But recents changes added common lazy register as well so now that test must be (NOT defined(CONFIG_ARMV7M_CMNVECTOR) || defined(CONFIG_ARMV7M_LAZYFPU)).
|
2015-08-31 08:40:02 -06:00 |
sam_allocateheap.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_clockconfig.c
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Fix some spacing problems
|
2015-10-04 14:59:08 -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
|
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
|
Yet more spacing issues
|
2015-10-07 20:24:19 -06:00 |
sam_lowputc.c
|
Reconfigure System I/O when using USART1
|
2015-10-20 05:58:34 +08: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: ix switched assertion check for TSEG1 and TSEG2 in CANIOC_SET_BITTIMING
|
2015-10-18 08:14:10 +08:00 |
sam_mcan.h
|
Standardize the width of all comment boxes in header files
|
2015-10-02 17:47:23 -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
|
SAMV71: Add PMC register definition header files
|
2015-03-06 14:58:13 -06:00 |
sam_qspi.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_qspi.h
|
SAMV71 QSPI: Use new QSPI interface. Can't use SPI interface as planned; the hardware architectue is too different
|
2015-08-25 15:23:59 -06:00 |
sam_serial.c
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_spi_slave.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
|
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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -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
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -06:00 |
sam_twihs.c
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -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
|
Costmetic fixes to C coding style
|
2015-10-05 17:13:53 -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
|
Correct some spacing issues
|
2015-10-07 11:39:06 -06:00 |
sam_xdmac.h
|
SAMV7 QSPI: Add DMA transfer support
|
2015-08-29 10:02:59 -06:00 |
samv71_periphclks.h
|
Update comments and README
|
2015-04-05 07:22:46 -06:00 |