Leandro Lanzieri
649017f0b2
cpu/cortexm_common: Rename arch_cortexm feature to cpu_core_cortexm
2020-06-16 12:05:41 +02:00
Leandro Lanzieri
4d65bc8e0a
cpu: Rename CPU_ARCH to CPU_CORE
2020-06-16 12:05:40 +02:00
Koen Zandberg
2778e037fe
Merge pull request #14220 from aabadie/pr/pkg/lwip_nrf802154
...
pkg/lwip: add support for nrf802154
2020-06-16 11:13:33 +02:00
Alexandre Abadie
fd5c51f903
pkg/lvgl: declare module as pseudomodule
...
There's no lvgl module to build with package, only lvgl_xx modules.
2020-06-14 22:20:38 +02:00
Alexandre Abadie
609a0b6109
pkg/gemmlowp: declare module as pseudomodule
...
This package is only use for its headers so there's no module to build.
2020-06-14 22:20:38 +02:00
Alexandre Abadie
21c9acbd6b
pkg/flatbuffers: declare module as pseudomodule
...
This package is only use for its headers so there's no module to build.
2020-06-14 22:20:38 +02:00
Alexandre Abadie
d7ddf57596
pkg/openthread: improve package Makefile
...
This commit improves the target dependencis so that bootstrap and configure command are not run for each rebuild
2020-06-14 22:11:59 +02:00
Alexandre Abadie
b0d20fa603
pkg/nordic_softdevice_ble: don't alter archive before building
...
Use RIOT Makefile.base when possible or explictly set files to build in a module
2020-06-14 21:36:13 +02:00
Alexandre Abadie
c25f611258
pkg/nimble: use Makefile.base to build pkg modules when possible
2020-06-14 12:04:21 +02:00
Alexandre Abadie
ff37e8ee6d
pkg/cryptoauthlib: use out-of-source build / remove unused variable
2020-06-13 21:05:43 +02:00
Alexandre Abadie
18d6252461
pkg/micro-ecc: remove unnecessary patch for build system
2020-06-12 18:44:49 +02:00
Alexandre Abadie
f894862f61
pkg/tinycbor: remove unncessary patch
2020-06-12 18:44:49 +02:00
Alexandre Abadie
b203c5e541
pkg/tiny-asn1: remove unnecessary patches
2020-06-12 18:44:49 +02:00
Alexandre Abadie
e620d37924
pkg/monocypher: reduce scope of CFLAGS
2020-06-12 18:44:49 +02:00
Alexandre Abadie
67f117d997
pkg/monocypher: remove unecessary patches
2020-06-12 18:44:49 +02:00
Alexandre Abadie
a009684336
pkg: use Makefile.base to build pkg modules when possible
2020-06-12 18:44:49 +02:00
Alexandre Abadie
b76bf294ec
pkg/monocypher: pkg/tweetnacl: remove inconsitent use of
2020-06-12 18:44:48 +02:00
Alexandre Abadie
3209f7ce0c
pkg/littlefs2: always build littlefs2 fs (hard deps)
2020-06-12 18:44:48 +02:00
Alexandre Abadie
75b2de0ad3
pkg/littlefs2: remove redundant use of .PHONY: all
...
'all' is already set as .PHONY in pkg.mk
2020-06-12 18:44:48 +02:00
Alexandre Abadie
9464c34467
pkg: don't copy Makefile in package build directory
...
Instead use the '-f' option of the make command
2020-06-12 18:44:48 +02:00
Alexandre Abadie
0fc0ad7207
pkg/ucglib: clean build system integration
...
And leave the original repository untouched (except for patches)
2020-06-12 17:55:29 +02:00
Alexandre Abadie
86f9190a4c
pkg/wolfssl: improve build system integration
...
and avoid copying in the cloned repository when building
2020-06-12 17:49:09 +02:00
Hauke Petersen
f316f71abb
pkg/nimble/netif: set host thread prio to ctrl+1
2020-06-12 14:50:42 +02:00
Alexandre Abadie
07a4d20acf
pkg/u8g2: improve build system integration
2020-06-12 10:31:59 +02:00
Alexandre Abadie
e1972999a3
pkg/cryptoauthlib: don't modify package source when building tests
2020-06-11 17:28:44 +02:00
Hauke Petersen
a0d34a707e
pkg/nimble/netif: simplify mbuf pool initialization
2020-06-11 16:24:38 +02:00
Leandro Lanzieri
a4889b4207
Merge pull request #14248 from aabadie/pr/pkg/wakaama_make
...
pkg/wakaama: cleanup build system integration
2020-06-10 18:47:43 +02:00
Alexandre Abadie
9ebae8e92a
pkg/wakaama: fix indentation in Makefile.include
2020-06-10 14:19:27 +02:00
Alexandre Abadie
6de497a066
pkg/wakaama: cleanup build system integration
...
Avoid modifying the cloned repository for each build
2020-06-10 14:19:26 +02:00
Alexandre Abadie
198c9a8990
pkg/tinydtls: cleanup build system integration
2020-06-10 14:15:19 +02:00
Alexandre Abadie
12044356de
pkg/semtech-loramac: cleanup build system integration
...
Avoid copying Makefile in the cloned directory
2020-06-10 14:11:22 +02:00
Alexandre Abadie
8fb27b0d30
Merge pull request #14239 from aabadie/pr/pkg/cleanup_pkg.mk
...
pkg: fix some typos in pkg.mk
2020-06-09 19:30:19 +02:00
Martine Lenders
6af46bf398
Merge pull request #14235 from haukepetersen/opt_nimble_rmnetifptr
...
pkg/nimble/netif: remove redundant netif ptr
2020-06-09 16:01:04 +02:00
Alexandre Abadie
cb4bce393d
pkg/pkg.mk: fix patch prerequisites variable name
2020-06-09 15:14:01 +02:00
Alexandre Abadie
4bc8674822
pkg/pkg.mk: fix typo on 'prerequisites'
2020-06-09 15:13:26 +02:00
Alexandre Abadie
2b45d0e976
pkg/pkg.mk: remove non needed capital letter
2020-06-09 15:12:54 +02:00
MichelRottleuthner
bd44f63557
Merge pull request #14150 from miri64/lwip/enh/netdev_tap_ipv4
...
lwip: add IPv4 support for `netdev_tap`
2020-06-09 14:30:02 +02:00
Hauke Petersen
f024b4cd30
pkg/nimble/netif: remove redundant netif ptr
2020-06-09 12:27:08 +02:00
Martine S. Lenders
f5c4a05281
lwip: add IPv4 support for netdev_tap
2020-06-09 12:12:54 +02:00
Alexandre Abadie
b3620b35b8
pkg/lwip: add support for nrf802154
2020-06-07 21:24:14 +02:00
Martine Lenders
5ab1633c04
Merge pull request #14149 from miri64/sock_dtls/enh/udp_sock_getter
...
sock_dtls: provide getter function for UDP sock
2020-05-26 22:30:43 +02:00
Martine Lenders
a38428b8f2
Merge pull request #13701 from miri64/lwip_sock/enh/recv_buf
...
lwip_sock: provide implementation for `sock_*_recv_buf()`
2020-05-26 21:33:09 +02:00
Martine S. Lenders
ccdcc3679c
tinydtls: provide implementation for sock_dtls_get_udp_sock
2020-05-26 20:37:42 +02:00
Koen Zandberg
eee5bf178d
Merge pull request #13993 from benpicco/examples/filesystem-fatfs
...
examples/filesystem: add support for fatfs on SD card
2020-05-26 19:20:47 +02:00
MichelRottleuthner
b13a4d6c9c
Merge pull request #14060 from miri64/lwip_sock/fix/re-recv-signal
...
lwip_sock: re-issue receive events if there are still received messages after `*_recv()` or `*_accept()` was called.
2020-05-22 15:59:25 +02:00
Martine Lenders
e011e3ed38
Merge pull request #14043 from pokgak/pr/sock_dtls/send_api_change
...
sock_dtls: add timeout to sock_dtls_send and add sock_dtls_session_init
2020-05-22 14:33:54 +02:00
Aiman Ismail
3ad2724f44
sock_dtls: fix vera++ warnings on line length
2020-05-22 14:06:38 +02:00
Aiman Ismail
b5b7955743
sock_dtls: add sock_dtls_session_init()
...
deprecates sock_dtls_session_create()
2020-05-22 14:06:12 +02:00
Benjamin Valentin
3b2cfa6478
drivers/sdcard_spi: add auto_init_storage to DEFAULT_MODULE
...
sdcard_spi is the only driver in auto_init_storage and was previously
pulled in by fatsfs (because it's used on SD cards)
It does however make much more sense if the SD card driver pulls that in
so other file systems can be used on SD card too.
2020-05-20 11:57:05 +02:00
Leandro Lanzieri
16113afb1e
Merge pull request #14026 from miri64/gnrc_netif/fix/deps
...
gnrc_netif: use gnrc_netif-submodules to pull in upper-layer struct members
2020-05-19 16:36:18 +02:00