Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | 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 | 3 | -0/+52 | |
|\ \ \ | |_|/ |/| | | Ease dev with flash/debug target helper | |||||
| * | | ease dev with flash/debug target | Stephane D'Alu | 2016-02-05 | 3 | -0/+52 | |
| |/ | ||||||
* | | Merge pull request #34 from sdalu/wdg | Fabio Utzig | 2016-02-09 | 10 | -1/+1290 | |
|\ \ | |/ |/| | Watchdog | |||||
| * | updated license | Stephane D'Alu | 2016-02-09 | 3 | -4/+3 | |
| | | ||||||
| * | fixed typos | Stephane D'Alu | 2016-02-09 | 3 | -4/+4 | |
| | | ||||||
| * | 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 | 8 | -0/+1281 | |
|/ | ||||||
* | 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 | |
| | | ||||||
* | | Merge pull request #29 from sdalu/nRF51-DK | Fabio Utzig | 2016-02-02 | 2 | -11/+58 | |
|\ \ | | | | | | | hardware flow control from nRF51 | |||||
| * | | 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 | |
| | | | ||||||
* | | | Merge pull request #28 from sdalu/nRF51-DK | Fabio Utzig | 2016-02-02 | 3 | -0/+142 | |
|\| | | | | | | | | NRF51 DK board | |||||
| * | | 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 pull request #27 from sdalu/master | Fabio Utzig | 2016-02-01 | 1 | -0/+2 | |
|\| | | | | | Added missing HEAP_RAM definition | |||||
| * | Added missing HEAP_RAM definition | sdalu | 2016-02-02 | 1 | -0/+2 | |
|/ | | | linker was generating a warning, and tests were failing on "Heap, allocation and fragmentation test" | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 71 | -354/+2287 | |
|\ | ||||||
| * | Added WDG switch to halconf.h files | barthess | 2016-01-13 | 10 | -0/+70 | |
| | | ||||||
| * | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-12-21 | 1 | -6/+2 | |
| |\ | ||||||
| | * | Tiva. Demo. Fixed lwip related changes in RT-TM4C1294-LAUNCHPAD-LWIP demo. | marcoveeneman | 2015-11-18 | 1 | -6/+2 | |
| | | | ||||||
| * | | Memtest. Cosmetical improvements | barthess | 2015-12-21 | 1 | -9/+15 | |
| |/ | ||||||
| * | Memtest. Cosmetical cleanup. | barthess | 2015-10-15 | 1 | -1/+1 | |
| | | ||||||
| * | Memtest. Added uint64_t test. | barthess | 2015-10-15 | 2 | -10/+27 | |
| | | ||||||
| * | Fixed copypaste typo in comments | barthess | 2015-10-15 | 10 | -10/+10 | |
| | | ||||||
| * | Fixed typo | barthess | 2015-10-14 | 6 | -6/+6 | |
| | | ||||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 48 | -326/+332 | |
| | | ||||||
| * | Merge pull request #26 from doceme/nrf51-gpt | Fabio Utzig | 2015-10-06 | 9 | -1/+1839 | |
| |\ | | | | | | | Add GPT driver for nRF51 | |||||
| | * | Add GPT driver for nRF51 | Stephen Caudle | 2015-09-27 | 9 | -1/+1839 | |
| | | | ||||||
* | | | 1-wire driver improvements. | barthess | 2016-01-24 | 5 | -101/+182 | |
|/ / | ||||||
* | | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2015-09-28 | 9 | -1/+1687 | |
|\| | ||||||
| * | Merge pull request #25 from doceme/nrf51-adc | Fabio Utzig | 2015-09-27 | 9 | -1/+1687 | |
| |\ | | | | | | | Add ADC driver for nRF51 | |||||
| | * | Add missing braces and fix copyright | Stephen Caudle | 2015-09-14 | 2 | -2/+3 | |
| | | | ||||||
| | * | Add ADC driver for nRF51 | Stephen Caudle | 2015-08-31 | 9 | -1/+1686 | |
| | | | ||||||
* | | | Memtest. Changed way to specify memtest data width | barthess | 2015-09-28 | 2 | -28/+24 | |
|/ / | ||||||
* / | STM32 testhal. Fixed paths in makefiles | barthess | 2015-09-07 | 15 | -12/+27 | |
|/ |