summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Spark board configurations updated by David SidraneGregory Nutt2014-02-1810-38/+57
|
* STM32 SPI: Disable SPI before modifying CR1Gregory Nutt2014-02-181-0/+2
|
* Buildroot support for GCC 4.7.3 and for Cortex-M4 with hardware floating ↵Gregory Nutt2014-02-1811-2/+1551
| | | | point from David Alessio
* Refresh a defconfig file; updated a READMEGregory Nutt2014-02-182-7/+54
|
* STM32F429 Discovery: All src/ files renamed to make consistent with current ↵Gregory Nutt2014-02-1814-60/+53
| | | | naming conventions
* More STM32F429 Discovery FPU-related changes from David AlessioGregory Nutt2014-02-184-4/+15
|
* STM32F429 Discovery: Add support for FPU in OS testGregory Nutt2014-02-185-0/+1161
|
* sched/task_terminate always return an error because return value was not ↵Gregory Nutt2014-02-185-13/+14
| | | | being set correctory. From Gosha
* SAMD20: Increase FLASH waitstates to 2Gregory Nutt2014-02-184-16/+91
|
* Mostly cosmetic clean-up of commentsGregory Nutt2014-02-178-28/+20
|
* SAMD20: Fix BAUD calculation. Now comes up okay about 20% of the timeGregory Nutt2014-02-172-22/+39
|
* SAMD20: Fix some confusion what which pins are on which connectorsGregory Nutt2014-02-173-11/+29
|
* SAMD20: Now runs, but no serial outputGregory Nutt2014-02-178-78/+98
|
* SAMD20: Initial debug changes to get clockingGregory Nutt2014-02-176-18/+112
|
* SAMD20: Misc changes for a clean build with debug enabledGregory Nutt2014-02-178-103/+193
|
* SAMD20: Add WDT and EVSYS register definition header filesGregory Nutt2014-02-168-11/+411
|
* SAMD20: Add I2C slave register definition header fileGregory Nutt2014-02-163-11/+233
|
* SAMD20: Move serial console back to SERCOM4Gregory Nutt2014-02-163-11/+89
|
* SAM20D: Add SPI and I2C master register definition header filesGregory Nutt2014-02-163-14/+479
|
* Update Compal_E88 configurations to use kconfig-frontends. From Alan ↵Gregory Nutt2014-02-164-312/+709
| | | | Carvalho de Assis
* SAMD20: The basic port is complete but still untestedGregory Nutt2014-02-1610-5/+1206
|
* SAMD20: Completes low-level USART logicGregory Nutt2014-02-165-56/+227
|
* Remove the unusable m68332evb configurationGregory Nutt2014-02-1613-688/+0
|
* SAMD20: More SERCOM USART configuration logicGregory Nutt2014-02-154-8/+243
|
* Remove some garbage filesGregory Nutt2014-02-153-1919/+0
|
* SAMD20: A little more USART logicGregory Nutt2014-02-155-47/+17
|
* SAMD20: Beginning of SERCOM UART configuration logicGregory Nutt2014-02-1513-191/+685
|
* SAM D20: Add SERCOM USART register definition header fileGregory Nutt2014-02-151-0/+219
|
* SAMD20: Finishes basic clock configuration logicGregory Nutt2014-02-152-47/+521
|
* Back out part of write buffering change. David G reports that this causes ↵Gregory Nutt2014-02-152-2/+4
| | | | problems connecting to a server
* SAM D20: More clock configuration logic (still incomplete)Gregory Nutt2014-02-142-67/+172
|
* SAM D20: Put fuse related definition in a separate header file so make ↵Gregory Nutt2014-02-1411-195/+308
| | | | license statement cleaner
* SAM D20: A little more clock configuration logic (still incomplete)Gregory Nutt2014-02-144-38/+507
|
* Typo fixes from CCTSA0. ThanksGregory Nutt2014-02-142-2/+2
|
* SAMD20: Add NVMCTRL register definition header file. Also empty framework ↵Gregory Nutt2014-02-146-3/+475
| | | | for clock configuration
* STM32 serial: Fix clone typo.. FLOWCONROL vs FLOWCONTROLGregory Nutt2014-02-142-20/+22
|
* SAMD20: Fixes to SRAM size, No. memory regions, and beginning of clocking logicGregory Nutt2014-02-133-105/+48
|
* SAMD20: Add SYSCTRL register definition header fileGregory Nutt2014-02-131-0/+309
|
* SAMD20: Add GCLK and PM register definition header filesGregory Nutt2014-02-132-0/+379
|
* SAMD20: Add port configuration logicGregory Nutt2014-02-134-35/+568
|
* Add SAMD20 pin configuration definitionsGregory Nutt2014-02-136-274/+565
|
* Minimal changes to get a clean compilation of the SAMD20 Xplained ↵Gregory Nutt2014-02-1315-171/+868
| | | | configuration. Still a lot of missing logic
* Fix-up some SAMD20 SERCOM conditionalsGregory Nutt2014-02-128-31/+113
|
* Add initial support for the Atmel SAMD20 Xplained Pro boardGregory Nutt2014-02-128-177/+268
|
* Add configuration for the SAMD20 Xplained Pro board. Initial check a ↵Gregory Nutt2014-02-1223-8/+4057
| | | | low-effor, unverified clone of thoe SAM4L Xplained Pro board configuration
* Add basic framework to support the Atmel SAMD Cortex-M+ chipGregory Nutt2014-02-1226-8/+3041
|
* Fix typo cloned to many files: SAM32 vs SAM34Gregory Nutt2014-02-126-190/+190
|
* More changes to reduce complaints from CppCheck. Some latent bugs fixes, ↵Gregory Nutt2014-02-1024-74/+83
| | | | but probably some new typos introduced
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ↵Gregory Nutt2014-02-1082-1659/+1997
| | | | but probably some new typos introduced
* remove some unnecessary header filesGregory Nutt2014-02-101-4/+0
|