Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 70 | -15649/+18173 |
|\ | |||||
| * | Merge pull request #52 from awygle/msp430x | Uladzimir Pylinski | 2016-04-09 | 12 | -0/+2524 |
| |\ | |||||
| | * | Initial MSP430X Port. | Andrew Wygle | 2016-04-08 | 12 | -0/+2524 |
| * | | [KINETIS] Fix I2C TX to not wait for RX if requested rxbytes is 0 | Jonathan Struebel | 2016-04-08 | 1 | -1/+1 |
| |/ | |||||
| * | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 57 | -15648/+15648 |
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 50 | -112/+112 |
|\| | |||||
| * | Merge pull request #50 from utzig/fix-tiva-port | Fabio Utzig | 2016-04-05 | 22 | -48/+48 |
| |\ | |||||
| | * | Fix tiva demos | Fabio Utzig | 2016-04-04 | 1 | -1/+1 |
| | * | Fix header guard style | Fabio Utzig | 2016-04-04 | 11 | -33/+33 |
| | * | Fix hal files naming scheme | Fabio Utzig | 2016-04-04 | 20 | -14/+14 |
| * | | [KINETIS] Rename header guards in HAL. | flabbergast | 2016-04-04 | 15 | -45/+45 |
| * | | [KINETIS] Rename HAL LLD files. | flabbergast | 2016-04-04 | 24 | -19/+19 |
| |/ | |||||
* | | Fix testhal demos (except for RNG) | Fabio Utzig | 2016-04-04 | 3 | -6/+6 |
* | | Fix headers guards + style fixes | Fabio Utzig | 2016-04-04 | 13 | -49/+49 |
* | | Move files to new naming std | Fabio Utzig | 2016-04-04 | 23 | -23/+23 |
* | | Fix style and warnings using timer0 | Fabio Utzig | 2016-04-04 | 2 | -31/+46 |
* | | Fix API usage in serial driver | Fabio Utzig | 2016-04-03 | 1 | -4/+4 |
|/ | |||||
* | [KINETIS] A lot of updates | Fabio Utzig | 2016-03-28 | 57 | -5671/+5108 |
|\ | |||||
| * | [KINETIS] HAL cleanup/update. | flabbergast | 2016-03-22 | 37 | -5615/+3880 |
| * | [KINETIS] Update boards. | flabbergast | 2016-03-22 | 16 | -48/+1220 |
| * | [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 | 48 | -0/+12611 |
| |\ | |||||
* | \ | Merge pull request #45 from utzig/kinetis | Fabio Utzig | 2016-03-28 | 48 | -0/+12611 |
|\ \ \ | | |/ | |/| | |||||
| * | | [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 | 48 | -0/+12611 |
* | | | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -13/+10 |
* | | | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | NAND. Cosmetical improvement | barthess | 2016-03-17 | 1 | -5/+7 |
* | | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 3 | -8/+2 |
|/ | |||||
* | hide shell errors | Stephane D'Alu | 2016-02-21 | 1 | -1/+1 |
* | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 45 | -24/+11923 |
|\ | |||||
| * | Merge pull request #43 from fpoussin/timcap-pull | Uladzimir Pylinski | 2016-02-18 | 10 | -6/+1603 |
| |\ | |||||
| | * | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 10 | -6/+1603 |
| * | | Merge pull request #42 from fpoussin/eeprom-pull | Uladzimir Pylinski | 2016-02-17 | 8 | -1/+1233 |
| |\| | |||||
| | * | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 8 | -1/+1233 |
| * | | Merge pull request #40 from fpoussin/usb-host-pull | Uladzimir Pylinski | 2016-02-17 | 23 | -1/+8713 |
| |\| | |||||
| | * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 23 | -1/+8713 |
| * | | Ensure ram is on | Stephane D'Alu | 2016-02-16 | 1 | -0/+12 |
| |/ | |||||
| * | Merge pull request #33 from sdalu/rtc | Fabio Utzig | 2016-02-15 | 7 | -20/+360 |
| |\ | |||||
| | * | Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts. | Stephane D'Alu | 2016-02-14 | 2 | -38/+200 |
| | * | st handle compile-tie error checking instead of gpt, as gpt is included first | Stephane D'Alu | 2016-02-14 | 2 | -6/+8 |
| | * | exclude TIMER0 from GPT if already used for system ticks | Stephane D'Alu | 2016-02-06 | 1 | -1/+6 |
| | * | protect ChibiOS specific sanity check | Stephane D'Alu | 2016-02-06 | 1 | -1/+1 |
| | * | fixed compile time error detection for deltatime | Stephane D'Alu | 2016-02-06 | 1 | -4/+4 |
| | * | deal with 16bits systime_t | Stephane D'Alu | 2016-02-06 | 1 | -16/+24 |
| | * | fixed tickless for RTC, removed it for TIMER | Stephane D'Alu | 2016-02-06 | 2 | -86/+7 |
| | * | try to implement tick-less mode | Stephane D'Alu | 2016-02-06 | 2 | -16/+143 |
| | * | use mcuconf.h with NRF51_SYSTEM_TICKS to select the timer source (TIMER or RTC) | Stephane D'Alu | 2016-02-05 | 4 | -14/+109 |
| | * | start by a stop | Stephane D'Alu | 2016-02-05 | 1 | -1/+1 |
| | * | nrf51 has a cristal | Stephane D'Alu | 2016-02-05 | 1 | -0/+1 |