Benjamin Valentin
c2492209d8
pkg/littlefs2: use page-addressed MTD operations
2020-08-18 17:25:40 +02:00
Benjamin Valentin
c436c39ea8
pkg/fatfs: use page-wise read() and write()
...
The FAT file system operates on sectors (pages), so use the new
mtd_write_page() and mtd_read_page() functions.
This also avoids the wrap-around after reading/writing past 4 GiB.
2020-08-18 17:25:39 +02:00
8a0fc9daf1
Merge pull request #14775 from benpicco/pkg/tinycbor-v0.5.3
...
pkg/tinycbor: bump to v0.5.3
2020-08-18 11:41:45 +02:00
Benjamin Valentin
53eedc283b
drivers/at86rf2xx: register driver with netdev
2020-08-17 22:53:51 +02:00
Benjamin Valentin
0eed7a7715
pkg/tinycbor: bump to v0.5.3
2020-08-17 16:29:48 +02:00
benpicco
dfcc69dcb1
Merge pull request #14193 from aabadie/pr/pkg/lvgl_v7
...
pkg/lvgl: bump to v7
2020-08-12 14:03:24 +02:00
377d389ce9
Merge pull request #14609 from fjmolinas/pr_openwsn_bump
...
pkg/openwsn: bump version
2020-08-11 16:25:36 +02:00
71a6bfc32d
pkg/lvgl: bump to version 7.0.0
2020-08-11 15:39:01 +02:00
Francisco Molina
aa1e7797b0
pkg/openwsn: bump version
...
With the new version some OpenWSN modules are optional:
- openwsn_cjoin (and therefore opewnsn_coap)
- openwsn_6lo_fragmentation
- openwsn_icmpv6echo
- openwsn_crypto
- openwsn_udp (optional but kept as default)
New optional modules have been added:
- openwsn_iee802154e_security (link layer security)
- openwsn_adaptive_msf (MSF dynamic slot allocation)
Openvisualizer needs to be updated to be compatible with the new
version.
2020-08-11 15:24:33 +02:00
b8f94c2a51
pkg/tweetnacl: blacklist for msp430
2020-08-05 14:32:58 +02:00
Marian Buschsieweke
f48147b585
Merge pull request #14663 from benpicco/native-fixes
...
treewide: compile fixes for native
2020-07-31 14:57:41 +02:00
Benjamin Valentin
492283898e
pkg/driver_atwinc15x0: don't be pedantic
2020-07-31 13:38:03 +02:00
Benjamin Valentin
e3fd43861c
pkg/semtech-loramac: allow pointer <-> function pointer cast
...
Building on native reveals
error: ISO C forbids initialization between function pointer and ‘void *’
Let's disable that.
2020-07-31 13:38:03 +02:00
Marian Buschsieweke
00c44b0924
pkg/lwip: Use IS_ACTIVE() & NETCONNTYPE_ISIPV6()
...
This also fixes an issue detected by `tests/lwip_sock_udp` when both IPv4 and
IPv6 are enabled.
2020-07-31 13:27:09 +02:00
Marian Buschsieweke
5be2d082b9
pkg/lwip: Compatibility with IS_USED()
...
The `IS_USED()` macro doesn't work if macros are defined to `(1)` instead of `1`
2020-07-31 10:51:12 +02:00
4842da272c
pkg/lvgl: add optional touch capability via screen generic API
2020-07-29 14:49:16 +02:00
José Alamos
2f6185ee97
Merge pull request #14612 from ArwinV/openthread-kw41z
...
pkg/openthread: add support for kw41z radios
2020-07-29 11:47:27 +02:00
Arwin Verhoeven
579a2d8fe0
pkg/openthread: add support for kw41z radios
...
pkg/openthread: fix some indentation errors
pkg/openthread: remove unnecessary library
Co-authored-by: José Alamos <jialamos@uc.cl>
2020-07-28 17:52:54 +02:00
Marian Buschsieweke
1ad7b4c21a
pkg/utensor: Require feature libstdcpp
2020-07-24 16:21:12 +02:00
f50d20f7fa
pkg/lvgl: adapt Makefile for nicer build output
2020-07-22 14:41:58 +02:00
8c50212a8d
pkg/stm32cmsis: add version for g0 family
2020-07-21 12:35:42 +02:00
0b549c6e0c
Merge pull request #14152 from aabadie/pr/pkg/stm32cube
...
pkg/stm32cmsis: retrieve STM32 CMSIS header from a package
2020-07-21 12:27:19 +02:00
3aaf7ed5f3
pkg/jerryscript: remove unnecessary CFLAGS
2020-07-17 20:03:15 +02:00
d820570782
pkg/jerryscript: improve Makefile logic
...
drop useless libjerry target and use regular files targets. This prevents re-running the sub-make when the required archives are already generated
2020-07-17 20:03:15 +02:00
51cda0d2ad
pkg/jerryscript: adapt CMake options
...
Add the possibility to set JERRY_STACK to prevent stack overflows due to recursion, JERRY_GC_LIMIT to the maximum allowed heap usage increase until triggering the next garbage collection and JERRY_GC_MARK_LIMIT to adjust the maximum recursion depth during the GC mark phase
2020-07-17 20:03:15 +02:00
7b6bd1a026
pkg/jerryscript: bump to version 2.3.0
2020-07-17 20:03:15 +02:00
Benjamin Valentin
a028102149
pkg/littlefs2: rename littlefs_desc_t -> littlefs2_desc_t
...
Allow to have both versions of the FS present at the same time.
2020-07-17 16:43:00 +02:00
c59f4af054
pkg/paho-mqtt: update patch to fix build with STM32
2020-07-16 17:41:48 +02:00
a8c04f5bea
pkg/ccn-lite: add patch to fix the build on stm32 cpus
2020-07-16 17:35:50 +02:00
67068393a9
pkg/stm32cmsis: add package for STM32 cmsis device repositories
2020-07-16 17:35:48 +02:00
Francisco
83396ac83c
Merge pull request #14486 from aabadie/pr/tools/pkg_clean_build_standalone
...
tools: build more tools with tools-buildtest
2020-07-15 11:22:26 +02:00
Martine S. Lenders
4f243c52ea
pkg/emb6: remove deprecated package
...
Deprecation was noted in 7cf1bab2e6
2020-07-11 02:18:17 +02:00
06b152fac0
pkg/pkg.mk: improve clean and distclean for in-source builds
2020-07-10 13:30:37 +02:00
benpicco
63a0014456
Merge pull request #14467 from benpicco/fix_file_permission
...
treewide: fix file permissions
2020-07-08 18:30:01 +02:00
Benjamin Valentin
9d836888c2
treewide: fix file permissions
...
C files should not be executable.
2020-07-08 17:32:36 +02:00
Martine Lenders
cc6c5a8c7b
Merge pull request #14456 from benpicco/pkg/tinydtls_update
...
pkg/tinydtls: use latest development version
2020-07-08 15:22:56 +02:00
Hauke Petersen
32f086e98d
pkg/nimble/statconn: cleanup timing params
2020-07-08 08:46:43 +02:00
Hauke Petersen
29640252b7
pkg/nimble/autoconn: cleanup timing params
2020-07-08 08:46:43 +02:00
Hauke Petersen
bd48f06de4
pkg/nimble/autoconn: fix conn timeout calculation
...
The timeout parameter for nimble_netif_connect() is given in ms
and the same is true for NIMBLE_AUTOCONN_CONN_TIMEOUT. So there
should be no conversion between the autoconn parameter and the
value passed to nimble_netif.
2020-07-08 08:45:09 +02:00
Hauke Petersen
28b595e72e
pkt/nimble: version bump to cd7d7aa
2020-07-08 08:45:09 +02:00
Benjamin Valentin
7d54fe1662
pkg/tinydtls: default to sha1prng for the PRNG implementation
2020-07-07 21:06:12 +02:00
Benjamin Valentin
6dcb25de15
pkg/tinydtls: bump version
2020-07-07 21:05:39 +02:00
Leandro Lanzieri
88819c3118
pkg/cryptoauthlib/atca: Fix documentation group
2020-07-06 16:26:13 +02:00
Martine Lenders
d510e034ea
Merge pull request #13552 from haukepetersen/add_nimble_statconn
...
pkg/nimble: add static connection manager `statconn`
2020-07-06 09:59:13 +02:00
Hauke Petersen
3591206cbb
pkt/nimble: add statconn static connection manager
2020-07-06 08:14:09 +02:00
Javier FILEIV
4214136766
pkg/paho-mqtt: add pkg paho-mqtt
2020-07-05 19:10:41 +02:00
Cenk Gündoğan
8356b93d1c
pkg: openthread: do not hardcode number of parallel jobs
2020-07-03 12:03:06 +02:00
Cenk Gündoğan
7aa499d5f1
make: use $(MAKE) instead of direct make
call
2020-07-03 12:03:06 +02:00
799ee40ea7
Merge pull request #13866 from benpicco/pkg/fs_params
...
pkg/fs: set VFS params by fs, not by the application
2020-07-01 14:19:00 +02:00
benpicco
e1d27cb7d5
Merge pull request #14394 from sven-hm/fatfs_vfs_fstat
...
pkg/fatfs/fatfs_vfs: fix _fstat
2020-06-30 18:30:26 +02:00