Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NRF SPI driver fix | Fabien Poussin | 2019-10-02 | 1 | -99/+25 |
* | NRF51 ADC fix | Fabien Poussin | 2019-10-02 | 1 | -107/+33 |
* | NRF: Make the SPI driver compile on NRF52 too | Fabio D'Urso | 2019-08-06 | 1 | -0/+5 |
* | NRF5: Added support for internal I2C pull-ups | Fabio D'Urso | 2019-07-22 | 4 | -24/+32 |
* | Merge ICU (in GPIOTE mode) and PAL interrupts. | Konstantin K. Oblaukhov | 2019-04-09 | 2 | -22/+13 |
* | EXT test rewritten. | Konstantin K. Oblaukhov | 2019-04-09 | 1 | -0/+8 |
* | NRF5: Add support for PAL events, EXT driver removed. | Konstantin Oblaukhov | 2019-04-09 | 15 | -387/+318 |
* | added NRF52 pwm, icu, i2c, radio esb drivers | andru | 2019-01-08 | 13 | -109/+2776 |
* | Update all NRF5x makefiles and chconf.h. | Konstantin Oblaukhov | 2018-11-20 | 1 | -0/+5 |
* | NRF5x platform - new Makefiles. | Konstantin Oblaukhov | 2018-11-20 | 13 | -106/+153 |
* | Reorganize NRF5x driver files. | Konstantin K. Oblaukhov | 2018-11-20 | 24 | -30/+30 |
* | change qei types to int16_t | Peter | 2016-12-05 | 1 | -1/+1 |
* | fixed bad commit | Stephane D'Alu | 2016-11-24 | 1 | -13/+0 |
* | Merge branch 'pwmfix' of https://github.com/sdalu/ChibiOS-Contrib into pwmfix | Stephane D'Alu | 2016-11-24 | 1 | -0/+13 |
|\ | |||||
| * | Wrong roundup for prescaler 7 | Stéphane D'Alu | 2016-11-24 | 1 | -1/+1 |
* | | fixed style | Stephane D'Alu | 2016-11-24 | 1 | -73/+73 |
|/ | |||||
* | reducing to one magical value, putting reference to nrf51-pwm-library | Stephane D'Alu | 2016-11-24 | 1 | -2/+17 |
* | Use active wait and perform extra toggle if needed. (same as the nrf_pwm) | Stephane D'Alu | 2016-11-20 | 2 | -45/+98 |
* | PSEL renamed in nrf52 | Stephane D'Alu | 2016-07-11 | 2 | -1/+12 |
* | moved i2c to LLD | Stephane D'Alu | 2016-07-11 | 4 | -20/+40 |
* | moved spi to LLD | Stephane D'Alu | 2016-07-11 | 5 | -8/+21 |
* | changed asm to __asm. (is it right?) | Stephane D'Alu | 2016-07-11 | 1 | -1/+1 |
* | deal with write buffer | Stephane D'Alu | 2016-07-11 | 6 | -13/+83 |
* | moved QEI to LLD | Stephane D'Alu | 2016-07-10 | 6 | -7/+22 |
* | todo | Stephane D'Alu | 2016-07-10 | 1 | -0/+6 |
* | removed prototype for undefined function nrf51_clock_init | Stephane D'Alu | 2016-07-10 | 2 | -2/+0 |
* | moved GPT to LLD | Stephane D'Alu | 2016-07-10 | 5 | -6/+12 |
* | Use OUT instead of IN to when toggling pad | Stephane D'Alu | 2016-07-10 | 1 | -1/+1 |
* | assert that watchdog can't be restarted | Stephane D'Alu | 2016-07-10 | 1 | -1/+5 |
* | moved wdg to LLD | Stephane D'Alu | 2016-07-10 | 2 | -2/+6 |
* | moved wdg to LLD | Stephane D'Alu | 2016-07-10 | 2 | -296/+0 |
* | use anonymous struct, fixed used og wrong vector interrupt | Stephane D'Alu | 2016-07-10 | 2 | -0/+296 |
* | fixed pause behaviour (paused if set to 0 not 1) | Stephane D'Alu | 2016-07-10 | 2 | -10/+29 |
* | removed useless field power_on_write | Stephane D'Alu | 2016-07-10 | 1 | -7/+0 |
* | moved rng to LLD directory. | Stephane D'Alu | 2016-07-10 | 7 | -47/+42 |
* | adding note on RTC0 and TIMER0 as systicks | Stephane D'Alu | 2016-07-10 | 1 | -0/+5 |
* | Use RTC1 as default system ticks as PPI has pre-programmed channels for RTC0 | Stephane D'Alu | 2016-07-10 | 1 | -8/+0 |
* | renamed NRF51_* to NRF5_* | Stephane D'Alu | 2016-07-10 | 27 | -384/+397 |
* | correct clock speed | Stephane D'Alu | 2016-07-10 | 1 | -10/+5 |
* | use constantes | Stephane D'Alu | 2016-07-10 | 1 | -2/+2 |
* | serie -> series | Stephane D'Alu | 2016-07-10 | 5 | -11/+11 |
* | NRF52832 implementation | Stephane D'Alu | 2016-07-09 | 16 | -39/+17371 |
* | updated to SDK11 | Stephane D'Alu | 2016-07-08 | 2 | -7163/+6938 |
* | renamed port to NRF5 to make room for NRF52832 chip | Stephane D'Alu | 2016-07-08 | 32 | -0/+15159 |