aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
Commit message (Expand)AuthorAgeFilesLines
* Fixed startup makefilesmarcoveeneman2018-02-272-8/+10
* Updated startup makefiles with new path to CMSIS Core headersmarcoveeneman2017-11-232-2/+2
* Initial ADC driver and testhal application for TM4C123x.marcoveeneman2017-07-032-0/+2
* Updated license headersmarcoveeneman2017-04-208-8/+8
* Fixed MSP430 build with latest msp-gcc (6.2)Fabien Poussin2017-04-149-4/+15585
* Merge pull request #96 from marcoveeneman/tiva-use-tivawaremarcoveeneman2016-10-3036-91/+22526
|\
| * Removed unused device specific header files.marcoveeneman2016-10-2778-962468/+0
| * Updated pwm_lld to use TivaWare.marcoveeneman2016-10-262-0/+2
| * Updated spi and udma lld to use TivaWare.marcoveeneman2016-10-112-0/+4
| * Updated wdg_lld to use TivaWare.marcoveeneman2016-10-082-0/+2
| * Updated i2c_lld to use TivaWare.marcoveeneman2016-10-082-0/+2
| * Updated mac_lld to use TivaWare.marcoveeneman2016-10-081-0/+1
| * Added hw_timer to cmparams.h for tm4c129x.marcoveeneman2016-10-081-0/+1
| * Updated st_lld to use TivaWare.marcoveeneman2016-10-081-0/+1
| * Commented some redefined Cortex-M register blocks in hw_memmap.h.marcoveeneman2016-10-081-5/+5
| * Updated cmparams.h files to start using the TivaWare headers.marcoveeneman2016-08-242-77/+93
| * Added TivaWare folder to startup makefile.marcoveeneman2016-08-242-2/+4
| * Added TivaWare inc folder.marcoveeneman2016-08-24110-0/+984872
| * Removed leading and trailing underscores from include guards.marcoveeneman2016-08-112-6/+6
* | Merge pull request #81 from awygle/adcawygle2016-08-172-7/+20
|\ \ | |/ |/|
| * Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-052-5/+13
| * Cleaned up MSP430X port to match recent changes to ChibiOS mainline.Andrew Wygle2016-06-051-2/+7
* | NRF52832 implementationStephane D'Alu2016-07-093-0/+176
|/
* Merge pull request #68 from awygle/msp430xawygle2016-05-043-3/+452
* Merge pull request #55 from marcoveeneman/tiva-wdg-drivermarcoveeneman2016-05-0210-10/+10
|\
| * Tiva. Updated Tiva makefiles to be compatible with the main repository.marcoveeneman2016-04-282-2/+2
| * Mass license update.marcoveeneman2016-04-288-8/+8
* | sync with ChibiOS master for ASMXSRCStephane D'Alu2016-04-281-1/+1
* | Merge pull request #62 from flabbergast/i2cFabio Utzig2016-04-275-320/+84
|\ \
| * | [KINETIS] Consolidate KL2x I2C CMSIS defs.flabbergast2016-04-245-319/+83
| * | [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z.flabbergast2016-04-241-9/+9
* | | [KINETIS] Mass update Makefile (license & asm changes).flabbergast2016-04-242-2/+2
|/ /
* | Merge pull request #56 from flabbergast/flabbergastFabio Utzig2016-04-1310-769/+345
|\ \
| * | [KINETIS] Clean up ld rules.flabbergast2016-04-1010-769/+345
* | | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-109-0/+1490
|\| |
| * | Add MK20DX256 ld script with 8 KB bootloaderFred Sundvik2016-04-091-0/+56
| * | Initial MSP430X Port.Andrew Wygle2016-04-088-0/+1434
| |/
* | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-1018-307/+526
|\|
| * Move ports to startupFabio Utzig2016-04-0410-4/+4
| * Fix paths in startup makefilesFabio Utzig2016-04-042-12/+14
| * Add new expected parameters to linker scriptsFabio Utzig2016-04-046-54/+271
* | Move ports to startupFabio Utzig2016-04-033-0/+0
* | Update paths in makefileFabio Utzig2016-04-031-7/+6
* | Update link script with new parametersFabio Utzig2016-04-031-9/+43
|/
* [KINETIS] Move/add startup files.flabbergast2016-03-2218-132/+608
* [KINETIS] Add CMSIS definitions.flabbergast2016-03-228-0/+9154
* [KINETIS] Move from main repo to contribFabio Utzig2016-03-076-0/+958
* Added missing HEAP_RAM definitionsdalu2016-02-021-0/+2
* Fixed rest of paths in build scripts.barthess2015-08-243-6/+6
* Minor improvements in DMA2D demobarthess2015-06-281-54/+0