summaryrefslogtreecommitdiff
path: root/nuttx/arch
Commit message (Expand)AuthorAgeFilesLines
* SAMA5D HSMCI: Add method to do RX transfer without DMA. The 8-byte SCR trans...Gregory Nutt2014-07-291-64/+200
* Cosmetic changes to commentsGregory Nutt2014-07-294-14/+2
* SAMA5D-EK: Correct system timer frequency. Input clock is MCK/2, not MCKGregory Nutt2014-07-291-3/+8
* Cosmetic changes to commentsGregory Nutt2014-07-291-1/+1
* Fixes to last SAMA5 PMIC checkinGregory Nutt2014-07-281-3/+5
* LPC17xx: DC updates from Max. Also fixes some syntax errors that I introduce...Gregory Nutt2014-07-282-85/+71
* ARM: Move L2 cache initialization to much later in the sequenceGregory Nutt2014-07-278-38/+47
* ARMv7-A L2 Cache currently depends on EXPERIMENTAL because it does not yet wo...Gregory Nutt2014-07-261-1/+1
* ARMv7 L2 Cache: Minor bugfixes/improvementsGregory Nutt2014-07-262-16/+41
* Enables cache early in boot-up sequenceGregory Nutt2014-07-261-2/+7
* Change naming from cp_XYZ_cache() to arch_XYP_cache() so that all cache opera...Gregory Nutt2014-07-2612-102/+102
* New cache.h file. Renames cp15_XYZ_cache() to arch_XYZ_cache() and addes L2...Gregory Nutt2014-07-261-0/+191
* Rename ARMv7-A cache.h to cp15_cache.h. Things will be broken on this commi...Gregory Nutt2014-07-261-5/+5
* arch/arm/src/armv7-a/arm_l2cc_pl310.c, l2cc.h, l2cc_pl310.h, Kconfig: Add in...Gregory Nutt2014-07-265-20/+1217
* ARMv7-A: L2CC PL310 address filtering is an optional featureGregory Nutt2014-07-252-3/+10
* ARMv7-A: Add missing L2CC PL310 bit definitionsGregory Nutt2014-07-252-5/+85
* rch/arm/armv7-a/l2cc_pl310.h: Move arch/arm/sama5/chip/sam_l2cc.h to arch/ar...Gregory Nutt2014-07-254-75/+96
* 3rd time is a charm. Max is right, the initial priority setting should be NV...Gregory Nutt2014-07-241-1/+1
* Oops, should have been NVIC_SYSH_PRIORITY_DEFAULTGregory Nutt2014-07-241-1/+1
* LPC17 Ethernet: Added option to use the kernel worker thread to do most of th...Gregory Nutt2014-07-242-21/+133
* Added burstmode ADC conversion mode, with CONFIG_ADC_BURSTMODE option in Kcon...Gregory Nutt2014-07-241-8/+223
* Mostly cosmetic changes from MaxGregory Nutt2014-07-243-66/+25
* Eliminate warnings. From MaxGregory Nutt2014-07-241-13/+6
* Correct the initial value of the BASEPRI register. This was apparently neve...Gregory Nutt2014-07-241-1/+9
* Fix a recently introduced typo that was being masked by some bad conditional ...Gregory Nutt2014-07-221-4/+6
* Update ChangeLogGregory Nutt2014-07-221-1/+1
* STM32 OTGFS device: Various changes to try to reduce that amount of time in ...Gregory Nutt2014-07-221-12/+11
* Fix typos in the STM32 DAC header file. From Petteri AimonenGregory Nutt2014-07-221-2/+2
* SAMA5D4 XDMAC: Never sets a channel as secure. Will probably have to revisit...Gregory Nutt2014-07-211-0/+4
* SAMA5D4: Fix some HSMCI issues when XDMAC0 is enabledGregory Nutt2014-07-211-29/+38
* SAMA5 HSMCI: Correct multi-block DMA setup; Fixes related to DMA timeout. St...Gregory Nutt2014-07-211-103/+162
* SAMA5 XDMAC: Missing some CUBC bitsGregory Nutt2014-07-211-3/+5
* SAMA4D5 HSMCI: Set burst size to 1, sample DMA registers on timeout, and don'...Gregory Nutt2014-07-211-63/+100
* XDMAC register sampling missed CIM register; Should not set SWREQ bit in DMA ...Gregory Nutt2014-07-212-0/+7
* Fix a commented out assertionGregory Nutt2014-07-201-4/+2
* Fix typos in commentsGregory Nutt2014-07-201-2/+2
* SAMA5D4-EK: PIO Schmitt trigger logic backwardGregory Nutt2014-07-201-3/+5
* WM8904 w/NxPlayer: Fix some compile errors and warnings with debug enabledGregory Nutt2014-07-202-8/+39
* SAMA5D ADC: Fix some typos in conditional compilationGregory Nutt2014-07-191-12/+12
* SAMA5 SCK: The SAMA5D3 does things a little differentlyGregory Nutt2014-07-191-1/+34
* SAMA5 PCK: Add support for the slow clock as the PCK clock sourceGregory Nutt2014-07-193-20/+45
* SAMA5: Update slow clock logic. Things work a little differently on the SAM...Gregory Nutt2014-07-191-0/+6
* SAMA5: Add slow clock supportGregory Nutt2014-07-194-1/+258
* SAMA5D4-EK: Add WM8904 initialization logicGregory Nutt2014-07-192-6/+22
* SAMA5 LCDC: Back out the delay kludge. Increase the LCDC input clock from MC...Gregory Nutt2014-07-121-12/+0
* SAMA5D4-EK LCDC: Change source clock to 2*Mck seems to solve stability issuesGregory Nutt2014-07-121-1/+1
* SAMA5D4-EK LCDC: Adding a delay after enabling the LCD solves lots of start-...Gregory Nutt2014-07-121-1/+13
* Lpc17xx Ethernet: Comment out an assertion that is reported to first inapprop...Gregory Nutt2014-07-111-0/+2
* SAMA5D4-EK LCD: Actual hardware with appears to be RGB888Gregory Nutt2014-07-101-5/+5
* SAMA5D4-EK: LCDC works (with a few color problems)Gregory Nutt2014-07-102-3/+5