aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup
Commit message (Collapse)AuthorAgeFilesLines
* Kinetis makefiles fixesFabien Poussin2019-10-028-14/+24
|
* KINETIS platform update for ChibiOS 18.2.x.Konstantin Oblaukhov2018-11-206-12/+37
|
* Update all NRF5x makefiles and chconf.h.Konstantin Oblaukhov2018-11-202-6/+16
| | | | Add missing halconf_community.h
* Merge pull request #158 from walkerstop/mikeFabien Poussin2018-05-073-0/+190
|\ | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| * Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵Michael Walker2018-05-071-13/+9
| | | | | | | | PWM, SPI
| * Merge branch 'master' into mikeMichael Walker2018-05-021-1/+2
| |\
| * \ Merge branch 'master' into mikeMichael Walker2018-05-0216-113/+2813
| |\ \
| * | | UpdateMichael Walker2018-05-011-0/+1
| | | |
| * | | Merge branch 'master' into mikeMichael Walker2018-05-015-3/+8
| |\ \ \
| * | | | Attempt at Teensy 3.6 supportMichael Walker2018-04-303-0/+193
| | | | |
* | | | | Merge pull request #157 from walkerstop/masterFabien Poussin2018-05-054-2/+6
|\ \ \ \ \ | | |_|_|/ | |/| | | Kinetis compilation errors with latest code from ChibiOS master branch
| * | | | Remove duplicate code already in upstream master and add include dirMichael Walker2018-05-021-1/+2
| | |_|/ | |/| |
| * | | Merge remote-tracking branch 'upstream/master'Michael Walker2018-05-0216-113/+2813
| |\ \ \ | | |_|/ | |/| |
| * | | Enable Kinesis on newer ChibiOSMichael Walker2018-05-015-3/+8
| | |/ | |/|
* | | Merge pull request #156 from wiml/k64_supportFabien Poussin2018-05-053-0/+190
|\ \ \ | |_|/ |/| | Kinetis K64 and PJRC Teensy3.5 support
| * | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,Wim Lewis2018-01-063-0/+190
| | | | | | | | | | | | partially copied from the existing K20 support.
* | | Fixed wrong variable name for ASM filesmarcoveeneman2018-03-102-6/+6
| | |
* | | Added shared variables to startup, board and platform makefilesmarcoveeneman2018-03-102-0/+10
| | |
* | | Fixed startup makefilesmarcoveeneman2018-02-272-8/+10
| | | | | | | | | | | | vectors.c was replaced by vectors.S
* | | 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-143-4/+2485
| |
* | 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
| |
* | Added TivaWare folder to startup makefile.marcoveeneman2016-08-242-2/+4
| |
* | Removed leading and trailing underscores from include guards.marcoveeneman2016-08-112-6/+6
| |
* | NRF52832 implementationStephane D'Alu2016-07-093-0/+176
|/
* Merge pull request #68 from awygle/msp430xawygle2016-05-041-0/+437
| | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
* Merge pull request #55 from marcoveeneman/tiva-wdg-drivermarcoveeneman2016-05-0210-10/+10
|\ | | | | Tiva WDG driver
| * 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
| |
* | [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.
| * | [KINETIS] Clean up ld rules.flabbergast2016-04-1010-769/+345
| | |
* | | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-104-0/+725
|\| |
| * | Add MK20DX256 ld script with 8 KB bootloaderFred Sundvik2016-04-091-0/+56
| | |
| * | Initial MSP430X Port.Andrew Wygle2016-04-083-0/+669
| |/ | | | | | | | | | | 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-portFabio Utzig2016-04-1010-0/+734
|\|
| * Move ports to startupFabio Utzig2016-04-0410-0/+734
| |
* | Move ports to startupFabio Utzig2016-04-033-0/+176
|/
* [KINETIS] Move/add startup files.flabbergast2016-03-2216-0/+1434
Move ports -> startup. Split k20x to k20x5 and k20x7. Split off common part of ld scripts. Add new ld scripts.