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

32340 Commits

Author SHA1 Message Date
2dac4db343
make: Use common comma variable definition 2020-10-09 12:02:28 +02:00
8e0ac2aeab
make: Add variable definitions for comma and space 2020-10-09 12:02:27 +02:00
Martine Lenders
6991ad5910
gnrc_netif_raw: add NETIF header on receive
... to give upper layer a hint on the interface the packet came from.
2020-10-09 11:51:18 +02:00
benpicco
a83927d031
Merge pull request #15189 from fjmolinas/pr_lwip_sock_tcp_xtimer_init
tests/lwip_sock_tcp: remove duplicated xtimer_init
2020-10-08 22:55:59 +02:00
benpicco
c979fda1f3
Merge pull request #14367 from basilfx/feature/cortex_m33
cpu/cortex: add initial support for Cortex-M33
2020-10-08 22:55:06 +02:00
Francisco Molina
7ec1d2ecb7
tests/lwip_sock_tcp: remove duplicated xtimer_init
xtimer is already initiated in auto_init, no need to perform
initiation twice.
2020-10-08 16:26:17 +02:00
benpicco
f6e75494bb
Merge pull request #15184 from maribu/stm32-eth-cleanup
cpu/stm32: Cleanup periph_eth
2020-10-08 15:44:06 +02:00
Martine Lenders
453403cc8f
Merge pull request #15083 from benpicco/drivers/enc28j60-regster
drivers/enc28j60: register with netdev
2020-10-08 15:39:31 +02:00
Martine Lenders
b11acf1940
Merge pull request #15155 from benpicco/gnrc/rpl-TODO
gnrc/rpl: document implementation status
2020-10-08 13:35:06 +02:00
Benjamin Valentin
868c07158e gnrc/rpl: document implementation status
This copies the information from #3662 to the documentation.
Makes it more discoverable and let's people manage their
expectations.
2020-10-08 12:10:05 +02:00
Marian Buschsieweke
7b4d4c198b
cpu/stm32/periph_eth: Code style 2020-10-08 11:46:39 +02:00
Marian Buschsieweke
ab30865a08
cpu/stm32: Cleanup periph_eth
Cleanup functions _rw_phy(), _phy_read(), and _phy_write() and rename them to
_mii_reg_{access,read,write}().
2020-10-08 11:46:39 +02:00
Benjamin Valentin
1afe72a5e5 drivers/enc28j60: register with netdev 2020-10-08 10:36:56 +02:00
benpicco
ab37c9fba1
Merge pull request #14949 from benpicco/drivers/mrf24j40-register
drivers/mrf24j40: register with netdev
2020-10-08 10:33:37 +02:00
Francisco
3918d714ce
Merge pull request #13624 from wosym/pr/candev_mcp2515
tests/candev: add mcp2515 + driver/mcp2515: add driver
2020-10-08 09:45:40 +02:00
Francisco
9fee9502ca
Merge pull request #15180 from aabadie/pr/cpu/stm32_gen_irq_fix
cpu/stm32/irqs: fix regexp in vectors generator script
2020-10-08 09:29:12 +02:00
Francisco Molina
178c1264e3
board/native: include can_linux based on periph_can 2020-10-08 09:09:04 +02:00
3e1fa30c2f
cpu/stm32/irqs: fix vectors generator script 2020-10-08 08:09:31 +02:00
b9e4f13cba
Merge pull request #15177 from aabadie/pr/boards/nucleo-l152re_dma_fix
boards/nucleo-l152re: fix DMA configuration
2020-10-07 22:30:02 +02:00
970ae7e949
Merge pull request #15173 from fjmolinas/pr_tests_malloc_timeout
tests/malloc: increase timeout, for larger BOARDs
2020-10-07 21:55:49 +02:00
benpicco
fc9c033466
Merge pull request #15175 from fjmolinas/pr_timer_periodic_timeout
tests/periph_timer_periodic: increase test margin for slow uarts
2020-10-07 21:48:18 +02:00
Wouter Symons
4c2bc23a7a tests/candev: prevent deadlock when sending CAN messages without payload 2020-10-07 21:22:46 +02:00
Wouter Symons
680476c6a0 tests/candev: add mcp2515 support 2020-10-07 21:22:42 +02:00
a7b7e911f7
Merge pull request #15178 from aabadie/pr/boards/nucleo-f413zh_dup_dma
boards/nucleo-f413zh: remove duplicate provided DMA feature
2020-10-07 19:51:19 +02:00
Francisco Molina
2ddd369ce9
tests/malloc: increase timeout, for larger BOARDs
The test timeouts on nucleo-f767zi.
2020-10-07 18:16:23 +02:00
f293ded561
boards/nucleo-f413zh: remove duplicate provided DMA feature 2020-10-07 18:03:10 +02:00
28b08d8b6b
boards/nucleo-l152re: fix DMA configuration 2020-10-07 17:46:57 +02:00
Francisco Molina
a70fad5747
tests/periph_timer_periodic: increase test margin for slow uarts 2020-10-07 17:30:20 +02:00
Benjamin Valentin
a1d8c79a98 drivers/mrf24j40: pass long address via pointer 2020-10-07 16:39:39 +02:00
Benjamin Valentin
988ee1648f drivers/mrf24j40: register with netdev 2020-10-07 16:39:39 +02:00
a792aaaf9e
Merge pull request #15170 from bergzand/pr/makefiles/info-objsize_restore
info-objsize: Restore info-objsize target
2020-10-07 16:26:25 +02:00
9006d7ad43
info-objsize: Restore info-objsize target
This restores the functionality of the info-objsize target.
2020-10-07 14:44:56 +02:00
ffb7512dfc
Merge pull request #13102 from basilfx/feature/efm32_wdog
cpu/efm32: add watchdog peripheral
2020-10-07 10:01:43 +02:00
Bas Stottelaar
3e2303d30c
cpu/efm32: add watchdog peripheral 2020-10-07 09:01:41 +02:00
benpicco
2289a188ed
Merge pull request #15164 from maribu/stm32-eth-fix-link-status
cpu/stm32: Fix periph_eth link status
2020-10-06 23:46:34 +02:00
benpicco
6c3a0eba59
Merge pull request #12353 from basilfx/feature/efm32_stk3200_v2
boards/stk3200: add support
2020-10-06 22:23:31 +02:00
6b3c11b151
boards/stm32: remove unused default 96 and 168MHz common headers 2020-10-06 22:07:19 +02:00
95fb362a5c
boards/stm32f4xx: use 180MHz default clock header 2020-10-06 22:07:19 +02:00
022d3d5e9e
boards/stm32f410/411: use 100MHz default clock header 2020-10-06 22:07:12 +02:00
67d03c91d1
boards/stm32f2f4f7: adapt 180MHz clock config for USB 2020-10-06 22:07:12 +02:00
0828400eb0
boards/stm32f2f4f7: adapt 100MHz clock config for USB 2020-10-06 22:07:12 +02:00
b743397749
Merge pull request #15162 from aabadie/pr/tests/mpu_stack_guard_autotest
tests/mpu_stack_guard: add automatic test script
2020-10-06 21:17:32 +02:00
Bas Stottelaar
1ab9fae733 tests/pkg_cmsis-nn: update doc for support for Cortex-M33 2020-10-06 17:11:26 +02:00
Bas Stottelaar
0f8cecb50b cpu/cortexm_common: add support for Cortex-M33 2020-10-06 17:11:26 +02:00
072372a221
Merge pull request #14946 from aabadie/pr/boards/stm32f2f4f7_clock_kconfig
boards/stm32f2/f4/f7: rework clock initialization and configuration
2020-10-06 16:57:19 +02:00
Benjamin Valentin
6e6ddacdb0 cpu/efm32: not every family has an MPU 2020-10-06 16:43:47 +02:00
Benjamin Valentin
69a7eb5efa tests: add stk3200 to Makefile.ci 2020-10-06 16:43:47 +02:00
Benjamin Valentin
f34f970503 examples: add stk3200 to Makefile.ci 2020-10-06 16:43:47 +02:00
Bas Stottelaar
7db3e567ab boards: stk3200: add support 2020-10-06 16:43:47 +02:00
Bas Stottelaar
03b9f45583 cpu/efm32: efm32zg: add support 2020-10-06 16:43:47 +02:00