Gregory Nutt
a27e673967
SAMA5D2: Finish implementtion of the PIO driver
2015-09-12 11:36:06 -06:00
Gregory Nutt
ac986987de
SAMA5D2: Add PIO driver. Still a work in progress
2015-09-12 09:58:18 -06:00
Gregory Nutt
7c62fcbe96
Rename sam_pio.c to sama5d53x4x_pio.c
2015-09-12 09:14:34 -06:00
Gregory Nutt
114f353224
SAMA5D2: Update matrix header file for the SAMA5D2
2015-09-12 09:02:42 -06:00
Gregory Nutt
94bdeda28e
SAMA5D2: Add PIO register definition header file
2015-09-12 08:24:48 -06:00
Gregory Nutt
b8c1f0bfeb
SAMA5: Rename chip/sam_pio.h to chip/sama5d3s4x_pio.h
2015-09-12 06:49:37 -06:00
Gregory Nutt
1f745e534b
SAMA5D2: Make sure that USART mode is selected for each Flexcom used as a serial device
2015-09-11 18:42:49 -06:00
Gregory Nutt
36eba6ef99
Fix some errors in comments
2015-09-11 18:03:40 -06:00
Gregory Nutt
cc0f1d1f04
SAMA5D: Ooops. Committed wrong version of RXLP header file
2015-09-11 18:01:38 -06:00
Gregory Nutt
7c4428b67e
SAMA5D2: Add RXLP register definition header file
2015-09-11 16:11:00 -06:00
Gregory Nutt
972ae84d95
SAMA5D2: Add logic to enable Flexcom clocking and to configure Flexcom pins
2015-09-11 14:54:30 -06:00
Gregory Nutt
b19c3d7cbe
SAMA5D2: Add Flexcom UART serial driver
2015-09-11 14:30:19 -06:00
Gregory Nutt
9385a98588
SAMA5D: Move common configuration logic from sam_lowputc.c and sam_serial.c to new sam_config.h. Make room in the architecture for forthcoming Flexcom USARTs
2015-09-11 12:00:30 -06:00
Gregory Nutt
a39b2351f0
SAMA5D2: Add Flexcom register definition header files
2015-09-11 10:40:12 -06:00
Gregory Nutt
f51541dfd6
SAMA5Dx UART: SAMAD4 also has BRSRCCK bit in the MR register
2015-09-11 08:27:18 -06:00
Gregory Nutt
cf7ea3bc3e
Updates for SAMA5D2: It has no USARTS
2015-09-10 17:15:52 -06:00
Gregory Nutt
2cdbc17a63
SAMA5: Fix support for varying number of PIO ports
2015-09-10 13:46:57 -06:00
Gregory Nutt
c1b83cfbc8
SAMA5D2: Add pin multiplexing definition file and other necessary changes for the SAMA5D2
2015-09-10 13:07:04 -06:00
Gregory Nutt
87aa1cb83b
SAMA5D2: Update PMC definitions; has UART2-4, but not USART0-4
2015-09-09 12:11:45 -06:00
Gregory Nutt
c391ada5e7
SAMA5D2: Update boot logic, AXIMX, SFR, and WDT register definition files for SAMA5D2
2015-09-09 10:00:29 -06:00
Gregory Nutt
5f54db8c17
Separate memory mapping tables for SAMA5D2, 3, and 4
2015-09-08 16:40:13 -06:00
Gregory Nutt
6e900bc88a
Eliminate warning
2015-09-08 13:26:51 -06:00
Gregory Nutt
e7c149e545
Yet another rething of the SAMA5 memory mapping definitions
2015-09-08 11:50:30 -06:00
Gregory Nutt
e6aba39805
SAMA5: Correct some memory map logic
2015-09-08 11:35:11 -06:00
Gregory Nutt
2138e16199
Eliminate warnings
2015-09-08 11:08:44 -06:00
Gregory Nutt
2913aac866
Eliminate warnings
2015-09-08 10:20:41 -06:00
Ilya Averyanov
560613622d
EHCI: We not need disable and enable async scheduler when
2015-09-07 13:44:56 -06:00
Ilya Averyanov
8cc83fa6dc
EHCI: Fix qh_ioccheck to move bp to next QH
2015-09-07 13:42:39 -06:00
Ilya Averyanov
6799bba3c1
EHCI: Rename asynch_setup to ioc_async_setup
2015-09-07 13:36:52 -06:00
Gregory Nutt
9d5f04cd45
Remove some crap from the SAMA5D2 memory map header file
2015-09-05 12:43:34 -06:00
Gregory Nutt
6488fe469d
SAMA5D Kconfig: SAMA5D2 has P310 L2 cache
2015-09-05 12:15:50 -06:00
Gregory Nutt
975d912b40
Cosmetic: Move # of pre-processior command to column 1
2015-09-05 09:07:37 -06:00
Gregory Nutt
831272cd35
SAMA5D2: Add memory map file
2015-09-02 13:04:01 -06:00
Gregory Nutt
5a9f1fa3ab
Extension memory map inclusion for SAMA5D2
2015-09-02 08:23:44 -06:00
Gregory Nutt
8c9f7e5ab6
Add peripheral clock macros for the SAMA5D2
2015-09-01 13:08:48 -06:00
Gregory Nutt
f6d8a03b55
Merged in paulpatience/nuttx-arch (pull request #10 )
...
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 12:31:05 -06:00
Paul A. Patience
a0dc724a5d
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
Ilya Averyanov
98788063f1
Fix warning in Kconfig file introduced with first SAMA5D2 commit. From Ilya Averyanov.
2015-09-01 11:23:08 -06:00
Gregory Nutt
c33efa0a60
SAMA5D2: Add chip definitions, PIDs, and IRQ definitions
2015-08-31 15:19:01 -06:00
Gregory Nutt
b7d6720a23
All CAN drivers: Set the new error indication to zero in the CAN message report
2015-08-18 07:24:12 -06:00
Gregory Nutt
ba6c0b3fa3
Fix more common typos
2015-08-16 11:06:29 -06:00
Gregory Nutt
e29220183a
Fix some common typos
2015-08-16 10:59:10 -06:00
Gregory Nutt
949cea035c
Fix a spelling error
2015-08-03 13:53:53 -06:00
Gregory Nutt
999452c3ae
Eliminate a warning detected by nuttx/tools/testbuild.sh
2015-07-22 14:11:10 -06:00
Gregory Nutt
1f5e16dc95
Fix some warnings/errors detected by nuttx/tools/testbuilds.sh
2015-07-10 18:41:26 -06:00
Gregory Nutt
a1676a177d
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
Gregory Nutt
fb926e7283
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Alan Carvalho de Assis
2a10db2dbf
SAMA5D TWI: Fix typo in driver initialization logic.
2015-06-17 06:13:46 -06:00
Gregory Nutt
12ca013ff4
SAMV7: Add RTC register definition header file
2015-06-16 07:23:47 -06:00
Gregory Nutt
29136e51cc
Clean up and review of header files for conformance to standards
2015-06-12 19:26:01 -06:00