Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ | |||||
| * | [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 |
| | | |||||
* | | 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 |
|\ | | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c | ||||
| * | Merge pull request #43 from fpoussin/timcap-pull | Uladzimir Pylinski | 2016-02-18 | 10 | -6/+1603 |
| |\ | | | | | | | | | | | | | 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 | 10 | -6/+1603 |
| | | | |||||
| * | | Merge pull request #42 from fpoussin/eeprom-pull | Uladzimir Pylinski | 2016-02-17 | 8 | -1/+1233 |
| |\| | | | | | | | | | | | | | | | | | | | 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 | 8 | -1/+1233 |
| | | | |||||
| * | | Merge pull request #40 from fpoussin/usb-host-pull | Uladzimir Pylinski | 2016-02-17 | 23 | -1/+8713 |
| |\| | | | | | | | | | | | | | USB-Host Driver Merged pull request #40 from fpoussin/usb-host-pull | ||||
| | * | 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 |
| |\ | | | | | | | RTC for System Ticks | ||||
| | * | Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts. | Stephane D'Alu | 2016-02-14 | 2 | -38/+200 |
| | | | | | | | | | | | | Default values are changed if SOFTDEVICE_PRESENT is defined | ||||
| | * | 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 |
| | | | |||||
| | * | moved from HFCLK TIMER to RTC LFCLK | Stephane D'Alu | 2016-02-05 | 5 | -28/+47 |
| | | | |||||
| * | | Merge pull request #32 from sdalu/flash | Fabio Utzig | 2016-02-14 | 1 | -0/+6 |
| |\ \ | | | | | | | | | Ease dev with flash/debug target helper | ||||
| | * | | ease dev with flash/debug target | Stephane D'Alu | 2016-02-05 | 1 | -0/+6 |
| | |/ | |||||
* | | | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-09 | 4 | -0/+286 |
|\| | | | | | | | | | | | | | | Conflicts: os/hal/ports/NRF51/NRF51822/platform.mk | ||||
| * | | fixed typos | Stephane D'Alu | 2016-02-09 | 2 | -3/+3 |
| | | | |||||
| * | | add driver to plateform.mk | Stephane D'Alu | 2016-02-06 | 1 | -1/+7 |
| | | | |||||
| * | | added LFCLK and HFCLK frequencies | Stephane D'Alu | 2016-02-06 | 1 | -0/+3 |
| | | | |||||
| * | | s/template/NRF51822/g | Stephane D'Alu | 2016-02-06 | 2 | -2/+2 |
| | | | |||||
| * | | changed author | Stephane D'Alu | 2016-02-06 | 1 | -1/+1 |
| | | | |||||
| * | | Added watchdog WDT | Stephane D'Alu | 2016-02-06 | 2 | -0/+277 |
| |/ | |||||
* | | 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 #31 from sdalu/mk | Fabio Utzig | 2016-02-03 | 1 | -11/+42 |
|\ | | | | | Smart build enable | ||||
| * | smart build enable | Stephane D'Alu | 2016-02-03 | 1 | -11/+42 |
| | | |||||
* | | updated comments | Stephane D'Alu | 2016-02-02 | 1 | -2/+2 |
| | | |||||
* | | cleaned up PINs configuration and selection | Stephane D'Alu | 2016-02-02 | 1 | -16/+25 |
| | | |||||
* | | hardware flow control from nRF51 | Stephane D'Alu | 2016-02-02 | 2 | -7/+45 |
| | | |||||
* | | removed commented lines | Stephane D'Alu | 2016-02-02 | 1 | -5/+0 |
| | | |||||
* | | NRF51 DK board | Stephane D'Alu | 2016-02-02 | 3 | -0/+147 |
|/ | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 24 | -32/+649 |
|\ | |||||
| * | Fixed typo | barthess | 2015-10-14 | 6 | -6/+6 |
| | | |||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 20 | -30/+22 |
| | |