summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* Convert vboot hash calculation from task to deferred functionRandall Spangler2014-01-091-0/+3
* Move ADC console command to commonVic (Chun-Ju) Yang2013-12-202-36/+0
* cleanup: Remove checkpatch warningsRandall Spangler2013-12-194-17/+16
* Rename mixed-case config constantsRandall Spangler2013-12-168-31/+31
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-232-4/+4
* mec1322: initial commitVic (Chun-Ju) Yang2013-11-211-0/+2
* stm32f: Disable UART receive DMARandall Spangler2013-11-193-2/+11
* stm32: Flush UART buffer before changing EC core clock speedRandall Spangler2013-11-191-1/+7
* stm32: Don't use a stack buffer for i2c_read_string()Randall Spangler2013-11-072-17/+15
* Move core-specific toolchain configuration to core/ directoryVincent Palatin2013-11-071-0/+3
* cortex-m: ensure we use the right subset of the instruction setVincent Palatin2013-11-021-0/+2
* cleanup: Still more TODO commentsRandall Spangler2013-11-022-12/+12
* cleanup: Even more TODO commentsRandall Spangler2013-11-013-4/+14
* cleanup: Update more TODO commentsRandall Spangler2013-11-013-10/+18
* cleanup: Improve / remove more TODO commentsRandall Spangler2013-11-012-10/+7
* Rename pwm_data.h to pwm_chip.hBill Richardson2013-10-283-2/+2
* cleanup: comments in adc modulesRandall Spangler2013-10-252-5/+10
* stm32l: fix ADC all channels conversionVincent Palatin2013-10-251-0/+1
* cleanup: comments in i2c modulesRandall Spangler2013-10-252-11/+9
* cleanup: rename I2C_PORT_HOST to I2C_PORT_MASTERRandall Spangler2013-10-252-12/+12
* cleanup: Rename and move header filesRandall Spangler2013-10-233-2/+2
* cleanup: Remove obsolete comment in STM32 GPIO moduleRandall Spangler2013-10-221-1/+0
* cleanup: update comments with existing bug numbersRandall Spangler2013-10-221-1/+4
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-2/+6
* i2c: Add common i2cxfer console commandDuncan Laurie2013-10-212-179/+0
* stm32: add stm32l100 variantVincent Palatin2013-10-192-0/+52
* lm4: Add a low power idle task.stabilize-4825.BAlec Berg2013-10-153-46/+1
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-0/+5
* cleanup: Replace awkward I2C_PORTS_USED macro with constantBill Richardson2013-10-071-5/+5
* Rewrite git/gerrit/gerrit-int urls to googlesourceAaron Gable2013-10-011-1/+1
* stm32: Use DMA for UART receiveRandall Spangler2013-09-162-6/+49
* Simplify uart_tx_start()Randall Spangler2013-09-141-5/+4
* stm32: Support DMA-based UART outputRandall Spangler2013-09-113-8/+62
* Split uart_process() into input and output processingRandall Spangler2013-09-111-1/+2
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-112-7/+15
* Initalize DMA before UARTRandall Spangler2013-09-102-2/+4
* STM32L ADC driverVic Yang2013-09-055-4/+280
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-043-7/+7
* pit: i2c: try unwedging the bus when i2c_xfer fails at sending STARTHung-ying Tyan2013-08-291-36/+164
* i2c: stm32l: Don't do i2c transactions during freq changesDoug Anderson2013-08-291-1/+23
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-0/+3
* stm32l: Wait for stop condition to complete after i2c transferRandall Spangler2013-08-272-4/+22
* pit: i2c: dump after ADDR bit is cleared instead of beforeHung-ying Tyan2013-08-271-1/+2
* Refactor PWM moduleVic Yang2013-08-275-88/+206
* pit: If flash registers are disabled all blocks are protectedRandall Spangler2013-08-081-0/+7
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-076-34/+46
* stm32f: Don't glitch signal when setting GPIO_PULL_UPRandall Spangler2013-08-071-1/+0
* Clean up SPI state machine and add state codesRandall Spangler2013-08-051-40/+108
* Move input character processing from UART interrupt to console taskRandall Spangler2013-08-021-0/+4
* Host commands don't set the response pointerRandall Spangler2013-08-021-5/+1