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

4589 Commits

Author SHA1 Message Date
Leandro Lanzieri
a339cec202
boards/usb-kw41z: Add Kconfig symbols 2020-07-02 14:41:44 +02:00
Leandro Lanzieri
55fab4647b
boards/teensy31: Add Kconfig symbols 2020-07-02 14:41:44 +02:00
Leandro Lanzieri
f7a67f7017
boards/phynode-kw41z: Add Kconfig symbols 2020-07-02 14:41:43 +02:00
Leandro Lanzieri
af68736798
boards/pba-d-01-kw2x: Add Kconfig symbols 2020-07-02 14:41:43 +02:00
Leandro Lanzieri
d0217f7f2a
boards/openlabs-kw41z-mini-256kib: Add Kconfig symbols 2020-07-02 14:41:43 +02:00
Leandro Lanzieri
513ea08700
boards/openlabs-kw41z-mini: Add Kconfig symbols 2020-07-02 14:41:42 +02:00
Leandro Lanzieri
b555cb0eb1
boards/mulle: Add Kconfig symbols 2020-07-02 14:41:42 +02:00
Leandro Lanzieri
069b642256
boards/frdm-kw41z: Add Kconfig symbols 2020-07-02 14:41:42 +02:00
Leandro Lanzieri
b4ef777788
boards/frdm-k64f: Add Kconfig symbols 2020-07-02 14:41:42 +02:00
Leandro Lanzieri
aaaf575959
boards/frdm-k22f: Add Kconfig symbols 2020-07-02 14:41:41 +02:00
Leandro Lanzieri
64ca00d3a8
boards/common/kw41z: Add Kconfig symbols 2020-07-02 14:41:41 +02:00
Leandro Lanzieri
6ea04d146b
cpu/kinetis: Provide features based on CPU series
Also, rename CPU_FAMILY to the standard CPU_FAM.
2020-07-02 14:41:39 +02:00
e8d8fd2f32
Merge pull request #14404 from benpicco/sys/usb_board_reset_in_bootloader
sys/usb_board_reset: add usb_board_reset_in_bootloader definition
2020-07-01 13:49:59 +02:00
chrysn
a787875cf8 usb_board_reset: Split headers into public and private
The private parts need USB definitions (and are thus preferably used
from USB_H_USER_IS_RIOT_INTERNAL compilation units). Functions like
usb_board_reset_in_bootloader do not depend on USB headers for their
definitions and are fair game throughout the application even for
generic RIOT USB devices.
2020-07-01 13:22:25 +02:00
Francisco
41888674a4
Merge pull request #14385 from aabadie/pr/make/appdeps_export
boards/mips: remove use of APPDEPS, un-export globally APPDEPS
2020-07-01 09:13:35 +02:00
Peter Kietzmann
2250c67240
Merge pull request #14388 from leandrolanzieri/pr/kconfig/ezr32wg_board_symbols
boards/slwstk6220a: Model features provided in Kconfig
2020-06-30 18:24:44 +02:00
d98ddfad9a
Merge pull request #13824 from fjmolinas/pr_openwsn
pkg/openwsn: re-integrate the network stack as a package
2020-06-30 14:08:10 +02:00
Francisco Molina
b0c5c3eaca
boards/samr21-xpro: add OpenWSN timing constants 2020-06-30 13:10:56 +02:00
Francisco Molina
7515f1152a
boards/common/iotlab: add OpenWSN timing constants 2020-06-30 13:10:56 +02:00
Gunar Schorcht
028c0d4b3c
Merge pull request #14353 from fjmolinas/pr_reorder_makefiles_cleanup
Makefile: use normal conditionals
2020-06-30 09:59:02 +02:00
Francisco Molina
e98341da93
Makefile: use normal conditionals 2020-06-29 22:40:29 +02:00
Leandro Lanzieri
992cd496b6
boards/slwstk6220a: Add Kconfig symbols 2020-06-29 14:01:44 +02:00
Leandro Lanzieri
ef4835a092
Merge pull request #14384 from basilfx/feature/silabs_cleanup
boards/sltb001a+slstk3402a: minor updates to headers
2020-06-29 08:45:21 +02:00
Bas Stottelaar
f72f276899 boards/slstk3402a: remove SI7021_ENABLED
Other boards do not have this in favor of MODULE_SI7021.
2020-06-28 23:01:10 +02:00
Bas Stottelaar
3433a32cce boards/sltb001a: Si7201A does not exists
Its just the Si7210: https://www.silabs.com/sensors/magnetic/si7210.
2020-06-28 22:57:29 +02:00
Bas Stottelaar
e4217f1b0f boards/sltb001a: enable CCS811 sensor 2020-06-28 22:42:32 +02:00
18b0bdaa81
Merge pull request #14374 from gschorcht/drivers/atwinc15x0_fix_lwip_netdev
pkg/lwip: fixes the netif handling for the atwinc15x0 driver
2020-06-28 18:45:29 +02:00
b640ba2e15
boards/pic32: remove useless use of APPDEPS 2020-06-28 12:13:50 +02:00
Benjamin Valentin
e3c362e6ab boards/feather-m0: don't check for gnrc_netdev_default
`gnrc_netdev_default` will pull in `netdev_default`, so no need to
check for both here.
2020-06-27 16:47:41 +02:00
Benjamin Valentin
18bbf1ae2c boards/native: don't check for gnrc_netdev_default
`gnrc_netdev_default` will pull in `netdev_default`, so no need to
check for both here.
2020-06-27 16:46:59 +02:00
Gunar Schorcht
bd08a33667 boards/arduino-mkr1000: enable atwinc15x0 as netdev_default 2020-06-27 16:40:42 +02:00
Gunar Schorcht
3f8b237f60 boards/feather-m0: add ATWINC15x0 WiFi driver 2020-06-26 12:33:38 +02:00
Gunar Schorcht
35c0524aff boards/mkr1000: add ATWINC15x0 WiFi driver 2020-06-26 12:33:38 +02:00
Leandro Lanzieri
8c7b67702b
Merge pull request #14351 from fjmolinas/pr_reorder_makefiles
Makefile.include: resolve dependencies before Makefile.include
2020-06-26 10:40:58 +02:00
Francisco
c0d171a0a2
Merge pull request #14343 from leandrolanzieri/pr/kconfig/cc2538_based_symbols
boards/cc2538-based: Model features in Kconfig
2020-06-25 13:20:58 +02:00
Your Name
9dea6a14da
boards/common/nrf52: revert early inclusion of Makefile.dep 2020-06-25 09:24:05 +02:00
Leandro Lanzieri
8e60c8b5e3
Merge pull request #10445 from MrKevinWeiss/pr/fix/i2cpinout/stmdisco
boards/stm32f4discovery: Change sda pin
2020-06-24 17:34:08 +02:00
Francisco Molina
bdfda031c5
cpu/mips32r2_common: include newlib_syscalls_mips_uhi in Makefile.dep 2020-06-24 15:29:42 +02:00
Leandro Lanzieri
b099726895
boards/remote-revb: Add Kconfig symbols 2020-06-24 15:18:37 +02:00
Leandro Lanzieri
a99d229404
boards/remote-reva: Add Kconfig symbols 2020-06-24 15:18:22 +02:00
Leandro Lanzieri
e35bd7fd85
boards/remote-pa: Add Kconfig symbols 2020-06-24 15:18:06 +02:00
Leandro Lanzieri
b8dd2a51b1
boards/openmote-cc2538: Add Kconfig symbols 2020-06-24 15:17:48 +02:00
Leandro Lanzieri
f6e587e867
boards/openmote-b: Add Kconfig symbols 2020-06-24 15:17:27 +02:00
Leandro Lanzieri
e84c137b3f
boards/firefly: Add Kconfig symbols 2020-06-24 15:17:15 +02:00
Leandro Lanzieri
c599b728c5
boards/cc2538dk: Add Kconfig symbols 2020-06-24 15:16:55 +02:00
Leandro Lanzieri
ba2e84ef37
boards/common/remote: Add Kconfig symbols 2020-06-24 15:16:23 +02:00
Leandro Lanzieri
cd3b1515a0
Merge pull request #14338 from aabadie/pr/cpu/fe310_kconfig
cpu/fe310: boards/hifive1*: model features in Kconfig
2020-06-24 13:34:40 +02:00
Kevin "Tristate Tom" Weiss
2d5901dd69
Merge pull request #14340 from leandrolanzieri/pr/kconfig/msp430_boards_symbols
boards/msp430-based: Model features in Kconfig
2020-06-24 12:53:42 +02:00
2a62840af3
boards/hifive1*: add Kconfig configuration 2020-06-24 11:13:45 +02:00
Francisco
816d7c4d28
Merge pull request #14206 from leandrolanzieri/pr/kconfig/atmega256rfr2_based_boards
boards/atmega256rfr2-based: Model features in Kconfig
2020-06-24 11:06:04 +02:00
Leandro Lanzieri
065b76a963
boards/z1: Add Kconfig symbols 2020-06-24 09:33:09 +02:00
Leandro Lanzieri
dfac115dd2
boards/wsn430-v1_4: Add Kconfig symbols 2020-06-24 09:32:52 +02:00
Leandro Lanzieri
b2dc185a58
boards/wsn430-v1_3b: Add Kconfig symbols 2020-06-24 09:32:29 +02:00
Leandro Lanzieri
6668fd879c
boards/telosb: Add Kconfig symbols 2020-06-24 09:32:09 +02:00
Leandro Lanzieri
95127dea5c
boards/msb-430h: Add Kconfig symbols 2020-06-24 09:31:38 +02:00
Leandro Lanzieri
f5e8a25db5
boards/msb-430: Add Kconfig symbols 2020-06-24 09:31:22 +02:00
Leandro Lanzieri
915c249d52
boards/chronos: Add Kconfig symbols 2020-06-24 09:31:02 +02:00
Leandro Lanzieri
946ce73ae6
boards/common/wsn430: Add Kconfig symbols 2020-06-24 09:30:37 +02:00
Leandro Lanzieri
69a5a56ce0
boards/common/msb-430: Add Kconfig symbols 2020-06-24 09:29:57 +02:00
Benjamin Valentin
5da1a9e577 cpu/esp*: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
b273c078ad
boards/pinetime: remove useless makefile.dep include 2020-06-23 15:56:32 +02:00
Leandro Lanzieri
5408d7a142
boards/derfmega256: Add Kconfig symbols 2020-06-23 14:37:29 +02:00
Leandro Lanzieri
c2c1ecd3b8
boards/avr-rss2: Add Kconfig symbols 2020-06-23 14:37:29 +02:00
Leandro Lanzieri
159d1dee77
boards/atmega256rfr2: Add Kconfig symbols 2020-06-23 14:37:28 +02:00
Francisco
f63066974c
Merge pull request #14195 from leandrolanzieri/pr/kconfig/atmega32u4_boards_symbols
boards/arduino-leonardo: Model features in Kconfig
2020-06-23 14:08:27 +02:00
Francisco
3b593f282e
Merge pull request #14311 from benpicco/boards/common/saml1x_configure_UART
boards/common/saml1x: configure UART on EXT1
2020-06-23 13:29:22 +02:00
Leandro Lanzieri
1009f2d800
boards/arduino-leonardo: Add board-specific Kconfig symbols 2020-06-23 09:57:22 +02:00
Leandro Lanzieri
740e83b163
boards/waspmote-pro: Add Kconfig symbols 2020-06-22 17:09:03 +02:00
Leandro Lanzieri
050b8229b2
boards/mega-xplained: Add Kconfig symbols 2020-06-22 17:09:03 +02:00
Leandro Lanzieri
3f8ff785a2
boards/atmega1284p: Add Kconfig symbols 2020-06-22 17:09:02 +02:00
Leandro Lanzieri
15cef2bc74
boards/microduino-corerf: Add Kconfig symbols 2020-06-22 16:10:41 +02:00
Leandro Lanzieri
c4fb82b1c1
boards/derfmega128: Add Kconfig symbols 2020-06-22 16:10:40 +02:00
Peter Kietzmann
332ae60e04
Merge pull request #14211 from leandrolanzieri/pr/kconfig/atmega2560_boards_symbols
boards/arduino-mega2560: Model features in Kconfig
2020-06-22 15:04:43 +02:00
benpicco
cbda988e50
Merge pull request #14314 from aabadie/pr/boards/dwm1001
boards/dwm1001: add support to Decawave DWM1001 dev board
2020-06-21 23:42:29 +02:00
Bas Stottelaar
0545dcda8b boards/im880b: remove RTC_NUMOF
These defines were globally removed in #12673.
2020-06-21 21:28:57 +02:00
benpicco
69ac66f612
Merge pull request #13538 from benpicco/cpu/samd5x/clk-xosc
cpu/samd5x: allow to use XOSC as clock source
2020-06-20 15:53:26 +02:00
Bas Stottelaar
fb1f9ba80b
Merge pull request #14232 from benemorius/pr/tradfri-leuart
boards/ikea-tradfri: support EFM32_USE_LEUART=1
2020-06-20 09:15:51 +02:00
Thomas Stilwell
2e98aa0a32 boards/ikea-tradfri: update documentation regarding LEUART and ICC-1 2020-06-19 21:16:14 -05:00
Benjamin Valentin
cd76c95560 boards/same54-xpro: use new GCLK names 2020-06-20 00:25:54 +02:00
Benjamin Valentin
1ad56364cc boards/same54-xpro: enable buck converter 2020-06-20 00:25:53 +02:00
Benjamin Valentin
7242835905 boards/same54-xpro: provide config to run off XOSC
The board provides a 12 MHz oscillator that can be used to source
the CPU and peripheral clocks.
When doing so we don't have to rely on the internal fast oscillators.
This allows us to enable the buck regulator for maximum power savings.

With this same54-xpro reaches 0.8 mA in IDLE.
2020-06-20 00:25:53 +02:00
benpicco
a30d229b12
Merge pull request #14166 from aabadie/pr/cpu/stm32g4
cpu/stm32g4: add support + add nucleo-g474re board
2020-06-19 17:05:15 +02:00
Cenk Gündoğan
209248f3b2
Merge pull request #14310 from leandrolanzieri/pr/kconfig/efm32_boards_symbols
boards/efm32-based: Model features in Kconfig
2020-06-19 15:02:51 +02:00
fa9fc5e206
boards/nucleo-g474re: add support for nucleo-g474re 2020-06-19 14:18:18 +02:00
34c872093c
boards/common/stm32: add common configuration for stm32g4 boards 2020-06-19 14:18:18 +02:00
cad8b529c5
boards/dwm1001: add initial support 2020-06-19 13:48:51 +02:00
benpicco
c3314e1a0c
Merge pull request #14303 from fjmolinas/pr_sam0_unified_rtt
cpu/sam0: unified rtt configuration
2020-06-19 11:30:06 +02:00
Francisco Molina
36baec4512
cpu/samd5x: add unified rtt configuration 2020-06-19 09:16:23 +02:00
Francisco Molina
f41b43e263
cpu/saml21: add unified rtt configuration 2020-06-19 09:16:23 +02:00
Francisco Molina
bcfe4bac0b
cpu/saml1x: add unified rtt configuration 2020-06-19 09:16:22 +02:00
Francisco Molina
eefb3fa555
cpu/samd21: add unified rtt configuration 2020-06-19 09:16:22 +02:00
Benjamin Valentin
d156030d99 boards/common/saml1x: configure UART on EXT1 2020-06-19 00:39:12 +02:00
Leandro Lanzieri
f99af101d2
boards/stk3700: Add Kconfig symbols 2020-06-18 16:39:58 +02:00
Leandro Lanzieri
badd0e8e30
boards/stk3600: Add Kconfig symbols 2020-06-18 16:39:58 +02:00
Leandro Lanzieri
0e98d1c9c2
boards/slwstk6000b-slwrb4162a: Add Kconfig symbols 2020-06-18 16:39:57 +02:00
Leandro Lanzieri
29ee15b32e
boards/slwstk6000b-slwrb4150a: Add Kconfig symbols 2020-06-18 16:39:57 +02:00
Leandro Lanzieri
d1d6bdb1d3
boards/sltb001a: Add Kconfig symbols 2020-06-18 16:39:56 +02:00
Leandro Lanzieri
a7b9017ab4
boards/slstk3402a: Add Kconfig symbols 2020-06-18 16:39:56 +02:00
Leandro Lanzieri
9e170e9742
boards/slstk3401a: Add Kconfig symbols 2020-06-18 16:39:55 +02:00
Leandro Lanzieri
00fee0e856
boards/ikea-tradfri: Add Kconfig symbols 2020-06-18 16:39:55 +02:00
Leandro Lanzieri
99822f3f60
boards/common/slwstk6000b: Add Kconfig symbols 2020-06-18 16:39:55 +02:00
Leandro Lanzieri
59d2a65643
boards/common/silabs: Add Kconfig symbols 2020-06-18 16:39:54 +02:00
b05bcebeba
Merge pull request #14305 from fjmolinas/pr_ztimer_config_usec
boards/common/iotlab: add CONFIG_ZTIMER_USEC
2020-06-18 09:19:46 +02:00
Thomas Stilwell
01ecee577b boards/ikea-tradfri: support EFM32_USE_LEUART=1 2020-06-17 18:25:23 -05:00
Francisco Molina
362eb56bf0
boards/common/iotlab: add CONFIG_ZTIMER_USEC 2020-06-17 14:22:21 +02:00
Leandro Lanzieri
a8a6babff5
boards/arduino-mega2560: Add Kconfig symbols 2020-06-17 12:44:30 +02:00
Leandro Lanzieri
1a3d7aaa90
boards/atmega328p: Add Kconfig symbols 2020-06-17 10:59:31 +02:00
Leandro Lanzieri
688d06e38a
boards/arduino-nano: Add Kconfig symbols 2020-06-17 10:59:30 +02:00
Leandro Lanzieri
5299c2c1d7
boards/arduino-uno: Add Kconfig symbols 2020-06-17 10:59:29 +02:00
Leandro Lanzieri
002f7cd54a
boards/arduino-duemilanove: Add Kconfig symbols 2020-06-17 10:59:29 +02:00
Leandro Lanzieri
9c6e3ea91a
boards/common/arduino-atmega: Add Kconfig symbols 2020-06-17 10:59:29 +02:00
Dylan Laduranty
5e625adcf5
Merge pull request #12132 from ant9000/pr/saml21_usbdev_48mhz_clock
cpu/saml21: enable 48mhz clock for usbdev
2020-06-16 21:02:41 +02:00
80023c408a
Merge pull request #14259 from fjmolinas/pr_rtt_min_offset
drivers/periph/rtt: introduce RTT_MIN_OFFSET
2020-06-16 16:22:04 +02:00
Semjon Kerner
20276d9d01
Merge pull request #14258 from benpicco/boards/nrf52840dongle_usb_reset
boards/nrf52840dongle: enable automatic reset to bootloader
2020-06-16 14:57:48 +02:00
Francisco
315b97939f
Merge pull request #14246 from leandrolanzieri/pr/cpu_arch_to_cpu_core
cpu: Rename CPU_ARCH to CPU_CORE
2020-06-16 13:48:08 +02:00
Benjamin Valentin
b20f98e99b boards/nrf52840dongle: enable automatic reset to bootloader 2020-06-16 13:25:45 +02:00
Francisco
c290bdf9cc
Merge pull request #14201 from maribu/board-doc
boards: Fix incorrect units and alignment
2020-06-16 13:21:29 +02:00
3758eaf62e
Merge pull request #14275 from fjmolinas/pr_samr21_hw_fc
boards/samr21-xpro: add uart hw cts/rts
2020-06-16 12:40:07 +02:00
Leandro Lanzieri
4d65bc8e0a
cpu: Rename CPU_ARCH to CPU_CORE 2020-06-16 12:05:40 +02:00
Kees Bakker
affa7e8081
Merge pull request #14292 from bergzand/pr/sodaq/add_dma_conf
boards/sodaq: Add DMA config to SPI peripherals
2020-06-16 11:44:21 +02:00
Francisco Molina
39f073e71f
boards/samr21-xpro: add uart hw cts/rts 2020-06-16 11:41:47 +02:00
Marian Buschsieweke
ba2dfd5be5
boards/nucleo-f070rb: Fix units & alignment in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
4afe9e58ac
boards/nucleo-f030r8: Fix units & alignment in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
d555f6de37
boards/firefly: Fix units in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
52e1e36668
boards/nrf52dk: Fix units & alignment in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
06764f07d9
boards/nrf51dongle: Fix units & alignment in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
7cfabf0142
boards/mulle: Fix units & alignment in doc 2020-06-16 11:36:49 +02:00
Marian Buschsieweke
ff17e63042
boards/msba2: Fix units in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
137cc289c6
boards/msb-430h: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
a2433cddbb
boards/microbit: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
3adcfe73f4
boards/mcb2388: Fix units in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
8bbcc1bfc3
boards/mbed_lpc1768: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
501586e586
boards/lobaro-lorabox: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
17bfa37fb1
boards/limifrog-v1: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
387000995c
boards/iotlab-m3: Fix units & alignment in doc 2020-06-16 11:36:48 +02:00
Marian Buschsieweke
21868bea78
boards/im880b: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
00fd3d1b5f
boards/ikea-tradfri: Fix units in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
f5628184a2
boards/frdm-k64f: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
b7d89c84f9
boards/fox: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
89a5125297
boards/chronos: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
9667aef6ac
boards/cc2650stk: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
d0459fa126
boards/cc2538dk: Fix units & alignment in doc 2020-06-16 11:36:47 +02:00
Marian Buschsieweke
88bda9592c
boards/cc1312-launchpad: Fix units & alignment in doc 2020-06-16 11:36:44 +02:00
2c030c3c38
Merge pull request #14122 from benpicco/boards/stm32f429i-disc1_usb_stdio
boards/stm32f429i-disco: add support
2020-06-16 11:12:53 +02:00
9daaaf25a5
sodaq-sara-sff: Add DMA config to SPI peripheral 2020-06-16 09:44:51 +02:00
01a6044400
boards/sodaq: Add DMA to common SPI config 2020-06-16 09:44:14 +02:00
Kees Bakker
446892a356 boards/sodaq*: correct the XTIMER defines
There is now a common set of defines for all Sodaq boards. This commit
removes old configurations.
2020-06-15 21:10:09 +02:00
Kees Bakker
76a4f145d9 boards/sodaq-sff: add support for SODAQ SFF
The following features were tested (briefly):
* UART (the first, and the second connected to the UBlox SARA)
* xtimer
* I2C (using driver BMX280 and SHT2x)
* ADC
* WDT
* RGB-LEDs

SPI isn't tested, but it should be working.
2020-06-15 21:10:09 +02:00
Antonio Galea
f4dc25c03e boards/saml21-based: add usbdev configuration
Co-authored-by: dylad <dylan.laduranty@mesotic.com>
2020-06-15 11:59:17 +02:00
51c5497c5a
common/arduino-mkr: add DMA triggers to spi config 2020-06-14 16:21:32 +02:00
757d727276
common/saml1x: Add DMA triggers to spi config 2020-06-14 16:21:32 +02:00
153b5ae9dd
sodaq-one: add DMA triggers to spi config 2020-06-14 16:21:31 +02:00
1b29268584
serpente: add DMA triggers to spi config 2020-06-14 16:21:31 +02:00
8df94ecf18
sensebox_samd21: add DMA triggers to spi config 2020-06-14 16:21:31 +02:00
878a8e8c97
samr34-xpro: add DMA triggers to spi config 2020-06-14 16:21:31 +02:00
6515009d3d
samr30-xpro: add DMA triggers to spi config 2020-06-14 16:21:31 +02:00
cbb3e386b4
saml21-xpro: add DMA triggers to spi config 2020-06-14 14:56:22 +02:00
35bf7d5b41
same54-xpro: add DMA triggers to spi config 2020-06-14 14:56:21 +02:00
fc302edc6f
samd21-xpro: add DMA triggers to spi config 2020-06-14 14:56:21 +02:00
9a3a5fc343
hamilton: add DMA triggers to spi config 2020-06-14 14:56:21 +02:00
c8d5b2cbb2
feather-m0: add DMA triggers to spi config 2020-06-14 14:56:20 +02:00
5c3dad733d
samr21-xpro: Add DMA config for SPI peripherals 2020-06-14 14:56:20 +02:00
benpicco
8ed8775c8e
Merge pull request #14269 from benpicco/cpu/sam0_common/timer_drop_prescaler
cpu/sam0_common: drop prescaler from timer config
2020-06-12 14:16:59 +02:00
Francisco
01d0e30229
Merge pull request #14244 from fjmolinas/pr_samr21_usec_min
boards/samr21-xpro: increase CONFIG_ZTIMER_USEC_MIN
2020-06-12 09:24:52 +02:00
Benjamin Valentin
b082368033 boards/stm32f429i-disco: add support
The boards/stm32f429i-disco board is an ealier version of the stm32f429i-disc1.

The boards are compatible with the difference that the older on-board debugger
does not provide a UART connection.

To spare the user of having to wire up a USB-TTL adapter, enable CDC-ACM
on the micro-USB port.
2020-06-11 23:22:37 +02:00
Benjamin Valentin
54b57bd97f cpu/sam0_common: drop prescaler from timer config
since c05984b341 the prescaler in the timer
config struct is no longer used.

Let's remove it.
2020-06-11 19:29:43 +02:00
Benjamin Valentin
871107e67f boards/weact-f411ce: enable automatic reset to bootloader 2020-06-11 16:37:30 +02:00
Francisco Molina
d32467bf03
boards/samr21-xpro: increase CONFIG_ZTIMER_USEC_MIN 2020-06-11 15:59:24 +02:00
Benjamin Valentin
2325dba871 makefiles/bossa: move USB reset logic to common file 2020-06-11 11:56:35 +02:00
Francisco Molina
e3469565c8
boards/samr21-xpro: set RTT_MIN_OFFSET 2020-06-11 09:31:17 +02:00
Francisco
52bcdff113
Merge pull request #14245 from fjmolinas/pr_iotlab_baud
boards/common/iotlab: don't enforce BAUD
2020-06-11 09:13:03 +02:00
Marian Buschsieweke
1cf1f75db1
Merge pull request #14240 from benpicco/boards/WeAct-f411_dynamic_flash
boards/weact-f411ce: determine flash size at run-time
2020-06-10 22:22:59 +02:00
benpicco
75d82cc9b8
Merge pull request #14209 from btcven/2020_06_04-common-cfg
boards/cc26x2_cc13x2-based: move config to common directory
2020-06-10 15:32:11 +02:00
Francisco Molina
f556eb6958
boards/common/iotlab: don't enforce BAUD 2020-06-10 13:32:05 +02:00
Benjamin Valentin
59a41968b5 boards/weact-f411ce: determine flash size at run-time
The pad for SPI-Flash on the WeAct-f411ce does not come pre-populated.
The user has to manually solder a SPI-flash chip on the board, so specifying
a size here makes no sense.

Instead, rely on automatic detection of the flash size at run-time.
2020-06-10 12:10:29 +02:00
Leandro Lanzieri
58cd126517
Merge pull request #14210 from btcven/2020_06_04-cc26xx_cc13xx_kconfig
boards/cc26xx_cc13xx-based: model features in Kconfig
2020-06-10 11:27:31 +02:00
Jean Pierre Dudey
3f2be3784b
boards/cc2650stk: model features in Kconfig
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
b87efa3c4b
boards/cc2650-launchpad: model features in Kconfig
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
eb599fd5dc
boards/cc1352p-launchpad: model features in Kconfig
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
6db36b75b4
boards/cc1352-launchpad: model features in Kconfig
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Jean Pierre Dudey
ef1fdb5ab4
boards/cc1312-launcpad: model features in Kconfig
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-09 07:55:41 -05:00
Kees Bakker
723fe93850 boards/common/sodaq: add XTIMER_DEV and make it equal to other SAMD21
For some reason this was looked over a while back.

This resolves issue #14217
2020-06-07 22:25:30 +02:00
benpicco
cb11b2d33f
Merge pull request #14198 from maribu/wemos-zero
boards: Add support for the wemos-zero board
2020-06-05 17:55:43 +02:00
Jean Pierre Dudey
283aacbecd
boards/cc26x2_cc13x2-based: move config to common
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2020-06-04 17:12:52 -05:00
Marian Buschsieweke
b44ac93558
boards/serpente: Deduplicate serial/programmer handling 2020-06-04 21:28:17 +02:00
Marian Buschsieweke
17b890c16e
boards/{arduino,wemos}-zero: Dedpulicated code 2020-06-04 21:28:17 +02:00
Marian Buschsieweke
8b9a98233e
boards: Add support for the WeMos-Zero
This is an Arduino Zero clone without the embedded debugger. Thus, it will be
flashed by default using the U2F bootloader and uses by default USB CDC ACM for
STDIO.
2020-06-04 21:28:17 +02:00
Marian Buschsieweke
de189a33f4
boards/arduino-zero: Factor out common code 2020-06-04 21:28:17 +02:00
Marian Buschsieweke
fc91e8019e
Merge pull request #12778 from benpicco/boards_WeAct-f411ce
boards: add WeAct-f411ce
2020-06-04 13:06:25 +02:00
Benjamin Valentin
b20ec93991 boards: add WeAct-f411ce board
The WeAct-F411CE is a blackpill-like board with a STM32F411CE.
It can be flashed using the vendor-provided bootloader.
2020-06-04 12:39:14 +02:00
Marian Buschsieweke
5eeb0725e0
boards/arduino-zero: Fix units & alignment in doc 2020-06-04 11:24:26 +02:00
Marian Buschsieweke
1408f29aa4
boards/airfy-beacon: Fix units & alignment in doc 2020-06-04 11:24:25 +02:00
Marian Buschsieweke
b2b8639e19
boards/6lowpan-clicker: Fix units in doc 2020-06-04 09:31:59 +02:00
Kevin "Tristate Tom" Weiss
972d9441ce
Merge pull request #13404 from leandrolanzieri/pr/boards/samr21-xpro/features_kconfig
boards/samr21-xpro: Model features in Kconfig
2020-06-03 09:39:41 +02:00
954ac22c45
Merge pull request #13865 from benpicco/usb_custom_id
USB VID/PID: allow for boards to define default custom VID/PID
2020-06-02 18:42:37 +02:00
Leandro Lanzieri
4c74881904
boards/samr21-xpro: Add board specific Kconfig symbols 2020-06-02 17:42:16 +02:00
Benjamin Valentin
cb21aea5f6 boards/serpente: properly configure USB ID 2020-06-02 14:17:55 +02:00
02ce7c0332
Merge pull request #14161 from bergzand/pr/nrf52840dk/move_spi_flash_periph
nrf52840dk: move SPI flash to SPIM2 peripheral
2020-06-02 13:14:35 +02:00
Gabriel Moyano
2367ff3885 boards/blxxxpill: add TIM1, TIM3 and TIM4 as qdec dev 2020-05-29 22:08:25 +02:00
Marian Buschsieweke
dfa6863275
cpu/atmega{1281,2560}: Relocate default timer config 2020-05-28 16:27:08 +02:00