1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #10646 from aabadie/pr/boards/nucleo-f072-i2c

boards/nucleo-f072rb: configure I2C using common stm32 configuration
This commit is contained in:
Kevin "Bear Puncher" Weiss 2019-01-03 09:48:57 +01:00 committed by GitHub
commit fd15cb8f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8814 additions and 3552 deletions

View File

@ -1,5 +1,6 @@
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_adc
FEATURES_PROVIDED += periph_i2c
FEATURES_PROVIDED += periph_pwm
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_timer

View File

@ -23,6 +23,7 @@
#define PERIPH_CONF_H
#include "periph_cpu.h"
#include "cfg_i2c1_pb8_pb9.h"
#ifdef __cplusplus
extern "C" {

File diff suppressed because it is too large Load Diff