summaryrefslogtreecommitdiff
path: root/chip/stm32/registers.h
Commit message (Expand)AuthorAgeFilesLines
* stm32f0: Set ADC sampling rate before every readDaisuke Nojiri2019-05-041-8/+2
* stm32f412: add TRNG supportNicolas Norvez2019-04-031-0/+1
* common: Add BIT macroGwendal Grignou2019-03-261-597/+598
* chip: stm32: Fix Timers 9 through 11 for STM32F4Moritz Fischer2019-03-161-0/+6
* chip: stm32: Fix GPIO base addresses for STM32F4/LMoritz Fischer2019-03-061-3/+12
* chip: stm32: Enable additional I2C/UART DMA channels for STM32F412Moritz Fischer2019-01-291-5/+9
* Make ADCs on STM32F4 workMoritz Fischer2018-09-281-0/+7
* Refactor ADC clock enable for STM32F0/F3Moritz Fischer2018-09-271-0/+1
* stm32h7: Use high performance voltage scaler before clock upDaisuke Nojiri2018-09-271-0/+5
* stm32h7/nocturne_fp: Enable RDP level 1, tie it to flash protection statusNicolas Boichat2018-09-221-0/+5
* servo_micro: Add enable_ite_dfu and get_ite_chipid console commands.Matthew Blecker2018-08-091-0/+18
* stm32/system: Fix watchdog-initiated resetNicolas Boichat2018-07-131-0/+3
* stm32h7: Add support for TRNGNicolas Boichat2018-07-101-0/+12
* stm32: fix power configuration for STM32H7Vincent Palatin2018-06-291-0/+8
* stm32: low power idle for STM32H7Vincent Palatin2018-06-151-0/+65
* servo_micro: switch parity to 8 bit dataNick Sanders2018-03-121-0/+2
* stm32: crank up CPU PLL frequency to 400Mhz on STM32H743Vincent Palatin2018-03-051-0/+28
* scarlet: Turn off ADC after board version is readPhilip Chen2018-03-021-0/+1
* stm32: fix AXI memory corruption on STM32H743Vincent Palatin2018-02-211-0/+10
* stm32: add internal flash support for STM32H7 familyVincent Palatin2018-02-091-1/+69
* stm32: Fix bkpdata accountingShawn Nematbakhsh2018-01-301-3/+7
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-01-251-3/+4
* stm32: add SPI slave support for STM32H7Vincent Palatin2018-01-121-0/+8
* stm32: Add STM32H7 familyVincent Palatin2018-01-081-9/+482
* stm32: re-factor registers.h addressesVincent Palatin2017-12-251-161/+167
* stm32: jtag: Enable clock to debug module on stm32f0xMoritz Fischer2017-11-151-0/+1
* chip/stm32/clock: Optionally use LSE as RTCCLKPhilip Chen2017-10-111-5/+11
* stm32: add embryonic support for STM32F76xVincent Palatin2017-08-181-4/+28
* scarlet: Remap DMA channels for USART1Philip Chen2017-08-151-1/+2
* stm32f4: Add OTP support.Gwendal Grignou2017-07-281-0/+13
* stm32f4: Set unique ID properlyGwendal Grignou2017-07-201-1/+5
* servo_micro: add parity settingNick Sanders2017-07-131-0/+4
* chip/stm32/flash-f: Clear option byte write enable/erase operation when doneNicolas Boichat2017-07-071-1/+1
* chip/stm32/registers.h: Fix STM32_FLASH_OPT_LOCKED polarityNicolas Boichat2017-07-061-1/+1
* stm32f4: clock stm32f412 at 96MHzWei-Ning Huang2017-06-211-1/+15
* stm32: flash: enable data and instruction cache properlyWei-Ning Huang2017-06-201-0/+2
* stm32: Add function to fetch unique idNicolas Boichat2017-06-121-1/+3
* board: Add support for nucleo-f411reGwendal Grignou2017-06-061-24/+38
* Add flash command support to boards with STM32F4Gwendal Grignou2017-06-031-21/+49
* stm32: cleanup flash-f by using constant from register.hGwendal Grignou2017-06-021-16/+34
* stm32f4: Add stm32f4 I2C slave driverRong Chang2017-05-181-1/+9
* stm32: add clock configuration for stm32f412 to run at 96 MHzWei-Ning Huang2017-05-121-0/+15
* rose: stm32f4: fix DMA macro to get ISR bitsRong Chang2017-04-261-1/+1
* rose: add stm32f4 SPI master supportRong Chang2017-04-261-0/+11
* stm32: add internal flash support for STM32L4 familyVincent Palatin2017-03-241-6/+17
* tigertail: usb-c muxNick Sanders2017-03-211-0/+1
* stm32/usb: Add support for USB suspendNicolas Boichat2017-03-011-0/+4
* stm32/usb: Add useful register macros instead of hardcoding valuesNicolas Boichat2017-02-231-0/+30
* stm32: add TRNG supportVincent Palatin2017-02-231-0/+17
* stm32: add support for STM32L442Vincent Palatin2017-02-171-4/+53