Gunar Schorcht
|
d63c116eba
|
cpu/esp_esp8266: move missing _rename_r function to esp_common
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
2724276997
|
pkg/jeryscript: allow GCC extension include_next used by ESP_IDF
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
587e007a31
|
ecp/esp32: changes in periph_can for ESP-IDF v4.4
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
24162af90a
|
cpu/esp32: small doc fix
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
d2a4d6e3d3
|
cpu/esp32: compile bootloader from ESP-IDF v4.4 source
|
2022-06-01 13:31:00 +02:00 |
|
Gunar Schorcht
|
e8b4a4feb2
|
cpu/esp32: changes for ESP-IDF v4.4
|
2022-06-01 13:28:49 +02:00 |
|
Gunar Schorcht
|
61bf3d2384
|
cpu/esp*: update/cleanup stack sizes
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
d7382ab063
|
cpu/esp32: fix compilation problems with ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
443f3b87df
|
cpu/esp_common: missing heap functions for ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
d1d252cc58
|
cpu/esp_common: changes in event handling for ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
2541587eee
|
cpu/esp32: small fix in comment of periph/timer
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
48567c8ce0
|
cpu/esp32: small cleanup in periph/pwm
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
0ecbcf6561
|
cpu/esp_common: changes in esp_now/esp_wifi for ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
ee4a032a89
|
cpu/esp_common: fix compilation problems with ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
9fd056f8ec
|
cpu/esp_common: add missing functions for ESP-EDF v 4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
ec5993d888
|
cpu/esp32: changes in irq_arch for ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
e5adb7ef34
|
cpu/esp32: cleanup of periph/gpio for ESP-IDF v4.4
|
2022-06-01 13:27:31 +02:00 |
|
Gunar Schorcht
|
d4e061f635
|
cpu/esp_common/freertos: missing functions/definitions for ESP-IDF v4.4
|
2022-06-01 13:21:29 +02:00 |
|
Gunar Schorcht
|
3e4dc10740
|
esp/esp32: changes in esp_eth for ESP-IDF v4.4
|
2022-06-01 13:21:29 +02:00 |
|
Gunar Schorcht
|
1d914d1496
|
boards/esp32: changes for ESP-IDF v4.4
|
2022-06-01 13:21:29 +02:00 |
|
Gunar Schorcht
|
ab14b68ea0
|
cpu/esp32: update of linker scripts for ESP-IDF v4.4
|
2022-06-01 13:21:29 +02:00 |
|
Gunar Schorcht
|
751a958529
|
cpu/esp32: add modules for compilation of required ESP-IDF code
The code required by the ESP-IDF is compiled directly from source in the `esp32_sdk` package. The compilation is structured by modules for easier use.
|
2022-06-01 13:21:29 +02:00 |
|
Gunar Schorcht
|
72abc08d14
|
cpu/esp_common: small fix of lib_printf
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
60bbe0fe49
|
cpu/esp_common/makefile: move linking of libhal.a to esp8266 makefile
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
6e996f6a4d
|
sys/posix/select: remove conditional compilation for ESP32
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
357eaa434a
|
cpu/esp32: update sys/lock.h for retargetable locking
ESP-IDF version 4.4 already provide all locking definitions if retargetable locking is enabled.
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
bf0b1716fc
|
pkg/esp32_sdk_lib: upgrade to ESP-IDF v4.4
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
61f104fcab
|
pkg/esp32_sdk: upgrade to ESP-IDF v4.4
|
2022-05-18 07:27:23 +02:00 |
|
Gunar Schorcht
|
9ae4b1ca7d
|
cpu/esp32: remove vendor code
|
2022-05-18 07:27:23 +02:00 |
|
benpicco
|
99bb1f698a
|
Merge pull request #18114 from benpicco/cpu/esp32-cpp-kconfig
cpu/esp32: use pthread module if module cpp is used (Kconfig)
|
2022-05-18 01:15:08 +02:00 |
|
Benjamin Valentin
|
b0bedabbed
|
cpu/esp32: use pthread module if module cpp is used (Kconfig)
Same as b424633016 but for Kconfig
|
2022-05-17 23:38:08 +02:00 |
|
benpicco
|
cabb0b7398
|
Merge pull request #18109 from benpicco/vfs_unmount_by_path
sys/vfs: add vfs_unmount_by_path()
|
2022-05-17 20:25:18 +02:00 |
|
benpicco
|
d7533fb855
|
Merge pull request #17701 from fjmolinas/pr_libcose_riot_crypto
pkg/libcose: add RIOT as crypto backend
|
2022-05-17 14:20:16 +02:00 |
|
benpicco
|
641f7a704c
|
Merge pull request #18049 from benpicco/pkg/littlefs2-bump
pkg/littlefs2: bump version to 2.5.0
|
2022-05-17 12:28:00 +02:00 |
|
benpicco
|
260c59e6a2
|
Merge pull request #17914 from benpicco/drivers/at86rf215-non-blocking
drivers/at86rf215: make at86rf215_blocking_send a DEFAULT_MODULE
|
2022-05-17 11:14:48 +02:00 |
|
Francisco Molina
|
2452502066
|
tests/pkg_libcose_encrypt: split cose_encrypt test
|
2022-05-17 10:51:34 +02:00 |
|
Francisco Molina
|
c7b9657ff5
|
pkg/libcose: add RIOT as crypto backend
|
2022-05-17 10:51:34 +02:00 |
|
Francisco Molina
|
8b6ddca6e9
|
pkg/libcose: bump, set random function on init
|
2022-05-17 10:51:34 +02:00 |
|
Francisco
|
2e1cd2a517
|
Merge pull request #18071 from benpicco/boards/native-weak_vfs_default
boards/native: allow to overwrite default fs
|
2022-05-17 10:41:41 +02:00 |
|
benpicco
|
025af7534f
|
Merge pull request #18067 from kfessel/p-unittest_sock-read
unittest/sock_util: move test_strings to their tests
|
2022-05-17 09:37:53 +02:00 |
|
chrysn
|
9879a68f31
|
Merge pull request #18050 from benpicco/vfs_sysop_stat_from_fstat
vfs: fix dir detection in vfs_sysop_stat_from_fstat()
|
2022-05-17 03:08:17 +02:00 |
|
benpicco
|
1c97eea8b9
|
Merge pull request #18038 from benpicco/vfs_util
sys/vfs_util: add VFS helper functions
|
2022-05-17 02:17:38 +02:00 |
|
benpicco
|
70346ba8b7
|
Merge pull request #18110 from miri64/examples/fix/gcoap_dtls-DTLS_PEER_MAX
examples/gcoap_dtls: remove CFLAGS define of DTLS_PEER_MAX
|
2022-05-16 22:56:41 +02:00 |
|
Martine Lenders
|
06a164bc0b
|
examples/gcoap_dtls: remove CFLAGS define of DTLS_PEER_MAX
|
2022-05-16 16:26:36 +02:00 |
|
chrysn
|
ee346fe628
|
sys/vfs: Point user to simplified functions
|
2022-05-16 13:52:29 +02:00 |
|
Benjamin Valentin
|
c15e87475b
|
sys/vfs_util: add VFS helper functions
|
2022-05-16 13:52:29 +02:00 |
|
benpicco
|
d28a45e939
|
Merge pull request #18089 from benpicco/NETOPT_RX_END_IRQ
net/netopt: drop NETOPT_RX_END_IRQ
|
2022-05-16 11:34:48 +02:00 |
|
Benjamin Valentin
|
ff4c738e2d
|
sys/vfs: add vfs_unmount_by_path()
|
2022-05-16 11:11:11 +02:00 |
|
Marian Buschsieweke
|
ae0bd73914
|
Merge pull request #18104 from gschorcht/cpu/esp32/fix_for_gcc_8.4.0
cpu/esp32: fixes for gcc 8.4.0
|
2022-05-13 22:40:46 +02:00 |
|
Gunar Schorcht
|
c3c3de2ec2
|
cpu/esp32: gcc 8.4.0 requires that inline functions are declared static
|
2022-05-13 18:57:22 +02:00 |
|