Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed MSP430 build with latest msp-gcc (6.2) | Fabien Poussin | 2017-04-14 | 1 | -0/+1 |
| | |||||
* | Adds ADC12 support to MSP430X port. | Andrew Wygle | 2016-06-05 | 2 | -5/+13 |
| | | | | | | | | | Adds support for the MSP430X's 12-bit ADC peripheral, as well as reasonably complete testing of same. Also includes fixes for several bugs and cleanup of the DMA peripheral, which used ch calls rather than osal calls and was unclear about what contexts its methods could be called from. | ||||
* | Cleaned up MSP430X port to match recent changes to ChibiOS mainline. | Andrew Wygle | 2016-06-05 | 1 | -2/+7 |
| | | | | Also fixed a couple of bugs identified as part of the refresh. | ||||
* | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 2 | -3/+15 |
| | | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates | ||||
* | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 5 | -0/+765 |
|\ | |||||
| * | Initial MSP430X Port. | Andrew Wygle | 2016-04-08 | 5 | -0/+765 |
| | | | | | | | | | | | | This port includes hal, pal, serial, and st drivers. It supports both large and small model code and data for MSP430X-class CPUs. It has only been tested on the EXP430FR5969 LaunchPad board. | ||||
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 10 | -515/+0 |
|\| | |||||
| * | Move ports to startup | Fabio Utzig | 2016-04-04 | 10 | -734/+0 |
| | | |||||
| * | Fix paths in startup makefiles | Fabio Utzig | 2016-04-04 | 2 | -12/+14 |
| | | |||||
| * | Add new expected parameters to linker scripts | Fabio Utzig | 2016-04-04 | 6 | -54/+271 |
| | | |||||
* | | Move ports to startup | Fabio Utzig | 2016-04-03 | 3 | -176/+0 |
| | | |||||
* | | Update paths in makefile | Fabio Utzig | 2016-04-03 | 1 | -7/+6 |
| | | |||||
* | | Update link script with new parameters | Fabio Utzig | 2016-04-03 | 1 | -9/+43 |
|/ | |||||
* | [KINETIS] Move/add startup files. | flabbergast | 2016-03-22 | 6 | -958/+0 |
| | | | | | | | Move ports -> startup. Split k20x to k20x5 and k20x7. Split off common part of ld scripts. Add new ld scripts. | ||||
* | [KINETIS] Move from main repo to contrib | Fabio Utzig | 2016-03-07 | 6 | -0/+958 |
| | |||||
* | Added missing HEAP_RAM definition | sdalu | 2016-02-02 | 1 | -0/+2 |
| | | | linker was generating a warning, and tests were failing on "Heap, allocation and fragmentation test" | ||||
* | Fixed rest of paths in build scripts. | barthess | 2015-08-24 | 3 | -6/+6 |
| | |||||
* | Minor improvements in DMA2D demo | barthess | 2015-06-28 | 1 | -54/+0 |
| | |||||
* | LTDC and DMA2D ported to ChibiOS/RT 3 | TexZK | 2015-06-24 | 1 | -0/+54 |
| | | | | | + LTDC and DMA2D peripheral drivers + LTDC and DMA2D demo project | ||||
* | Added STM32F103xC memory setup | Aberto Panu | 2015-06-12 | 1 | -0/+50 |
| | |||||
* | Added STM32F103x8 memory setup | Aberto Panu | 2015-06-12 | 1 | -0/+50 |
| | |||||
* | Remove ChibiOS mentions from copyright | Fabio Utzig | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Fix port params | Fabio Utzig | 2015-05-13 | 1 | -3/+3 |
| | |||||
* | Rename linker script | Fabio Utzig | 2015-05-12 | 1 | -1/+1 |
| | |||||
* | Add linker script | Fabio Utzig | 2015-04-29 | 1 | -0/+48 |
| | |||||
* | Add statup makefile | Fabio Utzig | 2015-04-29 | 1 | -0/+11 |
| | |||||
* | Add initial cmparams | Fabio Utzig | 2015-04-29 | 1 | -0/+82 |
| | |||||
* | Tiva. Added new startup files. | marcoveeneman | 2015-04-15 | 2 | -0/+20 |
| | |||||
* | Tiva. Fixed Tiva CORTEX_MODEL definitions in cmparams.h. | marcoveeneman | 2015-04-15 | 2 | -2/+2 |
| | |||||
* | Tiva. Updated Tiva linker files to the new format. | marcoveeneman | 2015-04-15 | 6 | -7/+138 |
| | |||||
* | Added Tiva linker script files and cmparams.h. | marcoveeneman | 2014-10-13 | 8 | -0/+364 |