1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

595 Commits

Author SHA1 Message Date
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
060d49fcaa
Merge pull request #7387 from tobhe/heatshrink
pkg/heatshrink: fix fallthrough warnings
2017-11-02 17:18:59 +01:00
smlng
805eb9c38b pkg: add uMorse 2017-11-02 09:22:41 +01:00
Bas Stottelaar
1807f7d3a2 pkg/u8g2: update version 2017-10-31 14:58:28 +01:00
Martine Lenders
279b79c2f0 Merge pull request #7850 from mtausig/feature/update_tinyasn1
Update package tiny-asn1
2017-10-26 00:25:09 +02:00
Mathias Tausig
0e199d5c96 Update tiny-asn1 2017-10-25 22:58:08 +02:00
Hyungsin
e2d8c10e7c pkg/openthread: store RSSI value reported by radio driver for RX packets 2017-10-24 11:26:14 -07:00
Hauke Petersen
fc55c09c15 Merge pull request #7797 from MichelRottleuthner/fatfs_fix_mkfs
pkg/fatfs: fix mkfs on native
2017-10-24 17:30:48 +02:00
Francisco Acosta
c3b0e432f9 Merge pull request #7785 from kYc0o/fix_relic_osx
pkg: relic: fix compiling on OS X
2017-10-24 14:10:36 +02:00
kYc0o
90825c508b pkg/relic/os_util.sh: fix sed command for OS X 2017-10-24 13:56:33 +02:00
Michel Rottleuthner
267199b497 pkg/fatfs: fix missing includes and disk_ioctl function in native diskio 2017-10-23 19:14:04 +02:00
Martine Lenders
19728dcf7f
pkg: fatfs: do not export CFLAGS in dependencies 2017-10-23 16:50:27 +02:00
9ba90e2ae6 pkg: jerryscript: bump version 2017-10-23 10:08:52 +02:00
Gaëtan Harter
5c7ebe0724 pkg/libfixmath: upgrade version to work with gcc6
With gcc6, libfixmath unittests do not compile because of a negative value left
shift error '-Werror=shift-negative-value'. All uses of F16C with negative value
are affected.

Changelog:

 * Fix '-Werror=shift-negative-value' for gcc 6
 * make some member functions const

ad9ed940e5...7f9c966b5c
2017-09-29 12:14:47 +02:00
Martine Lenders
776e830040 Merge pull request #7637 from aabadie/cleanup_makefiles
makefile: indentation cleanup
2017-09-23 15:58:08 +02:00
a45a86b5ad pkg: makefiles indentation cleanup 2017-09-22 14:53:01 +02:00
Sebastian Meiling
4a463c105d Merge pull request #7578 from PeterKietzmann/pr_pkg_u8g2_update
pkg/u8g2: update version
2017-09-22 12:12:48 +02:00
035d266d49 makefile: indentation cleanup 2017-09-22 12:00:47 +02:00
Peter Kietzmann
1294696134 pkg/u8g2: update version 2017-09-22 11:07:11 +02:00
Martine Lenders
c2fe625f8b lwip: Update to v2.0.3
See http://savannah.nongnu.org/forum/forum.php?forum_id=8953
2017-09-16 22:15:28 +02:00
70e4940ec5 pkg: fix Makefile.dep indentation 2017-09-06 16:10:07 +02:00
Joakim Nohlgård
59cdbc6a98 Merge pull request #7376 from OTAkeys/pr/spiffs_upate
pkg/spiffs: update pkg to v0.3.7
2017-09-06 13:42:38 +02:00
smlng
ae1833c871 doc: fix or remove weird and invisble chars 2017-09-06 08:49:05 +02:00
Hauke Petersen
29ee609a2f Merge pull request #7266 from kaspar030/pkg-prepare
make: introduce pkg-prepare target
2017-08-29 17:53:35 +02:00
5dc834a72d doxygen: fix typo on word 'successfully' 2017-08-29 15:12:44 +02:00
smlng
f89a6262ab pkg, minmea: update URL and version 2017-08-17 14:27:46 +02:00
Hauke Petersen
e00efcca42 pkg/nanocoap: switch to newest commit 2017-08-08 16:12:51 +02:00
tobhe
ccea7a0df2 pkg/heatshrink: fix fallthrough warnings 2017-07-20 10:10:24 +02:00
Vincent Dupont
9fe3cf2391 pkg/spiffs: update pkg to v0.3.7 2017-07-17 13:55:55 +02:00
Vincent Dupont
5a89d1aefc pkg/spiffs: add statvfs fs ops 2017-07-10 15:57:03 +02:00
Vincent Dupont
ec9f37436d fs/spiffs: improve documentation 2017-07-07 11:31:23 +02:00
2802c1e5dd fixup! pkg: enhance doxygen packages documentation 2017-07-03 11:18:47 +02:00
c4ebd18be2 pkg: enhance doxygen packages documentation 2017-07-03 09:56:07 +02:00
98bb1f2781 pkg: add prepare targets 2017-06-28 14:39:05 +02:00
2a46cd6d58 Merge pull request #6785 from patgrosse/microcoap_update
pkg: microcoap: bump version (ef27289, Feb 5 2016)
2017-06-21 09:40:16 +02:00
c1cd257544 pkg: tlsf: use dlcache 2017-06-17 17:00:55 +02:00
d98e25b7d9 pkg: nordic_softdevice_ble: use dlcache 2017-06-17 17:00:55 +02:00
1a2097e97e Merge pull request #7082 from jia200x/openthread_core
pkg/openthread:  core and tests
2017-06-01 20:20:37 +02:00
José Ignacio Alamos
017280db13 pkg/openthread: add OpenThread core 2017-06-01 13:44:05 -04:00
Loïc Dauphin
f8675f77b7 pkg: removed aversiveplusplus 2017-05-31 16:41:33 +02:00
Martine Lenders
d4693648ba Merge pull request #7095 from kaspar030/add_headerguard_check_script
dist: tools: add headerguard check script
2017-05-24 18:08:29 +02:00
0fcc7d3834 cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
Hauke Petersen
7a1fcdf0b8 Merge pull request #6469 from kb2ma/gcoap/observe
gcoap: Observe extension server
2017-05-24 09:11:15 +02:00
Ken Bannister
05fe8527a2 nanocoap: Update pkg for Observe commits. 2017-05-23 17:47:39 -04:00
BytesGalore
2ef5cff688 Merge pull request #6072 from MichelRottleuthner/fatfs_testing
package: add generic FatFs
2017-05-23 09:03:19 +02:00
f8cb5e5abe pkg: minmea: initial import of minmea NMEA GPS parser library 2017-05-20 15:36:42 +02:00
Cenk Gündoğan
b1b9d7504d pkg: ccn-lite: update to latest commit 2017-05-19 15:50:48 +02:00
MichelRottleuthner
938fe26757 pkg/fatfs: switched to git mirror for downloading FatFs code instead of authors webserver, added Makefile.dep for fatfs, cleanup code for using rtc 2017-05-15 15:21:29 +02:00
f5a4124866 Merge pull request #6976 from miri64/conn/cleanup/rm
net: remove conn API
2017-05-12 16:09:00 +02:00
Martine Lenders
f2e532e79b Merge pull request #7036 from miri64/pkg/enh/lwip-2.0.2
lwip: port to v2.0.2
2017-05-11 13:19:47 +02:00
Martine Lenders
48aae4ef2f
lwip: port to v2.0.2 2017-05-11 11:49:38 +02:00
235ef93f00 Merge pull request #7034 from OTAkeys/pr/fix_spiffs_tests
pkg/spiffs: fix unittests
2017-05-10 22:12:09 +02:00
Vincent Dupont
7d6e7bb402 pkg/spiffs: set SPIFFS_ALIGNED_OBJECT_INDEX_TABLES by default
This enforce right memory alignment of page object header struct.
If this flag is not set, hard fault can be generated (at least on Cortex-M0)
2017-05-10 17:42:43 +02:00
MichelRottleuthner
e0f60ba10a pkg: add package for FatFs with support for sdcard_spi and native 2017-05-10 12:38:56 +02:00
Martine Lenders
13770361bb
net: remove conn API
conn was deprecated in 38217347. 3 Releases later and now that no module
is using it RIOT-internally anymore, I think it is time to say goodbye.
2017-04-28 15:23:54 +02:00
Robert Sipka
f393c015dd pkg/jerryscript: update jerryscript package with the latest version (56802c22)
Also disabled to build jerry-libm because it is unused.
2017-04-28 14:29:52 +02:00
Martine Lenders
20f6ab6daf emb6: provide sock_udp port 2017-04-26 09:18:01 +02:00
Martine Lenders
6928c5d4ed pkg: nordic_softdevice_ble: fix cppcheck warnings 2017-04-14 14:36:16 +02:00
Oleg Hahm
22fd9c12cc pkg: nordic_softdevice_ble: fix cppcheck warnings 2017-04-14 14:36:14 +02:00
cfd10c394a adapt to changed byteorder.h 2017-04-13 11:35:35 +02:00
Vincent Dupont
f0bd96b690 spiffs: add SPIFFS as a package
This implements basic features with the VFS interface
2017-03-31 17:17:41 +02:00
Patrick Grosse
a7043f1eb2 pkg: microcoap: bump version (ef27289, Feb 5 2016)
* Latest version contains more CoAP content types
* More comments
* Small bugfixes
2017-03-30 13:50:12 +02:00
Martine Lenders
fd16692c1c Merge pull request #6696 from lebrush/fix/semaphore
sys: sema: semaphore bugfixes
2017-03-28 20:54:06 +02:00
smlng
36ae072c55 pkg: tinydtls, disable compiler errors if toolchain llvm
- set no-gnu-zero-variadic-macro-arguments
    - set no-unused-function
2017-03-22 23:07:22 +01:00
smlng
60bb3ab7ee pkg: oonf_api, disable compiler errors if toolchain llvm
- set no-keyword-macro
    - set no-parentheses-equality
2017-03-22 23:07:22 +01:00
Emmanuel Baccelli
6ce3abf6ed pkg: add jerryscript package 2017-03-22 16:19:49 +01:00
Oleg Hahm
409183d95d pkg: lwip: do not panic on failing netdev->recv() 2017-03-20 11:44:20 +01:00
Martine Lenders
29842bb5e4 netdev2: rename to netdev and remove gnrc_netdev
With some minor hand-edits I used the following chain of commands:

```sh
git rm sys/include/net/gnrc/netdev.h
git grep --name-only -i netdev2 | \
        xargs sed -i -e 's/^\(NETDEV\)2\(.*\)\( [("]\)/\1\2 \3/g' \
                     -e 's/\(netdev\)2\(.*\)\( \/\*\*<\)/\1\2 \3/I' \
                     -e 's/\(netdev\)2/\1/gI'
git add -p
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
        grep "netdev2" | xargs -I'{}' dirname '{}' | uniq | \
        grep "netdev2" | while read dir; do
                new_dir="$(echo "$dir" | sed "s/netdev2/netdev/g")"
                git mv -f "$dir" "$new_dir"
        done
git commit --amend
git ls-tree --full-tree -r HEAD --name-only | \
        grep "netdev2" | while read file; do
                new_file="$(echo "$file" | sed "s/netdev2/netdev/g")"
                git mv -f "$file" "$new_file"
        done
git commit --amend
git grep --name-only "\<drivers_netdev_netdev\>" | \
        xargs sed -i "s/\<drivers_netdev_netdev\>/drivers_netdev_api/g"
git add -p
git commit --amend
```
2017-03-15 09:31:20 +01:00
8d88781e05 make: pkg: make use of PKGDIRBASE 2017-03-10 14:18:44 +01:00
Victor Arino
a4bb7b8d58 pkg/lwip: use blocking sema_wait 2017-03-06 18:03:27 +01:00
Martine Lenders
b915d15de1 pkg: provide sock_tcp support for lwip 2017-02-13 20:10:42 +01:00
Peter Kietzmann
e5e79c2834 Merge pull request #5937 from miri64/pkg/feat/lwip-sock-udp
pkg: provide sock_udp support for lwip
2017-02-08 09:43:20 +01:00
Martine Lenders
a45256a2a7 pkg: provide sock_udp support for lwip 2017-02-07 15:48:47 +01:00
PeterKietzmann
f710d4f457 pkg/u8g2: update version 2017-02-03 16:40:25 +01:00
672da2c457 drivers/mrf24j40: initial mrf24j40 support 2017-01-26 10:05:20 +01:00
Hauke Petersen
3afbf13cfc pkg/u8g2: adapted patch files for SPI changes 2017-01-25 16:46:46 +01:00
Hauke Petersen
c9bb55405b pkg/u8g2: adapted doc to SPI changes 2017-01-25 16:46:45 +01:00
e9849e660f pkg: iotivity: temporarily remove 2017-01-25 10:49:39 +01:00
Martine Lenders
1ccdc4643f posix_sockets: port to sock 2017-01-24 15:17:15 +01:00
Oleg Hahm
5c8188f1a3 pkg nordic_softdevice_ble: fixes header 2017-01-19 23:32:58 +01:00
Oleg Hahm
7ee7801c10 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
Oleg Hahm
693636690c Merge pull request #6399 from OlegHahm/timex_constants
timex: unambiguous time conversion macros
2017-01-19 17:29:26 +01:00
Oleg Hahm
dd58ea3df3 pkg ccn-lite: remove obsolete patches 2017-01-19 17:03:42 +01:00
Oleg Hahm
63a9928e43 pkg ccn-lite: update version 2017-01-19 17:03:42 +01:00
Francisco Acosta
70fbcbf7ed Merge pull request #6311 from miri64/native/enh/multi-tap
cpu/native: allow for multiple netdev2_tap devices
2017-01-19 14:56:55 +01:00
Oleg Hahm
4f4214235b timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
Martine Lenders
1f6f02e196 cpu/native: adapt start-up and auto-init for multiple netdev2_tap 2017-01-19 12:07:10 +01:00
Victor Arino
49adbf24da pkg/lwip: use new sema implementation 2017-01-19 08:59:17 +01:00
Martine Lenders
944a8d9a8b Merge pull request #6351 from smlng/pr/pkg/tinydtls_compile_errors
pkg/tinydtls: add compiler flags to Makefile.include
2017-01-19 01:54:24 +01:00
Oleg Hahm
32ef8f8351 Merge pull request #6359 from OlegHahm/pkg_openwsn_remove
pkg: remove OpenWSN
2017-01-18 22:25:33 +01:00
Philippe Coval
cc5005857b pkg: iotivity: Update version to support RIOT
Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: If430d37dff38a1e6d6b103b1a6966b6e309dd3a2
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-17 21:49:28 +01:00
Oleg Hahm
78c3c29677 Merge pull request #6366 from OlegHahm/doc_fixes
doxygen: some fixes
2017-01-17 17:40:11 +01:00
47f6ff3056 Merge pull request #6237 from kaspar030/rename_AD_to_Q
make: rename AD to Q
2017-01-17 16:16:02 +01:00
Martine Lenders
ac37d5237f Merge pull request #6274 from aabadie/nanocoap_pkg
examples/nanocoap_server: update nanocoap version
2017-01-17 14:49:28 +01:00
Peter Kietzmann
1730b883ef Merge pull request #5936 from miri64/pkg/feat/lwip-sock-ip
pkg: provide sock_ip support for lwip
2017-01-17 13:19:00 +01:00
Martine Lenders
bf60c2fbfa pkg: provide sock_ip support for lwip 2017-01-17 09:00:44 +01:00
51e669be53 pkg: add heatshrink (compression library) 2017-01-17 00:04:03 +01:00
Oleg Hahm
aac54d5a13 doc: pkg: ccn-lite: fix documentation 2017-01-16 18:04:04 +01:00
cfa2beadf5 examples/nanocoap_server: update nanocoap version 2017-01-15 13:22:30 +01:00
Oleg Hahm
f0714affef pkg: remove OpenWSN 2017-01-14 15:20:39 +01:00
f7b4e32563 pkg: cmsis-dsp: fix compile warning 2017-01-14 11:46:53 +01:00
smlng
22215f0e5d pkg/tinydtls: add compiler flags to Makefile.include 2017-01-13 20:36:36 +01:00
Martine Lenders
51d13ee906 Merge pull request #6211 from lebrush/list_remove
core/list: add remove method
2017-01-12 11:21:10 +01:00
Francisco Acosta
deeb48723b Merge pull request #6293 from kYc0o/tweetnacl_pkg
pkg: add tweetnacl as a package
2017-01-11 21:04:00 +01:00
kYc0o
da1fd74301 pkg: add tweetnacl as a package 2017-01-11 16:29:53 +01:00
Victor Arino
5becfd0a7d pkg/oonf: isolate list implementation 2017-01-11 11:48:27 +01:00
Martine Lenders
94b7c08045 Merge pull request #6225 from miri64/pkg/fix/emb6-prep-6211
emb6: prepare for #6211
2017-01-10 22:12:19 +01:00
Martine Lenders
185be4ed59 emb6: prepare for #6211 2017-01-10 13:49:50 +01:00
Hauke Petersen
cc950d70f8 pkg/u2g2: use #ifdef SPI_NUMOF instead of #if 2017-01-10 11:52:36 +01:00
5dd690181b pkg: wakaama: add license information, cleanup 2017-01-09 00:49:38 +01:00
79d2f9e574 pkg: tlsf: add license information 2017-01-09 00:49:38 +01:00
9700e96202 pkg: tinydtls: add license information, cleanup 2017-01-09 00:49:34 +01:00
487e3e9345 pkg: tiny-asn1: add license information, cleanup 2017-01-09 00:49:34 +01:00
e151c03871 pkg: relic: add license information, cleanup 2017-01-09 00:49:34 +01:00
c1e738b743 pkg: oonf_api: add license information, cleanup 2017-01-09 00:49:33 +01:00
e4fddaacf9 pkg: nordic_softdevice_ble: add license information 2017-01-09 00:49:33 +01:00
95ffb22a89 pkg: microcoap: add license information, cleanup 2017-01-08 21:55:46 +01:00
f037cd9a0b pkg: micro-ecc: add license information, cleanup 2017-01-08 21:55:46 +01:00
21a58c9e88 pkg: lwip: add license information, cleanup 2017-01-08 21:55:46 +01:00
0e61f97e9d pkg: libfixmath: add license information, cleanup 2017-01-08 21:55:46 +01:00
c413fca8c7 pkg: libcoap: add license information, cleanup 2017-01-08 21:55:46 +01:00
5468669389 pkg: iotivity: add license information, cleanup 2017-01-08 21:55:46 +01:00
5f9bb4eec9 pkg: emb6: add license information, cleanup 2017-01-08 21:55:46 +01:00
442711ed98 pkg: u8g2: add license information 2017-01-08 21:54:34 +01:00
2178412836 pkg: openwsn: add license information 2017-01-08 21:54:34 +01:00
d448a1567b pkg: nanocoap: add license information 2017-01-08 21:54:34 +01:00
9d89b265de pkg: jsmn: add license information 2017-01-08 21:54:34 +01:00
f3299f5309 pkg: cmsis-dsp: add license information 2017-01-08 21:54:34 +01:00
ab141c77cb pkg: ccn-lite: add license information 2017-01-08 21:54:34 +01:00
aee893fc3f pkg: aversiveplusplus: add license information 2017-01-08 21:54:34 +01:00