summaryrefslogtreecommitdiff
path: root/chip/nrf51
Commit message (Expand)AuthorAgeFilesLines
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-151-1/+1
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-2/+2
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-282-12/+12
* ec: Enlarged Task Stack size on platformsBrian J. Nemec2020-04-021-1/+1
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+7
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-2/+1
* printf: Fix up %p to %pPEvan Green2019-10-051-2/+2
* chip/nrf51/gpio.c: Actually check the flag (instead of == 0)Patrick Georgi2019-09-121-1/+1
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-5/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-7/+7
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-9/+13
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1911-11/+11
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-266-22/+22
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-262-13/+13
* common: Include compile_time_macros.h when neededGwendal Grignou2019-03-261-0/+1
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-191-2/+2
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-1/+1
* Use gcc's name for ARMv6-with-svc on cortex-m chipsPatrick Georgi2018-05-171-1/+5
* cleanup: Remove jtag_pre_init()Shawn Nematbakhsh2017-09-072-10/+1
* Revert "system: Shutdown AP before entering hibernate mode"Duncan Laurie2017-04-211-1/+1
* system: Shutdown AP before entering hibernate modePhilip Chen2017-04-141-1/+1
* system: Add generic bbram read / write routinesShawn Nematbakhsh2017-02-241-2/+2
* 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