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/stm32f4
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 cpu/stm32f4: adding support for stm32f446re cpu 7 years ago
ldscripts cpu/stm32f4: adding support for stm32f446re cpu 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/stm32f4: use common STM32 files 7 years ago
cpu.c cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F4 family 7 years ago
lpm_arch.c cpu/stm32f4: Add low power mode implementation 8 years ago
vectors.c cpu/stm32f4: optimization of startup code 8 years ago