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

29398 Commits

Author SHA1 Message Date
Leandro Lanzieri
b0168f5fdd
gnrc/ipv6: Configure queue size with exponent
This changes the configuration macro to be the exponent of 2^n, as the
message queue size needs to be always power of 2.
2020-06-15 07:30:50 +02:00
benpicco
1992f57765
Merge pull request #14261 from bergzand/pr/sam0_common/spi_dma
sam0_common: Make SPI peripheral DMA compatible
2020-06-14 18:25:37 +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
60f4502e6c
cpu/sam0_common: Make SPI peripheral DMA compatible 2020-06-14 14:56:20 +02:00
benpicco
a019c95190
Merge pull request #14278 from bergzand/pr/sam0_common/dma_clarify
sam0_common: Add additional documentation on DMA usage
2020-06-14 13:56:25 +02:00
22c8788b58
sam0_common/dma: Rename len to num 2020-06-14 11:51:36 +02:00
02b2b58358
sam0_common: Add additional documentation on DMA usage 2020-06-14 11:48:43 +02:00
benpicco
7bb3aa6560
Merge pull request #14279 from bergzand/pr/sam0_common/dma_const_src
sam0_common/dma: Mark src parameter as const
2020-06-13 21:30:05 +02:00
7a8566c391
sam0_common/dma: Mark src parameter as const 2020-06-13 21:02:04 +02:00
benpicco
74299a2b03
Merge pull request #14260 from bergzand/pr/sam0_common/dma_periph
sam0_common: Add DMA peripheral driver
2020-06-12 21:18:31 +02:00
ec1d575e7c
cpu/saml1x: Add DMA peripheral to init 2020-06-12 20:04:05 +02:00
4ef0b85495
cpu/saml21: Add DMA peripheral to init 2020-06-12 20:04:05 +02:00
73c8911e62
cpu/samd5x: Add DMA peripheral to init 2020-06-12 20:04:05 +02:00
5dc1d87f74
cpu/samd21: add DMA peripheral to init 2020-06-12 20:04:05 +02:00
6be1b27bbb
sam0_common: Add DMA peripheral driver 2020-06-12 20:04:05 +02:00
Martine Lenders
d059715448
Merge pull request #14236 from haukepetersen/opt_nimble_hostpriowhenunsingnetif
pkg/nimble/netif: set host thread prio to 1
2020-06-12 17:27:35 +02:00
benpicco
8148e27ee4
Merge pull request #14277 from benpicco/tests/pkg_cryptoauthlib_internal-tests_ci_fix
tests/pkg_cryptoauthlib_internal: blacklist atmega256rfr2 boards
2020-06-12 16:30:08 +02:00
Hauke Petersen
f316f71abb pkg/nimble/netif: set host thread prio to ctrl+1 2020-06-12 14:50:42 +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
0e3ddd2b3b
Merge pull request #14231 from benemorius/pr/pingping6
sys/shell/commands: alias ping=ping6
2020-06-12 13:30:55 +02:00
Benjamin Valentin
ce338dec3d tests/pkg_cryptoauthlib_internal: blacklist atmega256rfr2 boards
The test is right on the edge with these boards, so slight toolchain changes
make it overflow the RAM, causing CI issues.
2020-06-12 13:08:34 +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
ac8e27aab6
Merge pull request #14247 from fjmolinas/pr_stm32f1_nb
cpu/stm32: add non blocking uart
2020-06-11 21:40:27 +02:00
benpicco
97fa42c329
Merge pull request #14212 from benpicco/boards/weact-f411ce_usb_reset
boards/weact-f411ce: enable automatic reset to bootloader
2020-06-11 21:34:19 +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
Leandro Lanzieri
52fd00dc22
Merge pull request #14265 from benpicco/drivers/at86rf215_reset_pulse_cfg
drivers/at86rf215: make reset pulse width configurable
2020-06-11 17:36:22 +02:00
Francisco
cbf7f78879
Merge pull request #14255 from kaspar030/tests/lwip_blacklist_blackpill
tests/lwip: add blackpill to BOARD_INSUFFICIENT_MEMORY
2020-06-11 17:10:39 +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
14bb15d91f drivers/at86rf215: make reset pulse width configurable
Some hardware designers like to include filtering capacitors into reset
lines in order to protect against ESD or other pulses.

This increases the raise time of the reset signal. To still reach the
required 16 µs reset pulse width, we thus have to increase the reset pulse
width via board config.
2020-06-11 15:05:21 +02:00
Leandro Lanzieri
499ffd6339
Merge pull request #14056 from akshaim/Kconfig_pktbuf
gnrc/pktbuf : Expose Configurations to Kconfig
2020-06-11 12:02:43 +02:00
Benjamin Valentin
2325dba871 makefiles/bossa: move USB reset logic to common file 2020-06-11 11:56:35 +02:00
Benjamin Valentin
a74c41061b Makefile.include: allow prefix for $(PREFLASHER)
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
2020-06-11 11:56:35 +02:00
Akshai M
6450d9989e gnrc/pktbuf : Set Kconfig defaults and conditions
Set Kconfig defaults for CPU and conditions to avoid
conflict with CFLAGS

Co-authored-by: Leandro Lanzieri <leandro.lanzieri@haw-hamburg.de>
2020-06-11 14:47:27 +05:30
Akshai M
cabcfae9e0 gnrc/pktbuf : Expose to Kconfig
Expose CONF_GNRC_PKTBUF_SIZE to Kconfig
2020-06-11 14:47:19 +05:30
Akshai M
5523d119b6 gnrc/pktbuf : Move 'GNRC_PKTBUF_SIZE' to 'CONFIG_' 2020-06-11 14:46:36 +05:30
Akshai M
7bd2a6f8c9 gnrc/pktbuf : Update documentation
Add compile configuration 'GNRC_PKTBUF_SIZE' to 'net_gnrc_conf'
group
2020-06-11 14:46:36 +05:30
Leandro Lanzieri
a3fa7e330d
Merge pull request #14252 from akshaim/Kconfig_csma
net/csma : Expose configurations to Kconfig
2020-06-11 10:47:55 +02:00