summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* cr50: Separate ARM core GPIOs from pinmux configurationBill Richardson2015-02-203-135/+204
* hwtimer/hwtimer32: Remove task_resched_if_needed from watchdog helpAlexandru M Stan2015-02-182-8/+4
* make idlestats console command optionalVincent Palatin2015-02-181-0/+2
* USB: fix memcpy_to_usbramAnton Staaf2015-02-171-3/+9
* stm32f0: Change idle task warning printf to save stack spaceAlec Berg2015-02-161-1/+2
* cortex-m0: Add deferred schedulerAlexandru M Stan2015-02-122-4/+5
* USB: Fix cut and paste bug for board specific disconnectionAnton Staaf2015-02-101-1/+1
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-1019-0/+107
* mec1322: Fix LPC interrupt bit maskVic Yang2015-02-101-4/+4
* nrf51: implement soft reset and hard resetMyles Watson2015-01-241-1/+29
* nrf51: add the watchdog registers.Myles Watson2015-01-241-0/+30
* lm4: workaround to force __enter_hibernate in SRAMVincent Palatin2015-01-231-1/+2
* lm4: ignore overlapping LPC commandsVincent Palatin2015-01-231-2/+2
* mec1322: Move default header location to 0x0Vic Yang2015-01-171-1/+1
* mec1322: Fix I2C interrupt bugVic Yang2015-01-171-1/+0
* mec1322: Clear interrupt status before enabling GPIO interruptVic Yang2015-01-171-5/+12
* mec1322: Specify SPI flash size in KBVic Yang2015-01-162-4/+4
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-167-7/+7
* stm32: remove useless moduloVincent Palatin2015-01-141-1/+1
* nrf51: Fix a race condition in hwtimer.cMyles Watson2015-01-141-17/+9
* nuc: Add all IC specific drivers of NPCX5M5GIan Chao2015-01-1435-0/+8664
* hoho/dingdong: support unprotected RO partitionVincent Palatin2015-01-141-0/+8
* stm32f: Fix adc_read_all_channels()Vic Yang2015-01-131-14/+1
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-092-88/+76
* usb: fix sysjumpVincent Palatin2015-01-081-0/+2
* disable DMA before sysjumpingVincent Palatin2015-01-083-0/+26
* pd: dingdong/hoho: Enable flash write-protectionVincent Palatin2015-01-081-0/+8
* USB: Add memcpy_from_usbram and update existing memcpyAnton Staaf2015-01-082-5/+59
* lm4: Increase time to wake up from deep sleepShawn Nematbakhsh2015-01-081-2/+2
* USB: Delete mass storage driverAnton Staaf2015-01-083-1114/+0
* Read ADC channels one by one for STM32FVic Yang2015-01-071-1/+15
* lm4: decrease time to wake up from deep sleep to save powerAlec Berg2015-01-061-0/+8
* zinger: enable RO partition write-protectionVincent Palatin2015-01-051-0/+1
* usb: fix undefined USB endpoints (bis)Vincent Palatin2015-01-051-0/+1
* 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
* samus: Debounce BC1.2 charger detection due to asynchronous pin contactShawn Nematbakhsh2014-12-291-0/+3
* mec1322: Added support to use crystal vs oscillator based on board's clock ci...Kevin K Wong2014-12-291-1/+12
* it8380dev: add ec2i control moduleDino Li2014-12-235-2/+299
* it8380dev: add adc control moduleDino Li2014-12-195-2/+266
* There is a constant 16 MHz clock signal.Myles Watson2014-12-191-0/+6
* stm32f0/i2c: adjust the 100kHz setting to never go above 100kHzChris Zhong2014-12-181-2/+2
* stm32: fixed spi shared_mem_release bugSheng-Liang Song2014-12-181-1/+1
* stm32f0: USART: Disable ORECF interrupt we never check forAlexandru M Stan2014-12-183-2/+9
* clock-stm32l: properly setting HSI/MSI clock based on the RMYen Lin2014-12-172-7/+47
* pd: check for collisions before transmittingAlec Berg2014-12-172-12/+65