910 Commits (374796c1fdc7121137db001e8e39b9e8e47e0f77)

Author SHA1 Message Date
Karl Palsson 6853b7ac5a cortex-m7: fix badly committed incomplete test 9 years ago
Karl Palsson 7545a321b0 cortex-m7: improve compiler detection 9 years ago
svo d7f09d1178 usb: Return configuration = 0 in Addressed state. 9 years ago
Jean-Philippe Ouellet 1cca117e58 Fix a few comments with logical/bitwise OR reversed. 9 years ago
Ondřej Hruška fb410a403d cm3/sync: Fix broken mutex_trylock() 9 years ago
Piotr Esden-Tempski 5828a77749 [Style] More whitespace fixes. 9 years ago
Karl Palsson 3a7cbec776 stm32l/stm32f: name space standardization [BREAKING] 9 years ago
Piotr Esden-Tempski d680be81b5 [stm32f4] Remove rcc typedefs added prefixes to clock related enums. 10 years ago
Piotr Esden-Tempski b1049f9a6f [Style] Stylefix sweep over the whole codebase. 9 years ago
Piotr Esden-Tempski 1f6fd11dd9 [Style] Fixed all style errors in the efm32. 9 years ago
Kuldeep Singh Dhaka 77354cb371 Inital support for EFM32LG 10 years ago
Jim Paris 01f08c4638 Remove WEAK from handler prototypes 9 years ago
Karl Palsson f14c678ccb stm32l4: add gpio support 9 years ago
Karl Palsson 8afc983f3e stm32l4: Add RCC definitions 9 years ago
Karl Palsson 507c184456 stm32l4: initial memorymap and vector support 9 years ago
Nicolas Schodet 9b8d44e8a3 stm32f4: add GPIOJ & GPIOK 9 years ago
Karl Palsson fd100ea6c2 stm32f0: rcc: doxygen update prediv 9 years ago
Karl Palsson a444aa4476 stm32f3: rcc: Add pll source prediv support 9 years ago
Karl Palsson 489dc5125e stm32f3: rcc: support setting ADC prescalers 9 years ago
Karl Palsson 4d7694b454 stm32f3: rcc: consistent masks for pll multiplier 9 years ago
Karl Palsson 129a874cf8 stm32f3: rcc: Correct name of pll multiplier helper. 9 years ago
Karl Palsson 10ef294e5d stm32f3: rcc: Set prescalers properly. 9 years ago
Karl Palsson ce9dab2a92 stm32f3: rcc: drop unused "power_save" parameter 9 years ago
Karl Palsson 388138b953 stm32f3: Include at least a single linker script for f3 standard 9 years ago
Karl Palsson 5f2f296047 stm32l1: add l100xc linker script 9 years ago
Joost Rijneveld 74cd99343b stm32f4: linker scripts: add CCM to F405 9 years ago
Karl Palsson ff6cc954b7 stm32: adc: drop non-existant adc_set_single_channel 9 years ago
Karl Palsson caeeed2b0f stm32f7: FPU only single precision on f7 :( 9 years ago
Frantisek Burian 3ef2c38120 [stm32f7] Add initial support of the family, GPIO support. 10 years ago
Karl Palsson 2e25d678ba Surround all macro parameters with () 9 years ago
Karl Palsson 8f06818f03 doc: flash: syntax check parameters 9 years ago
Karl Palsson 8eb4ae09ea docs: adcv1: update example code 9 years ago
Karl Palsson 3c9e80c6f1 doc: stm32l1: include rcc.c docs 9 years ago
fenugrec c899273c62 usb: Improved comments of USB API 9 years ago
Antal Szabó f5c9dbdb8d stm32f1: rcc: Fix comments on clock speed. 9 years ago
Tido Klaassen aad8d06c3f make: rename CFLAGS in target Makefiles to TGT_CFLAGS 9 years ago
Karl Palsson 3ed12b6fd9 usb: short control IN might need a ZLP 9 years ago
Devan Lai 96fb10b7a8 stm32f0: include desig.o in build. 9 years ago
Karl Palsson 17bc66c46b stm32f4: fmc: Use standard form shift definitions. 9 years ago
Karl Palsson f1d8a7ef04 stm32l0: Add USB support via st_usbfs driver. 9 years ago
Robin Kreis add087aafc stm32l0: include desig.c (device electronic signature) 10 years ago
Robin Kreis 112cf5d085 stm32l0: commonize PWR definitions and add to l0 10 years ago
Karl Palsson 29ede503f3 stm32l0: rcc: add more helper routines. 9 years ago
Karl Palsson 63cfc6932a stm32l0: Add Clock Recovery System to build 9 years ago
Karl Palsson d67aec1cc8 stm32: Clock Recovery System is a common peripheral. 9 years ago
Karl Palsson f5eb96caf3 usb: Add st_usbfs_v2 for f0/l0 devices 9 years ago
Karl Palsson cffaf1ee60 stm32:f0: Add a common range of ld scripts 9 years ago
Karl Palsson b9c3c14d7a usb: core code cannot use bitbanding. 9 years ago
Karl Palsson e121243ce2 usb: extract ST USB FS peripheral core. [BREAKING CHANGE] 9 years ago
Karl Palsson f49cbee683 usb: otg-dev: disable and flush endpoints on reset 9 years ago