Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make RTC clock default | Fabio Utzig | 2016-04-03 | 1 | -2/+2 |
| | |||||
* | Add extra example parameters to mcuconf | Fabio Utzig | 2016-04-03 | 1 | -0/+3 |
| | |||||
* | Fix paths in demo Makefile | Fabio Utzig | 2016-04-03 | 1 | -4/+10 |
| | |||||
* | Fix test API usage | Fabio Utzig | 2016-04-03 | 1 | -2/+2 |
| | |||||
* | Add new chconf parameters | Fabio Utzig | 2016-04-03 | 1 | -0/+25 |
| | |||||
* | Move ports to startup | Fabio Utzig | 2016-04-03 | 3 | -0/+0 |
| | |||||
* | Update paths in makefile | Fabio Utzig | 2016-04-03 | 1 | -7/+6 |
| | |||||
* | Update link script with new parameters | Fabio Utzig | 2016-04-03 | 1 | -9/+43 |
| | |||||
* | Fix API usage in serial driver | Fabio Utzig | 2016-04-03 | 1 | -4/+4 |
| | |||||
* | Merge pull request #47 from jstruebel/master | Fabio Utzig | 2016-03-31 | 8 | -0/+1772 |
|\ | | | | | [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M board | ||||
| * | [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M board | Jonathan Struebel | 2016-03-29 | 8 | -0/+1772 |
|/ | |||||
* | Merge flabbergast-kinetis | Fabio Utzig | 2016-03-28 | 234 | -3452/+39139 |
|\ | |||||
| * | [KINETIS] A lot of updates | Fabio Utzig | 2016-03-28 | 234 | -3452/+39139 |
|/| | |||||
| * | [KINETIS] Update demos (for HAL changes). | flabbergast | 2016-03-22 | 15 | -75/+131 |
| | | |||||
| * | [KINETIS] Add a custom KL27Z breakout board demo. | flabbergast | 2016-03-22 | 9 | -0/+1329 |
| | | |||||
| * | [KINETIS] Move I2C and ADC demo to proper subdir. | flabbergast | 2016-03-22 | 15 | -66/+116 |
| | | |||||
| * | [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). | flabbergast | 2016-03-22 | 114 | -0/+25185 |
| | | |||||
| * | [KINETIS] HAL cleanup/update. | flabbergast | 2016-03-22 | 37 | -5615/+3880 |
| | | | | | | | | | | | | | | New entries in kinetis_registry.h to support new MCUs. Moved registers to ext/CMSIS, like it is done for STM32. Move the same drivers to LLD. Add USB driver. | ||||
| * | [KINETIS] Move/add startup files. | flabbergast | 2016-03-22 | 18 | -132/+608 |
| | | | | | | | | | | | | | | Move ports -> startup. Split k20x to k20x5 and k20x7. Split off common part of ld scripts. Add new ld scripts. | ||||
| * | [KINETIS] Add CMSIS definitions. | flabbergast | 2016-03-22 | 8 | -0/+9154 |
| | | |||||
| * | [KINETIS] Update boards. | flabbergast | 2016-03-22 | 16 | -48/+1220 |
| | | | | | | | | | | Add FRDM-KL26Z, Teensy LC and 3.1. Update definitions for FRDM-KL25Z, MCHCK, Teensy 3.0. | ||||
| * | [KINETIS] Fix board definitions (move to contrib). | flabbergast | 2016-03-21 | 4 | -8/+8 |
| | | |||||
| * | Merge remote-tracking branch 'utzig/kinetis' into kinetis | flabbergast | 2016-03-21 | 131 | -0/+26352 |
| |\ | |||||
* | \ | Merge pull request #45 from utzig/kinetis | Fabio Utzig | 2016-03-28 | 131 | -0/+26352 |
|\ \ \ | | |/ | |/| | [KINETIS] Move from main repo to contrib | ||||
| * | | [KINETIS] Add remaining demos and fix configs | Fabio Utzig | 2016-03-15 | 46 | -4/+7237 |
| | | | |||||
| * | | [KINETIS] Fix platform driver references to contrib | Fabio Utzig | 2016-03-08 | 2 | -21/+21 |
| | | | |||||
| * | | [KINETIS] Move from main repo to contrib | Fabio Utzig | 2016-03-07 | 87 | -0/+19119 |
| | | | |||||
* | | | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -13/+10 |
| | | | | | | | | | | | | | | | In old code thread could be suspended *after* the callback was called. New code protected with more wide critical section. | ||||
* | | | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 11 | -81/+1 |
| |/ |/| | |||||
* | | NAND. Cosmetical improvement | barthess | 2016-03-17 | 1 | -5/+7 |
| | | |||||
* | | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 31 | -902/+1181 |
|/ | |||||
* | Merge pull request #36 from sdalu/rng | Fabio Utzig | 2016-02-29 | 15 | -2/+1828 |
|\ | | | | | Random Number Generator driver | ||||
| * | hide shell errors | Stephane D'Alu | 2016-02-21 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 93 | -24/+26717 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c | ||||
| * \ | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-09 | 10 | -0/+1289 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: os/hal/ports/NRF51/NRF51822/platform.mk | ||||
| * | | | cleanup, added comments | Stephane D'Alu | 2016-02-09 | 1 | -10/+14 |
| | | | | |||||
| * | | | cleanup | Stephane D'Alu | 2016-02-09 | 4 | -41/+11 |
| | | | | |||||
| * | | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 8 | -2/+671 |
| | | | | |||||
* | | | | Merge pull request #44 from sdalu/bswap | Fabio Utzig | 2016-02-29 | 1 | -0/+55 |
|\ \ \ \ | |_|_|/ |/| | | | byte swap extended to 64 bits | ||||
| * | | | extend to 64 bits int | Stephane D'Alu | 2016-02-28 | 1 | -0/+55 |
| | | | | |||||
* | | | | Merge pull request #43 from fpoussin/timcap-pull | Uladzimir Pylinski | 2016-02-18 | 18 | -7/+3345 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | TIMCAP Driver Merged pull request #43 from fpoussin/timcap-pull. Original driver: https://github.com/dsigma/ChibiOS/tree/master/demos/ARMCM4-STM32F407-WAVESHARE-OPEN-407I-C-TIM_CAP/timcap | ||||
| * | | | | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 18 | -7/+3345 |
| | | | | | |||||
* | | | | | Merge pull request #42 from fpoussin/eeprom-pull | Uladzimir Pylinski | 2016-02-17 | 15 | -1/+2852 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EEPROM Driver (pull request #42 from fpoussin/eeprom-pull) The original driver was from barthess, modified by timonwong, fixed/cleaned it for 3.x/16.x+ Url: https://github.com/timonwong/ChibiOS-EEPROM Testhal included, tested on real hardware as well for the SPI part. | ||||
| * | | | | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 15 | -1/+2852 |
| | | | | | |||||
* | | | | | Merge pull request #40 from fpoussin/usb-host-pull | Uladzimir Pylinski | 2016-02-17 | 37 | -1/+16355 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | USB-Host Driver Merged pull request #40 from fpoussin/usb-host-pull | ||||
| * | | | | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 37 | -1/+16355 |
| |/ / / | |||||
* | | | | Merge pull request #41 from sdalu/ram-on | Fabio Utzig | 2016-02-16 | 1 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | Ensure ram is on | ||||
| * | | | Ensure ram is on | Stephane D'Alu | 2016-02-16 | 1 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #35 from sdalu/sensor_hdc1000 | Fabio Utzig | 2016-02-15 | 11 | -0/+2563 |
|\ \ \ | | | | | | | | | Sensor hdc1000, mcp9808, tsl2561, tsl2591 | ||||
| * | | | included copyright | Stephane D'Alu | 2016-02-15 | 2 | -6/+39 |
| | | | |