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

30220 Commits

Author SHA1 Message Date
ae71f2ebd7
ci: build doc preview on circleci 2020-06-24 21:35:12 +02:00
benpicco
b13085defb
Merge pull request #14110 from fabian18/mtd_at24cxxx
drivers/at24cxxx: MTD wrapper for at24cxxx
2020-06-24 18:46:36 +02:00
Martine S. Lenders
035acc2e53
pkg/lwip: remove ipv6only clause for AF_INET6 sockets 2020-06-24 18:44:06 +02:00
Leandro Lanzieri
194954354c
Merge pull request #14341 from aabadie/pr/pkg/lua_cleanup
pkg/lua: remove unnecessary patch
2020-06-24 17:50:34 +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
Martine S. Lenders
ae7944f115
sock_util: introduce endpoint conversion aliases for TCP 2020-06-24 17:21:29 +02:00
Martine S. Lenders
78c816c6af
sock_util: fix IPv4 address parsing
There is no `SOCK_HAS_IPV4` define.
2020-06-24 18:36:42 +02:00
Francisco
f2c8751ccf
Merge pull request #14346 from benpicco/fix_14328
makefiles/boards/sam0.inc.mk: dap: use OpenOCD for debugging
2020-06-24 16:45:15 +02:00
Leandro Lanzieri
75f487d9ec
Merge pull request #14344 from fjmolinas/pr_mips_uhi_dep
cpu/mips32r2_common: include newlib_syscalls_mips_uhi in Makefile.dep
2020-06-24 16:30:04 +02:00
Benjamin Valentin
a653667172 makefiles/boards/sam0.inc.mk: dap: use OpenOCD for debugging
ebdg can only be used for flashing, we still have to use OpenOCD for
debugging.

fixes #14328
2020-06-24 16:06:12 +02:00
Bas Stottelaar
21f9afdb5b
Merge pull request #14318 from benpicco/cpu/stm32-TIMER_CHANNELS
cpu/stm32: use TIMER_CHANNEL_NUMOF for consistency
2020-06-24 15:32:22 +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
aa152e37fc
tests/kconfig_features: Add cc2538-based boards to whitelist 2020-06-24 15:18:55 +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
7d543fe091
cpu/cc2538: Add Kconfig symbols
Also specify CPU_FAM in Makefile.features
2020-06-24 15:15:43 +02:00
Leandro Lanzieri
9f656a18d1
kconfigs: Add renode emulator feature 2020-06-24 15:14:45 +02:00
Francisco
da0c2e94ea
Merge pull request #14342 from Chamaeleon-/patch-3
sys/shell/commands: fixing typo in ping6 help
2020-06-24 13:42:59 +02:00
Francisco
b49bd9ffe5
Merge pull request #14276 from jue89/fix/samr30-xpro_ztimer_rtt_underflow
cpu/saml21: adjust RTT_MIN_OFFSET
2020-06-24 13:41:06 +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
Benjamin Valentin
06cdd30fcb cpu/stm32: use TIMER_CHANNEL_NUMOF for consistency 2020-06-24 12:58:38 +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
Chamaeleon-
547d3a0620
sys/shell/commands: fixing typo in ping6 help
reponse -> response in -W <ms timeout>
2020-06-24 12:49:05 +02:00
Francisco
efa3b974d8
Merge pull request #14336 from aabadie/pr/make/toolchain_vars_no_export
makefiles/toolchain: only export toolchain vars globally from vars.inc.mk
2020-06-24 12:33:09 +02:00
Francisco
af80e863b3
Merge pull request #13197 from HendrikVE/shell-tokenizer-refactor
sys/shell: refactor tokenizer code
2020-06-24 12:32:51 +02:00
5e71c55f87
tests/kconfig_features: add hifive1 and hifive1b boards 2020-06-24 11:13:45 +02:00
2a62840af3
boards/hifive1*: add Kconfig configuration 2020-06-24 11:13:45 +02:00
b36b2ee748
cpu/fe310: 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
499cd934a2
makefiles/vars.inc.mk: export NM and RANLIB variables 2020-06-24 11:01:01 +02:00
c36109516a
dist/buildsystem_check: ensure no export of toolchains vars 2020-06-24 11:01:01 +02:00
080d5caa17
makefiles/toolchain: don't export all variables
There are already exported globally in vars.inc.mk
2020-06-24 11:00:54 +02:00
dc2be00c63
pkg/lua: remove unnecessary patch 2020-06-24 10:19:32 +02:00
benpicco
cdacdd79e6
Merge pull request #14319 from benpicco/cpu/ezr32wg/TIMER_CHANNELS
cpu/ezr32wg: define TIMER_CHANNEL_NUMOF
2020-06-24 09:52:29 +02:00
Leandro Lanzieri
b3ce577dd5
tests/kconfig_features: Add msp430 boards to whitelist 2020-06-24 09:33:24 +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