Cenk Gündoğan
86fcc35994
Merge pull request #13423 from kaspar030/turn_on_native_debug
...
native: turn on creation of debug symbols (CFLAGS += -g)
2020-02-20 18:20:11 +01:00
dbd865413c
native: turn on creation of debug symbols (CFLAGS += -g)
2020-02-20 17:06:56 +01:00
Alexandre Abadie
e324b22c96
Merge pull request #13418 from gschorcht/boards/esp32/fix_btn0_pin
...
boards/esp32: rename BUTTON0_PIN to BTN0_PIN
2020-02-20 14:40:39 +01:00
Gunar Schorcht
6a7ba7ba1a
boards/esp32: rename BUTTON0_PIN to BTN0_PIN
...
Since a number of applications rely on the existence of the BTN0_PIN definition, the BUTTON0_PIN definition has been renamed to BTN0_PIN to make the ESP32 boards compatible with these applications. However, for compatibility with earlier versions, BUTTON0_PIN is still defined as an alias of BTN0_PIN.
2020-02-20 12:14:44 +01:00
Gunar Schorcht
e4b3ce7c91
boards/esp32: remove MCU feature table in doc
...
Instead of using the same MCU feature table in every board documentation, it refers to the MCU documentation. This makes it easier to maintain the MCU feature table.
2020-02-20 08:47:18 +01:00
Alexandre Abadie
6182e7c977
boards/nrf52: remove uint8_t cast for GPIO_UNDEF
2020-02-19 19:16:58 +01:00
Benjamin Valentin
3ee7b72431
boards/same54-xpro: don't source peripheral clocks from main clock
...
Use the dedicated 48 MHz clock as a source for the peripheral clocks.
This was already done for I2C to allow it to work despite the 120 MHz
main clock.
Not running the peripherals off the main clock will allow for dynamic
re-clocking of the main clock in the future, without affecting the
operation of the peripherals.
It also gives more flexibility to the main clock selection in general.
2020-02-19 17:52:12 +01:00
Sebastian Meiling
85c01f2ebd
boards: update supported features of pba-d-01-kw2x
2020-02-18 11:42:05 +01:00
Sebastian Meiling
867090c579
boards: update links in doc of pba-d-01-kw2x
2020-02-18 11:40:34 +01:00
Sebastian Meiling
a9cb3b637f
boards: add pinout ref for pba-d-01-kw2x
2020-02-18 11:40:34 +01:00
Yegor Yefremov
5cd205dffd
boards/esp32-ttgo-t-beam: correct SX127x chip frequencies
...
According to the datasheet, SX1278 covers frequencies till 525MHz
and hence, cannot be used for the 868/915 MHz band. So swap both
chips.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2020-02-17 10:15:40 +01:00
chrysn
f4b1d60887
boards/*silabs: Move programmer selection to common
...
This removes duplication for the jlink case (keeping only any
non-default values in the board makefiles), and opens up STK3700's
OpenOCD programmability for generic boards.
2020-02-14 09:42:20 +01:00
chrysn
80167b8ba4
boards/stk3700: Use OpenOCD-shipped board file
2020-02-14 09:29:32 +01:00
chrysn
4387739494
boards/stk3700: Allow selecting OpenOCD
...
OpenOCD works well with those devices; the OpenOCD config is provided at
the default location and only needs to refer to the setup that OpenOCD
ships.
2020-02-14 08:56:27 +01:00
Francois Berder
99142b170c
boards: nucleo-l152re: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:43:20 +00:00
Francois Berder
7222f42c86
boards: nucleo-f446ze: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:42:49 +00:00
Francois Berder
343f39174e
boards: nucleo-f446re: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:42:20 +00:00
Francois Berder
a42b5d79ab
boards: nucleo-f411re: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:41:13 +00:00
Francois Berder
8f766d594e
boards: nucleo-f410rb: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:40:48 +00:00
Francois Berder
5b81034fa1
boards: nucleo-f401re: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:39:39 +00:00
Francois Berder
1b27d5cb9a
boards: nucleo-f334r8: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:39:11 +00:00
Francois Berder
6fb2275452
boards: nucleo-f303ze: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:38:40 +00:00
Francois Berder
a8cec40371
boards: nucleo-f303re: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:38:15 +00:00
Francois Berder
3739d81aad
boards: nucleo-f303k8: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:37:32 +00:00
Francois Berder
b475598cb8
boards: nucleo-f302r8: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:36:34 +00:00
Francois Berder
d28fb30797
boards: nucleo-f207zg: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:35:54 +00:00
Francois Berder
2cb858c72b
boards: nucleo-f103rb: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:35:21 +00:00
Francois Berder
3e22a77bf0
boards: nucleo-f091rc: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:34:45 +00:00
Francois Berder
7145e56e74
boards: nucleo-f072rb: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:34:03 +00:00
Francois Berder
7c9bbf5d9b
boards: nucleo-f070rb: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:33:46 +00:00
Francois Berder
43a475fef8
boards: nucleo-f030r8: Cleanup documentation
...
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-13 19:32:50 +00:00
Benjamin Valentin
02e1c0a4ed
boards/same54-xpro: add configuration for AT24MAC402
2020-02-13 15:58:43 +01:00
Benjamin Valentin
59ca6a9b37
boards/avr-rss2: add configuration for AT24MAC602
2020-02-13 15:58:43 +01:00
Bas Stottelaar
3141e91380
Merge pull request #13174 from fjmolinas/pr_efm32_cleanup
...
cpu/efm32: cleanup
2020-02-12 22:42:10 +01:00
Dylan Laduranty
a2d63070ae
Merge pull request #13347 from francois-berder/boards-fpu
...
boards: Fix presence of FPU
2020-02-12 09:12:57 +01:00
Bas Stottelaar
d6b478f607
boards/efm32: provide CPU_FAM
2020-02-11 22:46:17 +01:00
Alexandre Abadie
3ac25c3ac9
Merge pull request #12556 from bergzand/wip/stusbdev
...
stm32_common: Add USB OTG FS/HS usbdev peripheral driver
2020-02-11 20:39:46 +01:00
Francois Berder
c76f0e1489
boards: Fix presence of FPU
...
Cortex-M0, Cortex-M0+ and Cortex-M3 MCU never have a FPU.
Signed-off-by: Francois Berder <18538310+francois-berder@users.noreply.github.com>
2020-02-11 18:30:29 +00:00
Koen Zandberg
d40ccc2d6f
mulle: Adapt to separate mtd_spi_nor params
2020-02-11 15:55:41 +01:00
Koen Zandberg
1f5340c307
boards/stm32: Add default config for USB OTG HS peripheral
2020-02-11 15:50:22 +01:00
Koen Zandberg
7f1325e48c
pyboard: add usbdev feature
2020-02-11 15:50:22 +01:00
Koen Zandberg
08c74db3d9
stm32f769i-disco: add usbdev feature
2020-02-11 15:50:21 +01:00
Koen Zandberg
033cb5559a
stm32f723e-disco: add usbdev feature
2020-02-11 15:50:21 +01:00
Koen Zandberg
d9837182a0
stm32f4discovery: add usbdev feature
2020-02-11 15:50:21 +01:00
Koen Zandberg
4d0f3d0d3a
stm32f429i-disc1: add usbdev feature
2020-02-11 15:50:20 +01:00
Koen Zandberg
8198c52d17
nucleo-f767zi: add usbdev feature
2020-02-11 15:50:20 +01:00
Koen Zandberg
befac12f9a
nucleo-f746zg: add usbdev feature
2020-02-11 15:50:20 +01:00
Koen Zandberg
dca64d4120
nucleo-f722ze: add usbdev feature
2020-02-11 15:50:20 +01:00
Koen Zandberg
0f885b3789
nucleo-f446ze: add usbdev feature
2020-02-11 15:50:19 +01:00
Koen Zandberg
625698a1d2
nucleo-f429zi: add usbdev feature
2020-02-11 15:50:19 +01:00