44fc8ea9ca
pkg/cn-cbor: add missing posix dependency
2018-03-16 15:34:48 +01:00
Emmanuel Baccelli
a367e378c8
Merge pull request #8467 from lorenz9314/pr_cn_cbor_unit_tests
...
pkg: add cn-cbor CBOR implementation plus unit tests
2018-03-16 14:28:44 +01:00
Lorenz Hüther
711766312f
tests/unittests: Added unit tests for pkg cn-cbor, removed old tests.
2018-03-16 13:52:40 +01:00
70f0d844ac
pkg: add cn-cbor CBOR implementation
2018-03-16 12:51:51 +01:00
Joakim Nohlgård
8873a7102e
Merge pull request #8615 from gebart/pr/fatfs-paths
...
pkg/fatfs: Refactor path handling, minor fixes
2018-03-15 09:21:48 +01:00
300712c1e7
pkg/qDSA: initial commit
2018-03-14 21:27:14 +01:00
9f3aa366a3
pkg: tweetnacl: use random_bytes()
2018-03-14 18:17:35 +01:00
Joakim Nohlgård
5fb07e89b4
pkg/fatfs: refactor absolute path handling
2018-03-14 11:56:51 +01:00
a8ae3b482a
pkg/openthread: fix doxygen documentation
2018-03-07 11:09:58 +01:00
Martine Lenders
17782003c7
Merge pull request #8667 from aabadie/pr/pkg/doc_nordic_softdevice
...
pkg/nordic_softdevice_ble: add missing doxygen documentation
2018-03-07 11:07:24 +01:00
Martine Lenders
89127d7e60
Merge pull request #8740 from aabadie/pr/pkg/semtech-loramac-make-fix
...
pkg/semtech-loramac: small enhancements in package Makefile
2018-03-07 11:05:16 +01:00
c4b1fa6e32
pkg/semtech-loramac: adapt to iolist netdev
2018-03-06 14:00:32 +01:00
d396d75d55
pkg/openthread: update to use iolists
2018-03-06 14:00:32 +01:00
4e5e5007c7
pkg/emb6: update to use iolists
2018-03-06 14:00:32 +01:00
403faf2314
pkg/lwip: update to use iolists
2018-03-06 14:00:32 +01:00
Martine Lenders
0b8a467e98
Merge pull request #8728 from cgundogan/pr/ccnl_fix
...
pkg: ccn-lite: minor changes to integrate latest ccn-lite features
2018-03-05 21:52:17 +01:00
Cenk Gündoğan
92b761df2f
pkg: ccn-lite: minor changes to integrate latest ccn-lite features
2018-03-05 21:25:26 +01:00
d6cf5a1c2f
pkg/semtech-loramac: small enhancement in Makefile
...
- use https protocol in source url
- hide cp commands used for package Makefiles
2018-03-05 18:06:04 +01:00
Sebastian Meiling
ddb8127374
Merge pull request #8600 from OTAkeys/pr/update_littlefs
...
pkg: update littlefs pkg to v1.3
2018-03-05 11:45:54 +01:00
Vincent Dupont
dcc4a5ae9f
Merge pull request #8273 from OTAkeys/pr/spiffs-multi-partitions
...
pkg/spiffs: add multi-partitions support
2018-03-02 14:15:47 +01:00
Samantha Wojtowicz
ced65bbf5b
pkg/spiffs: add multi-partitions support
...
Two new fileds added in spiffs descriptor:
- base_addr: base address of the partition
- part_block_count: number of sectors in the partition
If part_block_count is 0, the whole underlying MTD is used
2018-03-02 13:45:17 +01:00
a4326620db
pkg/nordic_softdevice_ble: add missing documentation
2018-03-01 15:31:08 +01:00
76fcb1df68
pkg/semtech-loramac: fix doxygen documentation
2018-03-01 14:06:54 +01:00
9b286c73d3
pkg/semtech-loramac: small fixes
...
- link to loramac-node github repository is broken
- the example code should return after a failed join procedure
2018-02-28 23:46:43 +01:00
Vincent Dupont
3b26d4abf0
pkg/littlefs: add new error codes support
2018-02-27 16:24:06 +01:00
Martine Lenders
dbbf18a54a
Merge pull request #8427 from smlng/pkg/ccnlite/bump_version
...
pkg/ccn-lite: bump version to fix compile error
2018-02-26 12:17:35 +01:00
87d322cc9e
pkg/semtech-loramac: improve package documentation
2018-02-25 14:22:30 +01:00
dfc89d0256
pkg/openthread: cleanup + fix implicit-fallthrough warning
2018-02-22 09:14:25 +01:00
smlng
8e151e9f0c
pkg/umorse: fix missing posix defines for usleep
2018-02-21 11:44:27 +01:00
smlng
218dc728e5
pkg/gecko_sdk: fix compile error
2018-02-21 11:25:20 +01:00
Vincent Dupont
6703be65d0
pkg/littlefs: clean-up Makefile
2018-02-20 10:57:18 +01:00
Vincent Dupont
90062fae61
pkg/littlefs: update pkg to v1.3
2018-02-20 10:24:50 +01:00
Joakim Nohlgård
73c11a366c
Merge pull request #8430 from smlng/gcc7/ignore_fallthroughs
...
make: ignore fallthroughs errors with GCC 7.x
2018-02-19 11:04:16 +01:00
Martine Lenders
388d8ab841
emb6: remove patch to fix warnings and ignore them instead
...
This allows for easier maintainance of the package, since smaller
patches lead to less conflicts when applying these patches.
2018-02-15 19:07:34 +01:00
Martine Lenders
06ab28a9a1
emb6: ignore implicit fallthrough errors by GCC 7
2018-02-15 19:07:34 +01:00
Martine Lenders
2b3b225485
emb6: allow for warnings to be disabled
...
Currently, due to the way emb6 is compiled in our build system, it is
not possible to deactivate certain warnings. This fix provides a
solution for that, by building the submodules in the package build step
instead of on their own, similar to how JerryScript is build.
2018-02-15 19:07:34 +01:00
Martine Lenders
95254990d0
Merge pull request #8538 from smlng/pkg/tinydtls/fix_newlib
...
pkg/tinydtls: fix for arm-none-eabi newlib 2.4.x
2018-02-15 17:27:35 +01:00
Martine Lenders
16c3961377
Merge pull request #8537 from smlng/pkg/emb6/fix_patching
...
pkg/emb6: fix patching with newer git version
2018-02-15 14:40:04 +01:00
Bas Stottelaar
2abc284e77
pkg: gecko_sdk: update version for GCC7 fixes.
2018-02-13 20:02:27 +01:00
88e79fb825
Merge pull request #8507 from kaspar030/allow_git_pkg_source_override
...
pkg: add local.mk, allow source folder override for git packages
2018-02-13 14:47:46 +01:00
9227c6f0d8
pkg: add local.mk, allow source folder override for git packages
2018-02-13 14:11:28 +01:00
smlng
16d3225da0
pkg/tinydtls: fix for arm-none-eabi newlib 2.4.x
2018-02-09 20:56:21 +01:00
Vincent Dupont
5ede5db234
pkg/littlefs: add format implementation
2018-02-09 14:29:46 +01:00
Vincent Dupont
054e6c2215
pkg/spiffs: implement format from vfs
2018-02-09 14:29:45 +01:00
smlng
3eb6c0cc25
pkg/emb6: fix patching with newer git version
2018-02-08 15:59:17 +01:00
Martine Lenders
d4661af4c8
gnrc: 6Lo fixes for BLE
2018-02-05 22:34:31 +01:00
Martine Lenders
51ae9d9c87
nordic_softdevice_ble: fixes for gnrc_netif usage
2018-02-05 22:34:11 +01:00
smlng
0f871ad158
pkg/ccn-lite: bump version to fix compile error
2018-02-02 10:54:10 +01:00
f15be48cea
pkg/jsmn: bump version, remove Makefile patch
2018-02-01 11:53:41 +01:00
Sebastian Meiling
fac763bffc
Merge pull request #8422 from MichelRottleuthner/pr_fatfs_bump_version
...
pkg/fatfs: bump version to R0.13a
2018-01-31 12:05:31 +01:00
Sebastian Meiling
b3f66db6e6
Merge pull request #8384 from OTAkeys/fix/vfs_littlefs_wrapper
...
pkg_littlefs: call mtd_write with size == prog_size
2018-01-26 19:34:54 +01:00
Pieter Willemsen
8bafd5f4d5
pkg_littlefs: call mtd_write with size == prog_size
2018-01-26 16:12:07 +01:00
smlng
a6cd5ca90c
pkg/libcoap: ignore implicit fallthrough errors by GCC 7
2018-01-24 19:43:45 +01:00
smlng
166ce0acd5
pkg/oonf_api: ignore implicit fallthrough errors by GCC 7
2018-01-24 19:43:22 +01:00
Michel Rottleuthner
7ad1d77786
pkg/fatfs: align to interface changes of FatFs R0.13a
2018-01-23 19:32:41 +01:00
Michel Rottleuthner
facfa3b23a
pkg/fatfs: bump version to R0.13a and switch to RIOT-OS/FatFS mirror
2018-01-23 19:23:03 +01:00
smlng
7bf23ae15b
pkg/relic: disable newline-eof compile error
2018-01-23 14:13:47 +01:00
smlng
3692421052
pkg/libcoap: update patches for git >=2.15.x
2018-01-22 15:50:44 +01:00
96e059d88a
pkg: add Semtech LoRaMAC package
2018-01-18 15:31:01 +01:00
Sebastian Meiling
ba7cbd024e
Merge pull request #8227 from gebart/pr/micro-ecc-feature-periph
...
pkg/micro-ecc: Update FEATURE_PERIPH_HWRNG -> MODULE_PERIPH_HWRNG
2018-01-17 20:16:38 +01:00
smlng
2608bc50c4
pkg: disable implicit fallthroughs errors in tinydtls
2018-01-16 10:56:50 +01:00
1969dd45d9
pkg: littlefs: DEBUG fixes
2018-01-15 14:37:05 +01:00
460a9bd232
pkg: heatshrink: don't copy Makefile.heatshrink, use directly
2018-01-11 10:23:46 +01:00
Vincent Dupont
c8eb77e8ff
pkg: add littlefs pkg and vfs integration
2018-01-09 17:03:44 +01:00
Francisco Acosta
1bf222e07f
Merge pull request #8286 from smlng/enh/pkg/jerryscript
...
pkg: fix build jerryscript on macOS
2018-01-09 15:00:11 +01:00
MichelRottleuthner
198ced4933
pkg/fatfs: integrate diskio layer to mtd interface
2018-01-09 14:46:40 +01:00
MichelRottleuthner
ee17dae5af
pkg/fatfs: add vfs integration
2018-01-09 14:46:40 +01:00
Bas Stottelaar
b05fa5991f
pkg: gecko_sdk: replace emlib with gecko_sdk
...
emlib is a subset of gecko_sdk. gecko_sdk contains more.
2017-12-19 20:02:54 +01:00
smlng
3a9d91a9bb
pkg/jerryscript: allow build with non-gnu toolchain, i.e. llvm
2017-12-19 12:22:48 +01:00
smlng
8e24e0fa78
pkg/jerryscript: disable compiler warnings on macOS
2017-12-19 12:21:42 +01:00
smlng
2519bf2f4d
pkg/jerryscript: bump version
2017-12-19 12:21:06 +01:00
7142a273dd
pkg/*: put $(MAKE) in quotes in all packages
2017-12-18 14:53:54 +01:00
Joakim Nohlgård
599ad3784c
Merge pull request #7345 from OTAkeys/pr/spiffs_statvfs
...
pkg/spiffs: implement statvfs and improve doc
2017-12-14 11:37:53 +01:00
smlng
a968e5bb81
pkg: fix URL for tiny-asn1 package
2017-12-14 10:50:12 +01:00
Joakim Nohlgård
a70c540c1d
pkg/micro-ecc: rename deprecated FEATURE_PERIPH_x
2017-12-13 11:01:46 +01:00
Cenk Gündoğan
b6581289a2
pkg: ccn-lite: adapt to v2
2017-12-01 16:14:27 +01:00
9fe9d1fed2
pkg: remove nanocoap
2017-12-01 12:53:51 +01:00
Martine Lenders
1ca465b140
Merge pull request #8183 from miri64/pkg/cleanup/rm-gnrc-from-openthread
...
openthread: remove GNRC header include
2017-11-30 18:11:42 +01:00
Martine Lenders
70d29912a2
Merge pull request #8148 from moenoel/update-wakaama
...
pkg: wakaama: Fix and update wakaama package to version fe48d45
2017-11-30 14:39:48 +01:00
Martine Lenders
b4f5b19153
openthread: remove GNRC header include
...
Including a GNRC header into OpenThread doesn't make sense, since it is
a different network stack.
2017-11-30 13:59:49 +01:00
Christian Manal
bc62f54146
pkg: wakaama: Fix and update wakaama package to version fe48d45
...
* Fix the not updated `PKG_TEMP_DIR` to `PKG_BUILDDIR`
* Bump the version
* Make the patches apply and fix warnings/errors
2017-11-29 17:03:14 +01:00
smlng
b283b7784c
make: fix various compile errors with Wextra
...
pkg, nordic_softdevice_ble: disable CFLAGS to omit compiler error
sys, pm_layered: fix casting nonscalar to the same type
cpu, stm32_common: fix type-limits, remove always true assert
cpu, stm32f4: fix pointer arithmetic in periph/i2c
drivers, at86rf2xx: fix type-limits where condition always true
saul, gpio: fix if no gpio configured for saul
cpu, saml21: add frequency check to periph/timer
driver, cc110x: fix unused param and type-limts errors
boards, wsn430-common: fix old-style-declaration
make: fix old style definition
drivers, sdcard_spi: fix old style typedef
driver, at30tse: remove unnecessary check
driver, nrf24: fix type-limit
driver, pn532: change buffer from char to uint8_t
tests/driver_sdcard: fix type limits
boards, feather-m0: add missing field inits
driver, tcs37727: fix type limits
pkg, emb6: disable some compiler warnings
tests/emb6: disable some compiler warings
pkg, openthread: fix sign compare and unused params
tests/trickle: fix struct init
tests/pthread_cooperation: fix type limits
board, mips-malta: remove feature periph_uart
shell: fix var size for netif command
gnrc, netif: fix sign-compare
gnrc, nib: fix sign-compare
shell: fix output in netif command
posix: fix type-limits in pthread_cond
2017-11-28 18:31:43 +01:00
smlng
e381317fbf
make: fix sign-compare errors
...
cpu, nrf5x_common: fix sign-compare in periph/flashpage
drivers, periph_common: fix sign-compare in flashpage
cpu, sam0_common: fix sign-compare error in periph/gpio
cpu, cc2538: fix sign-compare in periph/timer
cpu, sam3: fix sign-compare in periph/gpio
cpu, stm32_common: fix sign-compare in periph/pwm
cpu, stm32_common: fix sign-compare in periph/timer
cpu, stm32_common: fix sign-compare in periph/flashpage
cpu, nrf5x_common: fix sign-compare in radio/nrfmin
cpu, samd21: fix sign-compare in periph/pwm
cpu, ezr32wg: fix sign-compare in periph/gpio
cpu, ezr32wg: fix sign-compare in periph/timer
drivers, ethos: fix sign-compare
sys, net: fix sign-compare
cpu, atmega_common: fix sign-compare error
cpu, msp430fxyz: fix sign-compare in periph/gpio
boards, msb-430-common: fix sign-compare in board_init
driver, cc2420: fix sign-compared
sys/net: fix sign-compare in gnrc_tftp
driver, pcd8544: fix sign-compare
driver, pn532: fix sign-compare
driver, sdcard_spi: fix sign-compare
tests: fix sign_compare
sys/net, lwmac: fix sign_compare
pkg, lwip: fix sign-compare
boards, waspmote: make CORECLOCK unsigned long to fix sign_compare error
tests, sock_ip: fix sign compare
tests, msg_avail: fix sign compare
tests, sock_udp: fix sign compare
boards: fix sign-compare for calliope and microbit matrix
2017-11-28 11:55:48 +01:00
8a6d04ce52
Merge pull request #7925 from RIOT-OS/gnrc_netif2_integration/master
...
gnrc_netif2: gnrc_ipv6_nib: full integration into GNRC
2017-11-27 21:12:14 +01:00
Martine Lenders
6df7d02cc5
Merge pull request #8030 from smlng/pkg/libcoap/fix_compiler_error
...
pkg/libcoap: adapt Makefile to fix compile error
2017-11-24 18:40:27 +01:00
Martine Lenders
3c499b2e54
emb6: Update periph_hwnrg CPP check
2017-11-24 10:49:47 +01:00
Martine Lenders
a785ee5212
emb6: update PNRG access
...
This this build branch doesn't seem to be build, this slipped through
back, when the PNRG functions were renamed.
2017-11-23 18:54:40 +01:00
smlng
5939cd4dbe
pkg/libcoap: fix implicit-function-declaration of strnlen
2017-11-17 18:42:41 +01:00
e01c23ef35
Merge pull request #8031 from smlng/pkg/tinydtls/fix_compile_error
...
pkg/tinydtls: update version to fix compiler errors
2017-11-17 15:19:42 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif
2017-11-17 10:41:54 +01:00
smlng
ece74000d2
pkg/tinydtls: bump version to fix compiler issues
2017-11-14 16:26:35 +01:00
Martine Lenders
5e0a51707c
pkg: port nordic_softdevice_ble to gnrc_netif2
2017-11-14 10:09:09 +01:00
Bas Stottelaar
5eaf1985c5
pkg: emlib: add emlib package
2017-11-13 20:27:16 +01:00
Gaëtan Harter
21dfcc9448
pkg: change conflicting module name for pkg root directory
...
Root directory of libfixmath and u8g2 where the same as another directory.
2017-11-13 15:29:06 +01:00
Martine Lenders
1a0f4940fd
Merge pull request #7940 from miri64/posix/enh/move-time-to-module
...
posix: move time functions to their own module
2017-11-12 20:05:50 +01:00
Martine Lenders
00434f81f0
pkg: umorse: add posix_time dependency
2017-11-12 19:55:58 +01:00
Peter Kietzmann
710771a8dc
Merge pull request #7916 from basilfx/feature/update_u8g2
...
pkg/u8g2: update version
2017-11-08 15:41:50 +01:00
Martine Lenders
43217b92f0
Merge pull request #7518 from Hyungsin/forupstream_openthread_rssi
...
[OpenThread] report RSSI for openthread
2017-11-07 22:52:15 +01:00
Martine Lenders
861035f22d
gnrc: integrate gnrc_netif2
...
Not link-able, since NDP and NC are missing (intentionally)
2017-11-07 19:08:44 +01:00
72add88004
Merge pull request #7794 from kaspar030/bump_jerryscript_version
...
pkg/jerryscript: bump jerryscript version
2017-11-07 14:31:03 +01:00