summaryrefslogtreecommitdiff
path: root/chip
Commit message (Expand)AuthorAgeFilesLines
* stm32: Wait for UART Tx to complete before entering STOP modeVic Yang2014-10-241-1/+20
* stm32: Add watchdog debug message for hwtimer32Vic Yang2014-10-241-0/+77
* stm32: Fix UART Rx DMA for USART2 and aboveVic Yang2014-10-241-1/+1
* stm32f3: Use the correct RTC ALARM IRQVic Yang2014-10-232-2/+3
* Fix clock bug on STM32F0 that HSI48 isn't enabledVic Yang2014-10-221-2/+13
* stm32-USB: USB SPI tunnel driverAnton Staaf2014-10-223-0/+297
* samus: change fan RPM values, enable fast-startBill Richardson2014-10-221-5/+16
* ryu_p2: Set alternate function for USB D+/D- pinsVic Yang2014-10-221-0/+6
* Add new build target ryu_p2 for Ryu P2 boardsVic Yang2014-10-223-8/+35
* stm32: Support UART DMA on UART2Vic Yang2014-10-222-2/+12
* stm32f0: Pinky: Fix power leak caused by SPI at startupAlexandru M Stan2014-10-211-2/+0
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-30/+17
* Fix flash bank size for STM32F373Vic Yang2014-10-211-1/+1
* Allow full Cortex-M4 instruction set for STM32F3xxVic Yang2014-10-211-0/+5
* pd: allow selection of Tx timer channelVic Yang2014-10-211-8/+16
* Fix incorrect valid and writable flash flagsVic Yang2014-10-155-0/+131
* Write protect support for STM32F0Vic Yang2014-10-155-7/+77
* Factor out common flash code for STM32F and STM32F0Vic Yang2014-10-154-425/+463
* usb: export firmware versionVincent Palatin2014-10-111-3/+8
* usb: Groundwork for USB BOS & Billboard class descriptors.Todd Broch2014-10-111-2/+19
* usb: allow reading descriptors larger than 64 bytesVincent Palatin2014-10-111-29/+50
* stm32f: stm32f0: guard hibernate function with CONFIG_HIBERNATEVic Yang2014-10-083-0/+6
* stm32f0: fix potential hang in adc initializationAlec Berg2014-10-081-9/+9
* stm32-USB: USB GPIO control driverAnton Staaf2014-10-083-0/+201
* Add support for STM32F373Vic Yang2014-10-0719-60/+326
* stm32: pwm: Fix duty cycle / frequency calculationShawn Nematbakhsh2014-10-071-3/+3
* Add back unit test for usb_pd"Vic Yang2014-10-042-0/+290
* zinger: minimuffin: add board support for minimuffinAlec Berg2014-10-022-3/+2
* stm32: invert keyboard col2 optionChris Zhong2014-10-021-0/+7
* stm32f0: deep sleep in S0Alexandru M Stan2014-10-011-0/+4
* zinger: add low power stop modeAlec Berg2014-09-291-17/+22
* stm32f0/i2c: Return error if we see a NACKAlexandru M Stan2014-09-272-8/+9
* twinkie: add USB PD snifferVincent Palatin2014-09-271-0/+2
* zinger: remove reserved 4k for pstateAlec Berg2014-09-251-0/+5
* stm32f0: enable flash prefetch bufferAlec Berg2014-09-252-2/+6
* Allow to disable default DMA interrupt handlersVincent Palatin2014-09-251-0/+2
* stm32f0: fix rare ADC initialization bugAlec Berg2014-09-252-6/+14
* stm32/spi: Reset peripheral after every packetAlexandru M Stan2014-09-251-2/+11
* stm32f0: samus_pd: add hibernate and enable wake pins for samusAlec Berg2014-09-243-1/+37
* stm32: Fix PWM driverShawn Nematbakhsh2014-09-243-3/+22
* stm32/gpio: Supress overriding interrupt warning in some casesAlexandru M Stan2014-09-241-1/+1
* stm32/spi: Print packet on bad datastabilize-6297.BAlexandru M Stan2014-09-231-0/+7
* stm32-USB: Initial USB bulk endpoint stream driverAnton Staaf2014-09-233-0/+418
* samus_pd: enable low power idleAlec Berg2014-09-232-2/+23
* stm32-USART: Add generic stream based usart driverAnton Staaf2014-09-239-0/+825
* stm32f0: low power idle taskAlec Berg2014-09-222-22/+170
* stm32f0: fix UART clock source for console on UART2Alec Berg2014-09-221-2/+2
* stm32f0: Change uart clock to HSIAlexandru M Stan2014-09-191-1/+22
* stm32f0: add RTC alarm functionalityAlec Berg2014-09-192-0/+220
* Remove PD power check in flash erase routineVic Yang2014-09-191-17/+0