summaryrefslogtreecommitdiff
path: root/nuttx
Commit message (Expand)AuthorAgeFilesLines
* SAMA5: If the page table is in high memory, make sure that it is excluded fr...Gregory Nutt2013-07-263-29/+63
* Fix some bad page table definitions of last commitGregory Nutt2013-07-252-26/+26
* Misc Cortex-A5 MMU-related fix -- still does not bootGregory Nutt2013-07-259-169/+293
* Fix an uninitialized register error that crept into the ARM9 start up code ma...Gregory Nutt2013-07-244-114/+158
* Fix SAMA5 vector linking issueGregory Nutt2013-07-244-4/+5
* Update SAMA5D3x-EK board configuration to support on-board UART connections, ...Gregory Nutt2013-07-2412-85/+780
* Revamp the way external memory regions are configured; Add logic to add SAMA5...Gregory Nutt2013-07-2454-407/+1350
* Improve Cortex-A5 context switching so that a little less copying is doneGregory Nutt2013-07-2419-64/+187
* ARMv7-N: Fix a copy error introduced in the previous check-inGregory Nutt2013-07-236-23/+62
* Improve some ARMv7-A/M floating point register save time; Add floating point ...Gregory Nutt2013-07-2339-147/+693
* ARMv7-A: Need 8-byte stack alignment when callign C code from interrupt hand...Gregory Nutt2013-07-233-30/+75
* SAMA5: Adapt clocking for different boot modes. New header files for AXI matr...Gregory Nutt2013-07-2320-226/+744
* Add SAMA5D3 pin multiplexing definitionsGregory Nutt2013-07-235-62/+465
* Add SAMA5 GPIO configuration supportGregory Nutt2013-07-2210-201/+1680
* Add support SAMA5 UART and serial driverGregory Nutt2013-07-225-2/+2044
* SAMA5 clock configuration should now agree with Atmel sample code; Added head...Gregory Nutt2013-07-225-115/+443
* Add SAMA5 clock logic. Cloned from SAM3U and not yet verifiedGregory Nutt2013-07-2210-11/+1202
* SAMA5 interrupt handling logicGregory Nutt2013-07-2210-105/+821
* SAMA5/Cortex-A: Improve irqsave/restore inlines + add irqenable. Add skeleto...Gregory Nutt2013-07-215-18/+266
* Add system timer logic for the SAMA5Gregory Nutt2013-07-216-4/+248
* Add some preliminary linker scripts in order to begin building the SAMA5 targetGregory Nutt2013-07-214-2/+399
* A few more Cortex-A5 and SAMA5 filesGregory Nutt2013-07-2116-231/+1833
* Misc Cortex-A5 changes include new file for cache operationsGregory Nutt2013-07-2014-183/+961
* A few more SAMA5D3 filesGregory Nutt2013-07-1910-2/+677
* Basic framework to support the AT91SAMA5D3 family and the SAMA5D3x-EK board(s...Gregory Nutt2013-07-1925-29/+2668
* More ARMv7-A files that are just copies of the ARMv4/5 files for nowGregory Nutt2013-07-1934-230/+3723
* Minor but fatal typo introduced in last checkinGregory Nutt2013-07-181-1/+1
* Some initial frame for Cortex-A5 support. No much yetGregory Nutt2013-07-1817-4/+3126
* NSH cmp command by Andrew TwidgellGregory Nutt2013-07-185-91/+117
* Add links to board README files in the NuttX.html fileGregory Nutt2013-07-162-44/+113
* Fix problems with host build of the Zmodem toolsGregory Nutt2013-07-162-20/+56
* More Zmodem tweaksGregory Nutt2013-07-162-36/+17
* Zmodem utilities can now be built for Linux; Fix some configuration confusionGregory Nutt2013-07-151-2/+1
* Minor end-of-the-day Zmodem changesGregory Nutt2013-07-152-5/+4
* Fix file write loopGregory Nutt2013-07-151-3/+29
* Partial fixes for Zmodem RX buffering problems.Gregory Nutt2013-07-154-44/+139
* Fix an error in the ordering of fields in zm_transition_s structure; update d...Gregory Nutt2013-07-141-56/+88
* More Zmodem bugfixes and new filesGregory Nutt2013-07-131-2/+4
* Additional support needed for Zmodem debugGregory Nutt2013-07-122-3/+21
* Build/test framework for the Zmodem sz and rz commands which are on their wayGregory Nutt2013-07-126-36/+1112
* SAM configurations: don't use 3 memory regions unless SMC is enabledGregory Nutt2013-07-126-6/+26
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-124-24/+26
* Fix typoes in drivers/rwbuffer.c from Chia Cheng TsaoGregory Nutt2013-07-093-9/+18
* STM32 SDIO driver: Add supported for data block end (DBCKEND) interrupt. Fro...Gregory Nutt2013-07-082-6/+7
* Ticket #16: STM32 OTG FS device driver endpoint allocation. From Chia Cheng...Gregory Nutt2013-07-082-9/+18
* Add CRC16 supportGregory Nutt2013-07-075-6/+229
* prohibit re-entrance into sam_configgpio()Gregory Nutt2013-07-054-40/+42
* Fix some SPI bit bang timing. I still don't think it is working properly; I ...Gregory Nutt2013-07-052-92/+133
* Fix type in the USB composite device driverGregory Nutt2013-07-043-2/+7
* Updates for the Sure PIC32 boardGregory Nutt2013-07-035-3/+18