aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/KINETIS
Commit message (Collapse)AuthorAgeFilesLines
* [KINETIS] Fixed drivers that used rt/nil APIs to use OSAL APIFabio Utzig2015-04-074-33/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7868 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix to restore correct copyright attributionsFabio Utzig2015-03-3130-30/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7838 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7828 ↵Giovanni Di Sirio2015-03-2929-35/+35
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* New makefiles in Kinetis demos.Giovanni Di Sirio2015-03-291-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7827 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add USB vectorFabio Utzig2015-01-231-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7643 35acf78f-673a-0410-8e92-d51de3d6d3f4
* copyright errorgdisirio2015-01-183-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7632 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7622 ↵gdisirio2015-01-1132-1417/+1417
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fixed I2C frequency calculationutzig2014-11-131-2/+44
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7504 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Removed redundant assertionsutzig2014-11-111-6/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7503 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Interrupt driver PWM driverutzig2014-11-111-21/+98
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7502 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add PWM driver contributed by Adam Porterutzig2014-11-114-0/+693
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7501 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Configured I2C vectors in registryutzig2014-11-043-2/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7474 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7462 ↵gdisirio2014-11-021-1/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] K20x SPI use separate rx/tx dummy bytes.spacecoaster2014-09-231-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7310 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] K20x SPI converted to use DMA.spacecoaster2014-09-212-129/+137
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7300 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Corrected copyright assignment.spacecoaster2014-09-118-16/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7259 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add missing define for pal_lld_setpadmode()spacecoaster2014-09-082-1/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7253 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] ADC LLD files.spacecoaster2014-09-056-0/+627
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7250 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add GPT driverutzig2014-09-033-0/+669
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7245 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix warning using pal_lld_setpadmodeutzig2014-09-021-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7234 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add flash protection defaults to HALutzig2014-09-012-0/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7222 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Move I2C driver to LLDutzig2014-09-014-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7220 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Move to standardized port skelutzig2014-09-016-7/+104
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7216 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add EXT driverutzig2014-09-012-0/+551
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7215 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Initial I2C driver for K2xutzig2014-08-293-0/+583
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7206 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add SPI driver for K2x familyutzig2014-08-233-0/+641
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7185 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix opendrain output configurationutzig2014-08-201-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7181 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add support for FEI modeutzig2014-08-191-1/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7178 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Use dynamic MCG settings based on XTAL frequencyutzig2014-08-071-6/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7158 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix K20 serial driverutzig2014-08-071-33/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7149 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Initial K20 serial driver (Not working yet - WIP)utzig2014-08-073-0/+517
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7147 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Fix KL2x serial driver for osal compatibilityutzig2014-08-062-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7144 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fix copyright messageutzig2014-08-065-5/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7143 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add basic K20 family supportutzig2014-08-068-0/+1653
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7135 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Style fixutzig2014-08-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7134 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Remove duplicated headerutzig2014-08-021-1147/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7117 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Initial support for KL25 familyutzig2014-08-0110-0/+3011
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7110 35acf78f-673a-0410-8e92-d51de3d6d3f4