Alexandre Abadie
|
6f98e81b17
|
Merge pull request #6759 from OTAkeys/pr/nucleo-i2c-clock
boards: fix I2C_APBCLK value in stm32-based boards
|
6 years ago |
Alexandre Abadie
|
8c33bd55c9
|
boards/nucleos: deactivate LED0 auto init by default
|
6 years ago |
Vincent Dupont
|
bb52575d45
|
boards: fix I2C_APBCLK value in stm32-based boards
|
6 years ago |
Hauke Petersen
|
ad8f390cc1
|
boards: enabled flashpage feature for selected ones
|
6 years ago |
Alexandre Abadie
|
ebc35a0613
|
boards: fix doxygen @brief in periph.conf
|
6 years ago |
Peter Kietzmann
|
513b20ffd3
|
Merge pull request #4780 from haukepetersen/opt_periph_spi2
drivers/spi: reworked SPI driver interface
|
6 years ago |
Oleg Hahm
|
c5abb08316
|
Merge pull request #4058 from daniel-k/pr/gdb_threads_openocd
cortex_m: Add debug symbols for OpenOCD/GDB thread support
|
6 years ago |
Hauke Petersen
|
0edef2a0e1
|
cpu/stm32*+boards: adapted to new SPI API
- adapted the SPI driver
- adapted all boards using the CPU
|
6 years ago |
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
6 years ago |
daniel-k
|
9d403d95ce
|
cortex_m: Add debug symbols for OpenOCD/GDB thread support
|
6 years ago |
Hauke Petersen
|
efd27b6bd1
|
Merge pull request #6257 from PeterKietzmann/cpu_stm32f1_cmsis_fix_ACR_bit
cpu/stm32f1: cmsis fix flash latency bit
|
6 years ago |
PeterKietzmann
|
40976cb40a
|
cpu/stm32f1: optimize ACR setting and move to cpu.c
|
6 years ago |
Peter Kietzmann
|
d21ede60ce
|
Merge pull request #6256 from haukepetersen/fix_stm32f1_timerconfigs
boards/stm32f1-based: fixed timer configuration
|
6 years ago |
Hauke Petersen
|
55c6c4582b
|
boards/stm32-based: adapted UART configuration
|
6 years ago |
Hauke Petersen
|
7aedb59a44
|
boards/nucleo-f103: fixed timer config formatting
|
6 years ago |
Pieter Willemsen
|
a0835ccb1d
|
stm32: use periph_clk_en/dis functions for clock changes
|
6 years ago |
Hauke Petersen
|
ab12d60d05
|
boards/stm32-based: adapted timer configurations
|
6 years ago |
Hauke Petersen
|
1bc1dd94ba
|
boards/stm32-based: added missing CLOCK_APBx defines
|
6 years ago |
Alexandre Abadie
|
f87dd60a3d
|
boards/nucleo-common: provide arduino sketch feature to nucleo boards
|
6 years ago |
Hauke Petersen
|
6892b4d327
|
boards/nucleo-f103: remove STDIO_UART definition
The board is using the default value, so no need to
redefine it...
|
7 years ago |
Alexandre Abadie
|
7ee1b9a6f3
|
boards/nucleo-f103: set stdio uart to USB port by default
|
7 years ago |
Kaspar Schleiser
|
10e9336c78
|
boards: adapt to automatically included boards/$board/Makefile.dep
|
7 years ago |
Kaspar Schleiser
|
46bd2f45d9
|
sys: xtimer: replace XTIMER_MASK with XTIMER_WIDTH in board config
|
7 years ago |
Peter Kietzmann
|
5817d91b91
|
Merge pull request #5192 from DipSwitch/pr/fix_stm32f1_also_disable_hsi_on_hse
cpu/stm32f1: Disable HSI when using the HSE as system clock
|
7 years ago |
DipSwitch
|
945f01f7e0
|
[SQUASH] Remove unrelevant changes
|
7 years ago |
DipSwitch
|
a259cc42b0
|
[SQUASH] Make PLL_DIV and PLL_MUL behave the same as for the F3 and F4
|
7 years ago |
DipSwitch
|
edae42281b
|
[SQUASH] Tested HSI
|
7 years ago |
DipSwitch
|
50fda7e07f
|
[SQUASH] Fix timer clock calculations
|
7 years ago |
DipSwitch
|
bd9b3a269c
|
cpu/stm32/perip/dac: Move DAC implementation to stm32_common/periph since all STM32 DAC's have the same basics
|
7 years ago |
Hauke Petersen
|
5996706771
|
boards: adapted LED initialization calls
|
7 years ago |
DipSwitch
|
93bce6291c
|
Merge pull request #5090 from haukepetersen/opt_stm_clken
cpu/stm32_common: added shared periph_clk_en/dis functions
|
7 years ago |
Hauke Petersen
|
083204c899
|
boards: fixed timer conf for stm32f1 based boards
|
7 years ago |
Hauke Petersen
|
eeea9c9cfb
|
baords: fixed timer config for stm32f1 based boards
|
7 years ago |
Hauke Petersen
|
b458b9af88
|
boards/nucleo-f103: adapted UART configuration
|
7 years ago |
Hauke Petersen
|
99888549af
|
Merge pull request #4154 from DipSwitch/add_clock_selection_stm32f1
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F1 family
|
7 years ago |
Hauke Petersen
|
816a48cb02
|
boards/nucleo-f103: unified LED defines
|
7 years ago |
DipSwitch
|
2558050d9e
|
cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32F1
|
7 years ago |
Hauke Petersen
|
0ccadc0f7b
|
boards/nucleo: added and use common board folder
|
7 years ago |
DipSwitch
|
4a2134fd53
|
cpu/stm32f1/adc: Initial import for STM32F1 ADC
|
7 years ago |
Joakim Nohlgård
|
ae108581d3
|
boards/*/Makefile.include: replace $(shell ls) by native Makefile functions
|
7 years ago |
Joakim Nohlgård
|
dc303a4f0b
|
sys/uart_stdio: rename STDIO -> UART_STDIO_DEV, move to header
|
7 years ago |
Oleg Hahm
|
a2f8a3fdd4
|
Merge pull request #4946 from haukepetersen/add_boards_buttondefines
boards: added pin defines for user buttons
|
7 years ago |
Hauke Petersen
|
c08cbb1700
|
boards/nucleo-xx: added pin define for user button
|
7 years ago |
Hauke Petersen
|
111f106b7e
|
boards/nucleo-f103: adapted to timer changes
|
7 years ago |
Joakim Nohlgård
|
a61da40433
|
boards/nucleo-f103: Update to match timer_init API change
|
7 years ago |
Joakim Nohlgård
|
7835ab2be7
|
make: Move BOARD and CPU includes to Makefile.modules
|
7 years ago |
Joakim Nohlgård
|
fae9a092fd
|
boards: Remove Makefile.include.cortexm_common
|
7 years ago |
Hauke Petersen
|
b436219674
|
boards: removed F_CPU define from board.h
|
7 years ago |
Hauke Petersen
|
db25206a58
|
boards: use default values for STDIO defines
|
7 years ago |
Victor Arino
|
3a8a932b27
|
boards/nucleo-f103: add support for nucleo-f103
|
7 years ago |