summaryrefslogtreecommitdiff
path: root/chip/stm32
Commit message (Expand)AuthorAgeFilesLines
* snow: Snow is the exception for power LED settingsRandall Spangler2013-07-081-14/+14
* stm32l: Fix flash_is_erased() detectionRandall Spangler2013-07-082-5/+7
* stm32: Clean up JTAG registersChromeOS Developer2013-07-083-6/+30
* pit: Align spi protocol buffers on 32-bit boundaryRandall Spangler2013-07-081-7/+11
* Move protocol v2 constants to ec_commands.hRandall Spangler2013-07-032-118/+100
* ec: Add Puppy support to generic/common filesYen Lin2013-07-031-3/+3
* Add get-protocol-information commandRandall Spangler2013-07-021-12/+41
* stm32: Clean up watchdog registersRandall Spangler2013-07-022-16/+21
* stm32: Add CHIP_FAMILY definesRandall Spangler2013-07-0120-27/+22
* stm32: Clean up DMA register usageRandall Spangler2013-06-275-130/+195
* stm32: Clean up SPI register usageRandall Spangler2013-06-272-30/+22
* stm32: Clean up register constants for uart moduleRandall Spangler2013-06-272-23/+35
* Clean up DMA module and interface.Randall Spangler2013-06-263-132/+119
* pit: Clean up timer init codeRandall Spangler2013-06-262-29/+51
* pit: Drop EC clock speed to 1 MHz MSI when AP is in S3/S5Randall Spangler2013-06-262-80/+153
* pit: Support changing EC clock frequencyRandall Spangler2013-06-259-68/+196
* pit: Fix watchdog help for STM32LRandall Spangler2013-06-241-31/+72
* pit: Disable SPI output when AP is suspendedRandall Spangler2013-06-201-0/+2
* Refactor host command interface to support version 3 packetsRandall Spangler2013-06-201-2/+100
* Move i2c_old_response flag to i2c interface moduleRandall Spangler2013-06-141-3/+4
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* stm32: add hibernate support using stm32f100 standby modeVincent Palatin2013-06-112-14/+58
* Define watchdog_reload() to nothing if not CONFIG_WATCHDOGRandall Spangler2013-06-103-11/+6
* Pit stays on HSI instead of using PLL with the same 16MHz frequency.Randall Spangler2013-06-051-4/+11
* Enable flash unit test on emulatorVic Yang2013-06-031-0/+1
* Clean up flash section defines and increase lm4 image sizeRandall Spangler2013-06-033-41/+23
* More low-level flash interface cleanupRandall Spangler2013-05-242-7/+12
* Move flash_get_protect() and flash_set_protect() to flash_common.cRandall Spangler2013-05-242-198/+90
* Remove 64-byte workaround from STM32L flash writingRandall Spangler2013-05-242-54/+35
* Move write protect GPIO handling to flash moduleRandall Spangler2013-05-232-4/+19
* Move flash persistent state to flash_commonRandall Spangler2013-05-234-148/+30
* Clean up option byte register definitions for STM32LRandall Spangler2013-05-232-13/+13
* Support flash write protect on STM32LRandall Spangler2013-05-223-96/+271
* Support write protect GPIO on pitRandall Spangler2013-05-171-8/+4
* Fix detecting inconsistent flash stateRandall Spangler2013-05-171-2/+7
* Set SPI lines to inputs when AP is offRandall Spangler2013-05-162-3/+36
* Add console command to force enable consoleVic Yang2013-05-152-48/+17
* i2c: Allow for i2c "ping" that's a write of 0 bytesDoug Anderson2013-05-081-1/+3
* i2c: stm32l: Fix i2c reads of sizes other than 1Doug Anderson2013-05-082-11/+60
* stm32f: Set ADC single read timeoutVic Yang2013-05-071-4/+13
* spi: Fix OOBE in bounds-checking the replyDoug Anderson2013-05-071-1/+1
* Fix and enable SPI for pitRandall Spangler2013-05-073-66/+47
* Fix I2C port configuration on pitRandall Spangler2013-05-021-8/+16
* stm32: Fix ADC watchdog bug and extend sample timeVic Yang2013-04-301-4/+6
* Split STM32 i2c implementation for STM32F vs STM32LRandall Spangler2013-04-305-1/+405
* Move i2cread and i2cwrite functions to i2c_commonRandall Spangler2013-04-302-83/+46
* Fix ADC test for LM4Vic Yang2013-04-301-3/+0
* Improved the BUILD_ASSERT macro to work outside of functions.Bill Richardson2013-04-292-2/+3
* Increase UART output buffer on STM32LRandall Spangler2013-04-261-0/+3
* stm32: do not enable interrupts on I2C1Vincent Palatin2013-04-261-2/+0