fdaf7fd822
Merge pull request #14596 from benpicco/drivers/at86rf2xx-retries
...
drivers/at86rf2xx: support frame retry reporting on AT86RFR2
2020-09-09 10:27:05 +02:00
Francisco
adb0bcab47
Merge pull request #14866 from aabadie/pr/boards/stm32l4wb_clock_kconfig
...
boards: cpu: stm32l4/wb: rework clock configuration and initialization
2020-09-09 09:35:29 +02:00
Francisco
757846ad7f
Merge pull request #14921 from aabadie/pr/boards/stm32f0_clock_kconfig
...
boards/stm32f0: rework clock initialization and configuration
2020-09-09 09:35:22 +02:00
Francisco
f08e65cd0c
Merge pull request #14981 from maribu/target-arch
...
build system: Overwrite TARGET_ARCH per arch
2020-09-09 09:10:52 +02:00
Francisco
cb6b65e7ff
Merge pull request #14886 from miri64/gnrc/fix/circ-deps
...
gnrc: remove circular module dependencies
2020-09-09 09:06:28 +02:00
Marian Buschsieweke
7c1949341e
build system: Overwrite TARGET_ARCH per arch
...
Add `TARGET_ARCH_<ARCH>` for each architecture (e.g. `TARGET_ARCH_CORTEX` for
Cortex M) to allow users to overwrite the target triple for a specific arch
from ~/.profile or ~/.bashrc (or the like) without overwriting it for all others
as well.
2020-09-08 22:28:41 +02:00
9dd20c0ccb
cpu: boards: stm32l4/wb: use IS_USED for clock where possible
2020-09-08 18:42:42 +02:00
79e6d9df85
boards/stm32l4*: adapt to new clock configuration
2020-09-08 18:42:42 +02:00
c1a655c069
boards/p-nucleo-wb55: adapt to new generic clock config
2020-09-08 18:42:41 +02:00
b6dd78864b
boards/nucleo-l4r5zi: adapt to new generic clock config
2020-09-08 18:42:41 +02:00
0745cc4a99
cpu: boards: smt32l4: rework clock configuration
2020-09-08 18:42:41 +02:00
95057a8aef
boards/stm32l4: rename common clock config header
2020-09-08 18:42:41 +02:00
Martine Lenders
ec436b9069
Merge pull request #14963 from miri64/gnrc_sock_ip/fix/sock
...
gnrc_sock_ip: fix NULL pointer dereference
2020-09-08 17:15:25 +02:00
Martine Lenders
918433995d
Merge pull request #14928 from miri64/tools/enh/tapsetup-more
...
tapsetup: add more features
2020-09-08 17:15:12 +02:00
096b88d804
Merge pull request #14976 from fjmolinas/pr_nucleo452re_i2c
...
boards/nucleo-l452re: add i2c config
2020-09-08 17:01:38 +02:00
8f1c5ab919
Update boards/common/stm32/include/f0/cfg_clock_default.h
2020-09-08 16:03:44 +02:00
665426fefc
boards/stm32f0: adapt to refactored clock configuration
2020-09-08 16:03:44 +02:00
6d76e61ff0
boards/stm32f0: adapt default clock configuration
2020-09-08 16:03:44 +02:00
7c923da0c8
cpu/stm32: split f0 clock initialization in separate file
2020-09-08 16:03:44 +02:00
Francisco Molina
0d79ebdafe
boards/nucleo-l452re: add i2c config
2020-09-08 15:50:05 +02:00
Benjamin Valentin
0871b69c84
drivers/at86rf2xx: support frame retry reporting on at86rfr2
...
At86rfr2 doesn't report retries directly, but it can generate a TX start
interrupt for each (re)try, so we can count manually.
2020-09-08 14:48:57 +02:00
c3de2655db
Merge pull request #14969 from silkeh/pr/moar-badges
...
README: Add more badges
2020-09-08 14:27:08 +02:00
cc29edad60
Merge pull request #14974 from fjmolinas/pr_nucleo_xtimer
...
boards/nucleo: fix xtimer configuration
2020-09-08 13:57:40 +02:00
benpicco
cac0719362
Merge pull request #14862 from hugueslarrive/boards/nucleo-f303k8
...
boards/nucleo-f303k8: add ADC feature
2020-09-08 13:56:03 +02:00
Martine S. Lenders
5fea5fca65
tapsetup: FreeBSD/OSX: remove member TAPs of bridge explicitly
2020-09-08 13:50:45 +02:00
Martine S. Lenders
29684af116
tapsetup: add capability to add routes to bridge
2020-09-08 13:50:45 +02:00
Martine S. Lenders
dbeb783b13
tapsetup: add capability to add addresses to bridge
2020-09-08 13:50:44 +02:00
Martine S. Lenders
0abe581e3e
tapsetup: add capability to enable forwarding for bridge
2020-09-08 13:50:27 +02:00
Martine S. Lenders
a9722dda71
tapsetup: add capability to list bridges
2020-09-08 13:50:09 +02:00
Martine S. Lenders
7d47484170
gnrc_sock_ip: fix NULL pointer dereference
2020-09-08 13:05:10 +02:00
Martine S. Lenders
779143cd94
tests/gnrc_sock_ip: add test case to test NULL pointer dereference
2020-09-08 13:05:10 +02:00
Silke Hofstra
e404a7c10e
README: add more badges
...
The README document was missing several relevant badges/links:
- Latest release
- License info
- API docs
- Wiki
- StackOverflow
- Twitter
The addition of these links will, hopefully, help people
quickly navigate the broader ecosystem.
Additionally, all badges (except for the CI badge) now
conform to roughly the same style.
2020-09-08 13:02:47 +02:00
Martine S. Lenders
aaafabf43f
tests/gnrc_ndp: use IPv6 nettype to distinguish from payload
2020-09-08 12:53:29 +02:00
Martine S. Lenders
2cf5b3c185
gnrc_ipv6_hdr: make HDR_NETTYPE dependent on nettype module
...
In #13994 this was introduced but overlooked here.
2020-09-08 12:53:29 +02:00
Martine S. Lenders
0e3443d006
gnrc_netif: guard usage of gnrc_ipv6 member
2020-09-08 12:53:29 +02:00
Martine S. Lenders
4fe7bb003a
gnrc_ipv6_nib: add missing header includes
2020-09-08 12:53:29 +02:00
Martine S. Lenders
8f7dbc6cde
gnrc_sixlowpan_router_default: don't pull in
...
For an app, a user usually uses `gnrc_ipv6_router_default` to activate
routing behavior. `gnrc_sixlowpan_router_default` is used by that to
pull in further dependencies for 6LoWPAN routers. It shouldn't pull in
`gnrc_ipv6_router_default` again, as this introduces a cyclic
dependency.
2020-09-08 12:53:28 +02:00
Martine S. Lenders
07bcae2613
gnrc_sixlowpan_router: remove pseudo-module
...
It has no real purpose other than pulling in `gnrc_ipv6_router` as a
dependency, which is already done in other places (or by pulling in its
dependencies).
2020-09-08 12:53:28 +02:00
Martine S. Lenders
adb6a6720f
gnrc_ipv6_nib: fix broken gnrc_netif dependency
...
gnrc_ipv6_nib accesses the IPv6 members of `gnrc_netif`, so a dependency
to the pseudo-module enabling those members is required.
2020-09-08 12:53:11 +02:00
Martine S. Lenders
c58cb6ddfb
gnrc: use gnrc_nettype_* as dependency wherever possible.
2020-09-08 12:53:04 +02:00
Francisco Molina
86d8d22fc5
boards/nucleo: fix xtimer configuration
2020-09-08 11:19:59 +02:00
27e4c19748
Merge pull request #14971 from silkeh/pr/hyperlink-lost-found
...
LOSTANDFOUND: add/fix commit hyperlinks
2020-09-08 10:44:16 +02:00
9eef7a47cb
Merge pull request #14830 from benpicco/cpu/lpc23xx-picolibc
...
cpu/lpc23xx: enable support for picolibc
2020-09-08 10:35:45 +02:00
Francisco
07be7910d6
Merge pull request #14970 from silkeh/pr/fix-mailing-lists
...
README: improve formatting of mailing lists.
2020-09-08 10:04:21 +02:00
Silke Hofstra
0dd130cc89
LOSTANDFOUND: fix several commit references
...
Change several commit hashes to the ones that actually appear on master.
2020-09-07 20:16:00 +02:00
Silke Hofstra
4882477edc
LOSTANDFOUND: add link references to commits
...
Add link references to the bottom of LOSTANDFOUND to make it easy to find
the relevant commits/PRs/releases that features/modules where removed.
2020-09-07 20:16:00 +02:00
Silke Hofstra
2f3a0b6a2b
README: improve formatting of mailing lists.
...
Correctly hyperlink and indent the mailing list section.
2020-09-07 19:51:46 +02:00
benpicco
8b3d019dcb
Merge pull request #14960 from benpicco/driver/at86rf215-rpc
...
drivers/at86rf215: implement Reduced Power Consumption
2020-09-07 15:38:32 +02:00
benpicco
c7993b6140
Merge pull request #14961 from miri64/gnrc_rpl/fix/check-idx
...
gnrc_rpl: check index after fetching address from netif
2020-09-07 14:24:44 +02:00
benpicco
a084430be3
Merge pull request #14883 from miri64/gnrc_ipv6_nib/fix/ipv6_addr_idx-check
...
gnrc_ipv6_nib: check return value of gnrc_netif_ipv6_addr_idx()
2020-09-07 14:24:17 +02:00