summaryrefslogtreecommitdiff
path: root/chip/nrf51
Commit message (Expand)AuthorAgeFilesLines
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* btle: Accepts and maintains connectionsLevi Oliver2016-08-231-1/+19
* btle: Improved stability of ble_tx functionLevi Oliver2016-08-171-0/+21
* btle: Improved stability of ble_rx functionLevi Oliver2016-08-162-2/+32
* btle: Timeout of ble_rx now based on chip timeLevi Oliver2016-08-121-2/+7
* btle: Add framework for parsing data packetsLevi Oliver2016-08-113-23/+22
* nrf51: Add Bluetooth LE test code for the radioMyles Watson2016-08-033-0/+226
* nrf51: Add Bluetooth LE supportMyles Watson2016-08-034-4/+585
* nrf51: Add generic radio supportMyles Watson2016-08-024-4/+99
* nrf51: Make timer handling names more obviousMyles Watson2016-07-222-73/+73
* nrf51: update I2C to use PPI code.Myles Watson2016-07-201-11/+21
* nrf51: Add PPI wrappersMyles Watson2016-07-204-1/+132
* UART: Remove enable/disable interrupt functionsAnton Staaf2016-04-271-12/+2
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* hibernate: Inform PD MCU before calling board hibernate callbackShawn Nematbakhsh2016-02-171-3/+3
* system: Add hibernate board-level callbackShawn Nematbakhsh2016-01-281-0/+3
* cleanup: Put chip-specific configs in config_chip.hBill Richardson2015-09-211-0/+8
* cleanup: Remove redundant FLASH_SIZE CONFIGsShawn Nematbakhsh2015-09-161-1/+1
* cleanup: Rename geometry constantsShawn Nematbakhsh2015-09-161-1/+1
* I2C: Remove unused arbitration supportAnton Staaf2015-09-081-1/+0
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-3/+3
* i2c: Make i2c_xfer a wrapper function to chip_i2c_xferShawn Nematbakhsh2015-05-271-2/+2
* mec1322: Simplify GPIO listsSteven Jian2015-05-271-0/+3
* cleanup: Use appropriate image geometry CONFIGsShawn Nematbakhsh2015-05-151-19/+2
* cleanup: Rename image geometry CONFIGsShawn Nematbakhsh2015-05-121-6/+6
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-6/+9
* nrf51: Reset clean up.Myles Watson2015-03-023-12/+22
* nrf51: add RNG definitions to registers.hMyles Watson2015-02-281-0/+21
* nrf51: add definitions for RADIO and FICR registers.Myles Watson2015-02-281-0/+183
* nrf51: implement soft reset and hard resetMyles Watson2015-01-241-1/+29
* nrf51: add the watchdog registers.Myles Watson2015-01-241-0/+30
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-1/+1
* nrf51: Fix a race condition in hwtimer.cMyles Watson2015-01-141-17/+9
* nrf51: Add nRF51-specific code to keyboard_raw.cMyles Watson2014-12-312-81/+28
* nrf51: Copy the keyboard_raw.c implementation from stm32.Myles Watson2014-12-311-0/+143
* nrf51: Add support for the interrupts in GPIOTE to gpio.cMyles Watson2014-12-311-2/+139
* nrf51: Add definitions for GPIOTE, the GPIO Tasks and Events.Myles Watson2014-12-311-0/+33
* hadoken: Update I/O configuration.Myles Watson2014-12-313-47/+286
* nrf51: Add support for i2c.Myles Watson2014-12-313-0/+296
* There is a constant 16 MHz clock signal.Myles Watson2014-12-191-0/+6
* hadoken: initial commit.Louis Yung-Chieh Lo2014-07-2910-0/+843