aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCMx/devices
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #158 from walkerstop/mikeFabien Poussin2018-05-071-0/+80
|\ | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| * Merge branch 'master' into mikeMichael Walker2018-05-023-91/+204
| |\
| * | Attempt at Teensy 3.6 supportMichael Walker2018-04-301-0/+80
| | |
* | | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,Wim Lewis2018-01-061-0/+81
| |/ |/| | | | | partially copied from the existing K20 support.
* | Initial ADC driver and testhal application for TM4C123x.marcoveeneman2017-07-032-0/+2
| |
* | Updated license headersmarcoveeneman2017-04-202-2/+2
| |
* | 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
| | | | | | | | | | Tickless mode is working again. Fixed st_lld_get_counter reading the wrong register.
* | Updated cmparams.h files to start using the TivaWare headers.marcoveeneman2016-08-242-77/+93
| |
* | Removed leading and trailing underscores from include guards.marcoveeneman2016-08-112-6/+6
| |
* | NRF52832 implementationStephane D'Alu2016-07-091-0/+82
|/
* Merge pull request #55 from marcoveeneman/tiva-wdg-drivermarcoveeneman2016-05-022-2/+2
|\ | | | | Tiva WDG driver
| * Mass license update.marcoveeneman2016-04-282-2/+2
| |
* | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-102-0/+208
|\|
| * Move ports to startupFabio Utzig2016-04-042-0/+208
| |
* | Move ports to startupFabio Utzig2016-04-031-0/+82
|/
* [KINETIS] Move/add startup files.flabbergast2016-03-223-0/+256
Move ports -> startup. Split k20x to k20x5 and k20x7. Split off common part of ld scripts. Add new ld scripts.