You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/cpu/stm32f3
Kees Bakker bac5cda1e3 periph/i2c: convert char to uint8_t where applicapable
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.

Also convert uint8_t ptrs to void ptrs
7 years ago
..
include Merge pull request #5578 from zhuoshuguo/fix_stm32f_include_headers 7 years ago
ldscripts cpu/stm32: use common CPUID implementation 7 years ago
periph periph/i2c: convert char to uint8_t where applicapable 7 years ago
Makefile cpu: build cortexm vectors.c without LTO 7 years ago
Makefile.include cpu/stm32f3: use common STM32 files 7 years ago
cpu.c cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F3 family 7 years ago
lpm_arch.c cpu: Initial import of stm32f3 9 years ago
vectors.c cpu/stm32f3: optimization of startup code 8 years ago