aboutsummaryrefslogtreecommitdiffstats
path: root/os/common
Commit message (Collapse)AuthorAgeFilesLines
* Fault handlers: v7m: simplifyDiego Ismirlian2019-10-021-4/+1
|
* Add fault handlers to ease ARM-v7m (Cortex M3/M4(F)/M7 debuggingDiego Ismirlian2019-10-024-0/+384
|
* 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-075-0/+21577
|\ | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| * Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵Michael Walker2018-05-072-4633/+8191
| | | | | | | | PWM, SPI
| * Correct register definitions for MK66F18 for LPTMR and FlexRAMMichael Walker2018-05-031-42/+54
| |
| * Merge branch 'master' into mikeMichael Walker2018-05-021-1/+2
| |\
| * \ Merge branch 'master' into mikeMichael Walker2018-05-0257-121/+38338
| |\ \
| * | | More correctionsMichael Walker2018-05-011-3/+5
| | | |
| * | | disable voltage inrush regulatorMichael Walker2018-05-011-3/+6
| | | |
| * | | UpdateMichael Walker2018-05-011-0/+1
| | | |
| * | | Merge branch 'master' into mikeMichael Walker2018-05-015-3/+8
| |\ \ \
| * | | | Attempt at Teensy 3.6 supportMichael Walker2018-04-305-0/+18001
| | | | |
* | | | | 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-0257-121/+38338
| |\ \ \ | | |_|/ | |/| |
| * | | Enable Kinesis on newer ChibiOSMichael Walker2018-05-015-3/+8
| | |/ | |/|
* | | Merge pull request #156 from wiml/k64_supportFabien Poussin2018-05-054-0/+8297
|\ \ \ | |_|/ |/| | Kinetis K64 and PJRC Teensy3.5 support
| * | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,Wim Lewis2018-01-064-0/+8297
| | | | | | | | | | | | 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
| | |
* | | Merge pull request #145 from marcoveeneman/tiva_improvementsFabien Poussin2018-03-082-10/+12
|\ \ \ | | | | | | | | Various Tiva improvements
| * | | 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
| |/ /
* | | Merge pull request #143 from qmk/fix_kinesis_usb_data_syncFabien Poussin2018-03-081-1/+1
|\ \ \ | |/ / |/| | Fix Kinetis usb databank synchronization problems
| * | Fix typo in k20xx.hFred Sundvik2018-02-081-1/+1
| |/
* | 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
|\ \ | | | | | | Tiva port use TivaWare
| * | 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
| | | | | | | | | | | | | | | Tickless mode is working again. Fixed st_lld_get_counter reading the wrong register.
| * | 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
|\ \ \ | |/ / |/| | MSP430X ADC12 Support
| * | Adds ADC12 support to MSP430X port.Andrew Wygle2016-06-052-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 Wygle2016-06-051-2/+7
| |/ | | | | | | Also fixed a couple of bugs identified as part of the refresh.
* / NRF52832 implementationStephane D'Alu2016-07-093-0/+176
|/
* Merge pull request #68 from awygle/msp430xawygle2016-05-043-3/+452
| | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates