Francisco Molina
cdf687ceba
examples/lorawan: fix semtech_loramac_send TX ret code
...
- with #11541 TX notification are only sent after mcps confirm event
this will send a SEMTECH_LORAMAC_TX_DONE instead of
SEMTECH_LORAMAC_TX_OK.
2019-07-19 12:22:53 +02:00
Juan I Carrano
ee6b6b9c38
boards/mips-malta: remove board.
...
The mips-malta board is a maintainance burden, has no working UART input
and is unobtainable and thus must be removed.
1. Unobtainable board
=====================
The mips-malta board is not an off-the-shelf part. A quick web
search only show the MIPS website where one is told to "contact sales".
I could find it on ebay, used, at €155 and from single seller.
Not having access to the board means:
a. We cannot maintain it. In fact it could be broken right now.
b. Potential RIOT uses have not access to the board either. In other
words, it is pointless to run on hardware nobody has.
2. No working UART input
========================
Not all applications need UART input, but that is no excuse for not supporting
it:
a. Makes development & debugging way harder.
b. It is impossible to run interactive tests.
b.1. Constrains the rest of the platforms by providing an incentive to not
make tests interactive.
c. The lack of UART is a witness to the poor quality of the port.
I want to stress point (c). If something as basic as a serial port cannot work,
how can we expect more complex fucntionality to work. The answer is impossible
to know, because of point (1).
3. Maintainance burden
======================
The RIOT project has limited time and human resources which can be better spent.
a. Compiling for mips-malta wastes CPU time.
b. Blacklisting the board in the test wastes contributor's time.
c. Adapting the board's makefile during build system rework takes time and makes
the reworks harder.
c.1. Add to that that the changes are most of the time not even tested on the board
because of (1). Look at the github issues/PRs and you will see it.
d. Developers usually stick to the lowest common denominator. Issue (2) sets this
denominator unacceptably low.
MIPS platform in general
========================
In commits I will address general issues in the MIPS platform and why it should all
be removed.
2019-07-12 12:24:52 +02:00
d94c557a11
examples: exclude stm32l0538-disco board
...
because of insufficient memory available
2019-07-08 09:06:55 +02:00
9e6d558596
stm32_eth: Code cleanup and some fixes
...
cpu/stm32_common: cleanup periph eth
boards/nucleo-f767zi: cleanup dependencies
boards/nucleo-f767zi: fix dma configuration attribute for eth
examples/default: add nucleo-767zi in boards with netif
drivers/stm_32_eth: Add header guard for eth_config
Co-authored-By: Robin <robin@chilio.net>
2019-07-04 15:27:50 +02:00
Leandro Lanzieri
5492214fbf
Merge pull request #11768 from aabadie/pr/boards/lobaro_lorabox
...
boards/lobaro-lorabox: add sx1272 radio driver dependency to netdev_default
2019-07-04 09:19:26 +02:00
Martine S. Lenders
f1495f839d
examples/gcoap: replace gcoap_req_send()
2019-07-03 15:01:50 +02:00
a1fbbff99b
examples/default: add lobaro-lorabox to boards with netif list
2019-07-01 14:51:07 +02:00
Hauke Petersen
a48fceb714
examples: add heart rate sensor example
2019-06-27 11:56:09 +02:00
930142fbcf
examples/gnrc_border_router: add stdio_ethos dependency
2019-06-23 22:16:03 +02:00
a64dd1d666
examples/nimble*: remove useless board whitelist
2019-06-12 17:41:31 +02:00
8246b09f10
usbus_minimal: Adapt example to auto_init
2019-06-05 16:17:01 +02:00
537add6deb
USBUS: add minimal working example
2019-06-05 14:51:27 +02:00
f2c63c86fd
examples/lorawan: remove recv call to avoid endless lock
...
This can highly happen when no message is received from the network after a send
2019-05-29 16:24:23 +02:00
Martine Lenders
c7d471d772
examples/default: re-introduce shell_commands
2019-05-28 19:10:36 +02:00
8823548fa5
examples/lorawan: remove useless lora region cflags
2019-05-26 11:47:16 +02:00
Marian Buschsieweke
75184ada05
examples: Updated BOARD_BLACKLIST
...
Added arduino-leonardo to BOARD_BLACKLIST where needed
2019-05-24 17:23:41 +02:00
Marian Buschsieweke
f4c0af8421
examples: Updated BOARD_INSUFFICIENT_MEMORY
...
Added arduino-leonardo to BOARD_INSUFFICIENT_MEMORY where needed
2019-05-24 17:23:00 +02:00
Thomas Perrot
b63121c588
board: add support for arduino-leonardo
2019-05-24 15:12:47 +02:00
a76efc3b93
examples: not enough memory for i-nucleo-lrwan1
2019-05-21 09:57:33 +02:00
97b4ac0e98
examples: add lsn50 to insufficient memory boards
2019-05-17 22:43:04 +02:00
14cd77b277
examples/default: add lsn50 to boards providing netif
2019-05-17 22:43:04 +02:00
Leandro Lanzieri
5c65e2e8fb
Merge pull request #11500 from jia200x/pr/fix_ot_makefile
...
openthread: fix compile error when CLI is not present
2019-05-15 11:39:44 +02:00
Jose Alamos
f4e9cc5dc0
examples/openthread: adapt Makefile to new configuration style
2019-05-14 18:55:53 +02:00
Martine Lenders
36d7bfe6a7
examples/emcute_mqttsn: make into native application more obvious
...
A complete newcomer to the application might not know, that they have to
run `make term` first.
2019-05-07 15:11:22 +02:00
ce4dce3946
examples/nimble_scanner: fix typo in scan command description
2019-04-29 11:41:21 +02:00
75d9e7892c
examples/cord_ep: move node information in a define
2019-04-16 10:10:11 +02:00
bbbb62b571
examples/cord_ep: fix typo in node information
2019-04-16 10:09:11 +02:00
13d7bb6ec6
examples/nimble_scanner: fix typo in README
2019-04-10 18:17:47 +02:00
Hyungsin
d9c17c2154
boards: add initial hamilton board support
2019-04-03 15:00:35 -07:00
Hauke Petersen
0c5219f603
examples/cord_epsim: run registration loop locally
...
This commit rewrites the example so that the registration loop is
run inside the main() function instead of running the standalone
submodule of epsim. It also adapts the example application to
parse the RD UDP endpoint locally and provide this to epsim's
register() function.
2019-03-27 18:26:37 +01:00
Hauke Petersen
a4a513ca32
examples: add nimble_scanner example
2019-03-27 18:11:37 +01:00
Martine Lenders
43aaa758af
examples: adapt BOARD_INSUFFICIENT_MEMORY of gnrc_networking
2019-03-27 10:33:21 +01:00
d5eda42b65
examples/default: add nrf52840-mdk to boards with netif
2019-03-23 13:41:02 +01:00
4cc9c8876f
examples/nimble_gatt: whitelist nrf52832-mdk
2019-03-20 14:41:26 +01:00
Martine Lenders
4ee4625f39
Merge pull request #10357 from jcarrano/posix_headers-module
...
sys/posix: make posix module provide only headers.
2019-03-20 14:07:12 +01:00
Juan Carrano
6b766c3cd3
sys/posix: make posix module provide only headers.
...
The build system contains several instances of
INCLUDES += -I$(RIOTBASE)/sys/posix/include
This is bypassing the module management system, by directly accesing
headers without depending on a module. The module is the posix module.
That line is also added when one of the posix_* modules is requested.
According to the docs, the posix module provides headers only, but in
reality there is also inet.c.
This patch:
- Moves `inet.c` into `posix_inet`, leaving `posix` as a headers-only
module.
- Rename `posix` as `posix_headers` to make it clear the module only
includes headers.
- Makes `posix_*` modules depend on `posix_headers`, thus removing the
explicit `INCLUDES+=...` in `sys/Makefile.include`.
- Ocurrences of `INCLUDES+=...` are replaced by an explicit dependency
on `posix_headers`.
2019-03-20 12:57:13 +01:00
Leandro Lanzieri
1885e1dd55
examples/nanocoap_server: Add echo resource and fix README
2019-03-17 14:26:11 +01:00
Marian Buschsieweke
e14bea1cf5
examples: Updated BOARD_INSUFFICIENT_MEMORY
...
Added arduino-nano to BOARD_INSUFFICIENT_MEMORY/BOARD_BLACKLIST following suit
of how arduino-uno is marked, as arduino-nano is mostly an Uno in a different
form factor.
2019-03-14 13:58:45 +01:00
Ken Bannister
34e880499e
examples/cord_ep: use coap_opt_finish()
2019-03-13 00:24:29 -04:00
Ken Bannister
682c1e9a7d
examples/cord_epsim: use coap_opt_finish()
2019-03-13 00:24:29 -04:00
Ken Bannister
a8cbc19241
examples/gcoap: use coap_opt_finish()
2019-03-13 00:24:29 -04:00
Hauke Petersen
4e49fa5cc5
examples/nimble_gatt: drop build-in init calls
2019-03-07 16:47:13 +01:00
Hauke Petersen
0cca1769cc
examples/nimble_gatt: unroll update_ad()
...
This static function was a leftover from very early stages of this
example and at the current state there is not sense in keeping it.
Having these few lines directly where the advertising is triggered
makes the code more clean and readible.
2019-03-07 16:46:00 +01:00
Hauke Petersen
51aa8fe407
examples/nimble_gatt: use gatt/gap svcs explicitly
2019-03-06 18:21:52 +01:00
Hauke Petersen
3f95575e55
Merge pull request #10465 from HendrikVE/pr/extend_nimble_gatt_example
...
examples/nimble_gatt: extend application with ble characteristics
2019-03-06 14:57:37 +01:00
HendrikVE
b5dacb6534
examples/nimble_gatt: extend application with ble characteristics
...
Extend this application with 2 custom BLE characteristics. One is
read-only and returns a string including a random number and the
second one is writable. In addition, two characteristics for device
information were added (model and manufacturer). Access to the
characteristics produces output on the terminal.
2019-03-04 17:28:19 +01:00
Semjon Kerner
3efeb8056e
examples/default: add ieee802.15.4 radio support for all nrf52840 boards
2019-03-04 13:21:47 +01:00
bb8bdadd69
examples/lorawan: fix potential hang in example
2019-01-30 18:58:43 +01:00
af627606f0
Merge pull request #10836 from aabadie/pr/examples/bindist_cleanup
...
examples/bindist: cleanup and fix formatting in README
2019-01-22 11:22:52 +01:00
dc5aa2c1d4
examples/bindist: cleanup and fix formatting in README
2019-01-22 07:37:36 +01:00
Dylan Laduranty
eaa8d83c23
examples/*: add saml1*-xpro to BOARD_INSUFFICIENT_MEMORY
2019-01-21 17:11:05 +01:00
Ken Bannister
c191d52cba
Merge pull request #10779 from kb2ma/gcoap/cli_buffer_size
...
examples/gcoap: verify buffer size
2019-01-18 10:01:23 +00:00
Ken Bannister
f1b0827585
examples/gcoap: handle response buffer too small
2019-01-16 05:41:30 -05:00
Ken Bannister
8a1a2b41fb
examples/gcoap: handle request buffer too small
2019-01-16 05:38:13 -05:00
Kees Bakker
01a170bf0e
examples/asymcute_mqttsn: do normal assignment instead of memcpy
2019-01-10 19:43:44 +01:00
Marian Buschsieweke
3c88272ea3
examples/gnrc_networking: Fixed typo in Makefile
2019-01-10 13:59:02 +01:00
Rotzbua
cb5232a107
gcoap/example: add comment on resource order
...
according to nanocoap/example: fix resource order #9919
2019-01-08 23:14:58 +01:00
Ken Bannister
7e31ffc424
examples/nanocoap: use descriptive macro name
2019-01-04 19:44:11 -05:00
Martine Lenders
dd55c792c5
Merge pull request #10574 from haukepetersen/add_bluetil_ad
...
net/ble: add generic advertisement data (AD) processing helper
2018-12-27 19:30:43 +01:00
Ken Bannister
bd457aee2b
net/nanocoap: fix includes for nanocoap sock
2018-12-20 00:37:18 -05:00
Hauke Petersen
d6d9d66972
examples/nimble_gatt: use bluetil_ad
2018-12-07 18:13:53 +01:00
1858db871d
examples: exclude nrf51dk from big examples
2018-12-04 08:37:00 +01:00
Leandro Lanzieri
d53fbb0045
boards/sodaq-sara-aff: Initial support
2018-12-03 10:05:37 +01:00
Hauke Petersen
b603c298ef
Merge pull request #9156 from kb2ma/gcoap/use_opt_add_api
...
net/gcoap: Use nanocoap pkt/options API
2018-11-26 11:20:27 +01:00
Ken Bannister
424a01ddc1
net/gcoap: remove gcoap attributes from coap_pkt_t
2018-11-24 07:09:25 -05:00
Juan Carrano
64fcfff9e2
examples/javascript: Correctly declare dependency on script files.
...
Custom targets should be added to BUILDDEPS. Without this patch
`make -j clean all" fails because of weird race condition (trying
to clean while building is kind of contradictory anyways.)
2018-11-23 14:48:29 +01:00
Juan Carrano
b9fa2b5bf6
examples/lua_basic: Correctly declare dependency on script files.
...
Custom targets should be added to BUILDDEPS. Without this patch
`make -j clean all" fails because of weird race condition (trying
to clean while building is kind of contradictory anyways.)
2018-11-23 14:48:29 +01:00
Juan Carrano
16261a2f7c
examples/lua_REPL: Correctly declare dependency on script files.
...
Custom targets should be added to BUILDDEPS. Without this patch
`make -j clean all" fails because of weird race condition (trying
to clean while building is kind of contradictory anyways.)
2018-11-23 14:48:21 +01:00
Lotte Steenbrink
ac2966cc28
Merge pull request #10260 from Lotterleben/examples_gnrc_net_fix_404s
...
examples/gnrc_networking/README.md: fix 404s
2018-11-22 12:34:51 +01:00
Lotte Steenbrink
ea18d6ecab
examples/gnrc_networking/README.md: fix 404s
2018-11-22 00:11:50 +01:00
Martine Lenders
897e688194
examples: activate gnrc_icmpv6_error for gnrc_networking
2018-11-16 17:39:17 +01:00
Hauke Petersen
f829887f18
examples/nimble_gatt: simplify example
2018-11-08 14:40:52 +01:00
Hauke Petersen
54419f07e9
examples/nimble_gatt: (void) rt variables
2018-11-08 14:10:58 +01:00
Francisco Acosta
dd3ca90e8a
examples, tests: add memory insufficient arduino boards
...
The unification of a bigger stack for the atmega platforms
makes some boards to not have enough memory to provide
the big stack plus the application code.
It is possible though, to override the stack size to a
smaller amount if running the test is necessary.
2018-11-02 17:57:13 +01:00
Ken Bannister
e059da7e0a
example/nanocoap: fix block2 payload
2018-10-29 13:32:25 -04:00
Lotte Steenbrink
6ad781970c
examples/gnrc_networking/README.md: trim lines with > 72 chars
2018-10-25 21:44:15 +02:00
Lotte Steenbrink
dd1c32c011
examples/gnrc_networking/README.md: add make reminder
2018-10-25 21:42:34 +02:00
José Alamos
372a729e21
Merge pull request #10070 from OTAkeys/pr/bump_littlefs_version
...
pkg/littlefs: bump version to v1.6.2
2018-10-18 14:35:55 +02:00
Hauke Petersen
34fa61d7db
examples/rdcli: rename to cord_ep
2018-10-17 15:21:49 +02:00
Hauke Petersen
18cc7ee3ed
net/rdcli: rename to cord_ep
2018-10-17 15:21:49 +02:00
Hauke Petersen
5668100dc3
examples/rdcli_simple: rename to cord_epsim
2018-10-17 15:21:49 +02:00
Hauke Petersen
226b9fa383
net/rdcli_simple: rename to cord_epsim
2018-10-17 15:21:49 +02:00
Hauke Petersen
787524400c
net/rdcli_common: rename to cord_common
2018-10-17 09:29:19 +02:00
Jose Alamos
0ea488e2c4
examples/openthread: remove xtimer dependency
2018-10-16 15:25:44 +02:00
Jose Alamos
b75ffb98da
examples/openthread: move test to examples
2018-10-16 15:25:44 +02:00
dfe03562a8
Merge pull request #7401 from dailab/Firefly
...
boards: add Zolertia Firefly board
2018-10-16 10:28:48 +02:00
Ken Bannister
14c9b3062b
Merge pull request #8932 from bergzand/pr/nanocoap/block2
...
nanocoap: add server-side block2 support
2018-10-14 13:03:08 +00:00
f3b4e44a26
examples/nanocoap: add blockwise block2 example
2018-10-14 14:30:29 +02:00
Hauke Petersen
cba288bf4f
examples/rdcli: blacklist low memory boards
2018-10-12 14:41:40 +02:00
Hauke Petersen
c9c7bf8d41
examples: add example for rdcli
2018-10-12 14:41:40 +02:00
5539ba988e
examples/lua_REPL: exclude firefly board
2018-10-04 17:23:42 +02:00
Vincent Dupont
7e47e36e55
pkg/littlefs: fix file buffer size
2018-10-03 11:54:17 +02:00
5165fec941
examples/lua_REPL: exclude samr30-xpro
2018-10-01 10:20:41 +02:00
a04009470d
examples/lorawan: adapt to pkg changes
2018-09-25 22:22:13 +02:00
Silke Hofstra
ee82d4fbfe
boards, examples, tests: rename stm32mindev to blackpill
2018-09-19 16:22:14 +02:00
Leandro Lanzieri
177ef5bfa9
boards/lobaro-lorabox: Add initial support for Lobaro Lorabox board
2018-09-18 18:07:07 +02:00
334f828599
Merge pull request #9919 from kb2ma/nanocoap/example_resource_order
...
nanocoap/example: fix resource order
2018-09-13 16:05:07 +02:00
18545db27d
examples:default: remove unnecessary dependency to sht11
...
This module is already included by the boards when saul_default is included. And the default application Makefile include saul_default
2018-09-13 06:34:59 +02:00
Ken Bannister
ad826efa7b
nanocoap/example: fix resource order
2018-09-11 05:02:28 -04:00
Francisco Acosta
fad4d9be19
Merge pull request #9781 from cladmi/pr/toolchain/avr/linkerscript
...
atmega_common: allow defining rom and ram length for link.
2018-09-05 16:00:33 +02:00
cladmi
b3f889c7ef
examples: blacklist arduino boards based on ROM/RAM overflow
2018-09-05 12:07:54 +02:00
Schorcht
d2fb1ba8a5
examples: blacklist esp8266 based boards
2018-09-05 02:39:50 +02:00
Hauke Petersen
c2184f3454
boards/cpu/drivers/sys: use generic stdio_ if
2018-08-22 10:54:25 +02:00
José Alamos
a697689c4c
Merge pull request #9729 from leandrolanzieri/pr/sensebox
...
boards/sensebox: Add support for SenseBox board
2018-08-15 10:04:57 +02:00
Jose Alamos
d54a74736d
boards/sensebox: Initial board port for SenseBox MCU with SAMD21
2018-08-13 10:49:46 +02:00
Ken Bannister
3f3df74bcd
Merge pull request #7237 from Ell-i/feature-gcoap-extra-indirection
...
net/gcoap: Make references to coap_resource_t all const in gcoap
2018-08-07 23:52:59 -04:00
Martine Lenders
530b0239ee
Merge pull request #9706 from miri64/examples/fix/netif-ref
...
examples: dtls-echo: remove unneeded addressing operator
2018-08-07 12:10:14 +02:00
Kees Bakker
cc1fae5b2e
examples/lua: add sodaq-one to insufficient memory list
2018-08-07 11:06:14 +02:00
Ken Bannister
6a07301862
Merge pull request #9717 from pokgak/examples/fix/gcoap
...
examples/gcoap: fix post/put without port number
2018-08-07 04:57:59 -04:00
a69c6e387a
Merge pull request #8880 from MrKevinWeiss/pr/board/openmoteb/porting
...
boards/openmoteb-cc2538: Initial support
2018-08-07 10:50:32 +02:00
Kevin Weiss
a48b8e741b
boards/openmote-b: Add board support
2018-08-07 10:32:03 +02:00
pokgak
b9880cb800
examples/gcoap: fix post/put without port number
2018-08-06 11:03:55 +02:00
Martine Lenders
c2fa744f48
examples: dtls-echo: remove unneeded addressing operator
...
`SOCK_ADDR_ANY_NETIF` isn't a pointer so using the addressing operator
for `remote.netif` here is wrong.
2018-08-03 19:12:37 +02:00
Martine Lenders
64ee9f0088
Merge pull request #9665 from jcarrano/lua-llvm-fix
...
examples/lua_REPL: cast pointer to void in printf
2018-08-03 17:46:29 +02:00
Juan Carrano
34e122bcc3
examples/lua_REPL: cast pointer to void in printf
2018-08-03 11:03:59 +02:00
Gaëtan Harter
4e83e18dc8
examples/asymcute_mqttsn: fix target name
...
Target name is `mosquitto_rsmb` and not `rsmb`.
2018-08-01 19:49:57 +02:00
Pekka Nikander
33c84591e9
{examples,tests}/gcoap: Remove unnecessary type casts
2018-07-30 09:01:30 +03:00
Michel Rottleuthner
31efe7411c
examples: add nucleo-f334r8 to BOARD_INSUFFICIENT_MEMORY
2018-07-17 17:52:12 +02:00
Michel Rottleuthner
484ea216da
examples: add nucleo-f303k8 to BOARD_INSUFFICIENT_MEMORY
2018-07-17 17:52:12 +02:00
Hauke Petersen
901ec82a98
examples: add asymcute_mqttsn example application
2018-07-05 15:44:17 +02:00
a3fc323cf5
Merge pull request #7615 from rfuentess/dtls_upgrade
...
Improving TinyDTLS package and dtls-echo example
2018-07-04 11:57:48 +02:00
Raul Fuentes
4092eda744
examples/dtls-echo: Cleaning and upgrade to sock
...
Due to all the changes, this is basically a new version for this
example. The main benefit is the use of sock_udp but also the client
side is now more robust and reliable.
The parameters required for the PSK and ECC (e.g. keys) modes are moved
to an unique header.
2018-07-04 11:35:08 +02:00
Juan Carrano
87496f3376
examples/lua: Add REPL.
...
This example add a module thats starts an interactive READ-EVAL-
PRINT-LOOP written in Lua.
2018-07-02 15:39:31 +02:00
danpetry
ed4411602c
pkg/lua: Provide better integration with RIOT
...
- Remove file related functions from loader.
* All packages must be builtin.
- Remove os.tmpname.
- Interface with TLSF.
- Don't abort() when out of memory.
2018-07-02 15:13:10 +02:00
Francisco Acosta
4b7f85de75
Merge pull request #9285 from Lydrin/master
...
pkg/jerryscript: update to latest commit
2018-06-29 18:14:02 +02:00
174a94d0c4
examples/lorawan: minor fixes in application README
2018-06-26 20:56:57 +02:00
Martine Lenders
b22040194a
examples/lorawan: use new nucleo names for BOARD_INSUFFIENT_MEMORY
2018-06-21 15:24:48 +02:00
Dylan Laduranty
2ae0e1cce7
Merge pull request #8789 from aabadie/pr/examples/lorawan
...
examples/lorawan: add autonomous lorawan class A device example
2018-06-21 14:50:03 +02:00
3e61b40794
examples: fix doxygen grouping
2018-06-11 19:12:02 +02:00
Cenk Gündoğan
5ca031d4fa
Merge pull request #9179 from PeterKietzmann/pr_ccnl_shell_cs
...
shell/ccnl: use new CS add method
2018-06-10 13:35:50 +02:00
PeterKietzmann
f9eb43cf97
pkg/ccnl: clean up build dependencies
2018-06-10 13:24:28 +02:00
Hauke Petersen
f4dccc402e
examples: add NimBLE GATT server example app
2018-06-06 13:52:58 +02:00
Anthony
a650a43df2
pkg/jerryscript: update Javascript example up to date
2018-06-04 16:22:23 +02:00
Marian Buschsieweke
e0bf20728c
examples, tests: Updated BOARD_INSUFFICIENT_MEMORY
...
Added stm32mindev to BOARD_INSUFFICIENT_MEMORY where needed
2018-06-04 09:03:30 +02:00
Burdaa
15e16319d3
examples/gnrc_border_router: fix path to uhcpd in README
...
examples/gnrc_border_router: fix path to uhcpd in README
2018-06-02 20:22:31 +02:00
kenrabold
db4d67c4fd
make: add hifive1 to BOARD_INSUFFICIENT_MEMORY
...
Added HiFive1 to BOARD_INSUFFICIENT_MEMORY list for examples and tests that are too big to fit
build: fixed missing syscall and cpuid failures
Added missing syscall stubs for nanostubs and fixed compile error with cpuid periph
build: fixed whitespace error
build: add hifive1 to more BOARD_INSUFFICIENT_MEMORY
doc: fixed doxygen warnings
Addressed Doxygen warnings in source file comments
doc: more doxygen fixes
doc: even more doxygen fixes
doc: more changes
build: fix pedantic and rdci_simple build failures
make: exclude lua
2018-05-29 16:27:53 -07:00
José Alamos
2b08ea351c
Merge pull request #8847 from danpetry/lua_initial
...
Lua support - initial PR
2018-05-25 11:53:25 +02:00
danpetry
9621831ede
examples/lua: added example Lua application
...
- Lua print() function is only supported function
- Lua script is parsed at compile time and run in example
2018-05-24 17:56:25 +02:00
Cenk Gündoğan
dbd049af30
examples: ndn-riot: import of ndn-ping application
2018-05-24 10:58:26 +02:00
3bbf8c01ab
boards/nucleo-f303k8: rename to st marketing name
2018-05-23 12:51:41 +02:00
633a92929d
boards/nucleo-l031k6: rename to st marketing name
2018-05-23 12:50:33 +02:00
81700d4301
boards/nucleo-f042k6: rename to st marketing name
2018-05-23 12:49:40 +02:00
3e4f7adc95
boards/nucleo-f031k6: rename to st marketing name
2018-05-23 12:46:42 +02:00
a5436e0b66
boards/nucleo-l073rz: rename to marketing name
2018-05-22 22:02:57 +02:00
18435609ce
boards/nucleo-l053r8: rename to marketing name
2018-05-22 22:02:57 +02:00
1d1354bf82
boards/nucleo-f410rb: rename to marketing name
2018-05-22 21:52:41 +02:00
b0912659b5
boards/nucleo-f334r8: rename to marketing name
2018-05-22 21:52:41 +02:00
72df36909b
boards/nucleo-f302r8: rename to marketing name
2018-05-22 21:52:41 +02:00
2004fb2881
boards/nucleo-f103rb: rename to marketing name
2018-05-22 21:52:41 +02:00
4b20095dc8
boards/nucleo-f072rb: rename to marketing name
2018-05-22 21:52:41 +02:00
9acde8e148
boards/nucleo-f070rb: rename to marketing name
2018-05-22 21:52:41 +02:00
bd6a7c3d26
boards/nucleo-f030r8: rename to marketing name
2018-05-22 21:52:41 +02:00
Juan Carrano
cf686bde2d
pkg/tlsf: Refactor the TLSF package and bring back original TLSF api.
...
- Cleanup package makefile.
- Download directly from git.
- Remove giant patch.
- Implement malloc function as a contrib package.
- Update ccn example.
- Update ps command.
2018-05-18 15:41:07 +02:00
59747590f1
examples/filesystem: fix typos and cleanup
2018-05-15 16:50:33 +02:00
Gaëtan Harter
45e6d60373
examples/gnrc_border_router: use RIOTTOOLS variable
...
Follow up to #9067 and part of #8821
2018-05-09 18:49:12 +02:00
95c2033802
Merge pull request #8980 from aabadie/pr/examples/readme_gnrc_minimal
...
examples/gnrc_minimal: remove obsolete reference to XBee from README
2018-04-30 14:15:16 +02:00
Cenk Gündoğan
4b1e48cdab
Merge pull request #9010 from mfrey/ccn-lite-relay-readme
...
examples: ccn-lite-relay: renamed 'ccnl_cont'
2018-04-26 16:02:18 +02:00
Michael Frey
feffb43c53
examples: ccn-lite-relay: renamed 'ccnl_cont'
...
Renamed 'ccnl_cont' to 'ccnl_cs' in examples/ccn-lite-relay/README.md
2018-04-26 15:48:20 +02:00
Sebastian Meiling
8a822404ee
Merge pull request #9024 from jia200x/pr/examples/js_riotbase
...
make/javascript: fix RIOTBASE
2018-04-25 20:36:11 +02:00
Jose Alamos
010826e855
make/javascript: add RIOTBASE support
2018-04-25 17:13:46 +02:00
c9f6013e98
examples: add a lorawan OTAA/class A example
2018-04-19 21:35:34 +02:00
bf80072cf5
examples/gnrc_minimal: remove obsolete xbee reference from readme
2018-04-19 11:31:40 +02:00
635e72db23
Merge pull request #8788 from kaspar030/nanocoap_add_serverside_block1
...
nanocoap: add serverside block1 support
2018-04-16 12:49:06 +02:00
b42159df21
examples/nanocoap: add blockwise handler example
2018-04-16 12:31:56 +02:00
Vincent Dupont
7cd7a6ccca
examples/filesystem: blacklist msp430 boards
2018-04-13 10:53:41 +02:00
Vincent Dupont
01ac354929
examples: add filesystem example
2018-04-13 10:51:07 +02:00
6ee4aceef1
Merge pull request #8936 from haukepetersen/opt_rdclisimple_addrconf
...
net/rdcli_simple: specify RD address as string
2018-04-12 15:33:33 +02:00
Hauke Petersen
407856a13a
examples/rdcli_simple: adapt address parsing
2018-04-12 14:00:32 +02:00
shuguo
24f746ceec
gnrc_gomach: add duty-cycle printing command
2018-04-12 11:46:40 +02:00
ff543db9af
Merge pull request #8893 from miri64/examples/cleanup/rename-emcute
...
examples: rename MQTT-SN example for clarity
2018-04-09 16:10:57 +02:00
4b210bb1e6
Merge pull request #7406 from haukepetersen/add_rdcli_simple
...
net: added CoAP RD client for simple node registration
2018-04-09 13:25:50 +02:00
Hauke Petersen
544ca46435
examples/rdcli_simple: blacklisted boards for RAM
2018-04-09 10:59:06 +02:00
PeterKietzmann
86c319aea7
pkg/ccn-lite:enable CS dump and rename shell command
2018-04-09 10:38:32 +02:00
Hauke Petersen
fb4b622fb5
examples: added rdcli_simple example application
2018-04-09 10:37:10 +02:00
Martine Lenders
151a8639bc
examples: rename MQTT-SN example for clarity
2018-04-09 10:13:14 +02:00
Hauke Petersen
fcc6f3a460
examples: added Skald Eddystone example
2018-04-06 11:18:53 +02:00
Hauke Petersen
e4176f260a
examples: added Skald iBeacon example
2018-04-06 11:18:53 +02:00
PeterKietzmann
29cd081258
examples/ccn-lite-relay: use xorshift PRNG
2018-04-05 14:53:18 +02:00
983bbba028
Merge pull request #8805 from miri64/ethos/fix/uart-dependency
...
ethos: add periph_uart as dependency
2018-03-27 21:18:43 +02:00
Matthew Blue
6d96eaa491
examples/* : blacklisting for mega-xplained
2018-03-26 11:17:23 -04:00
Martine Lenders
198e7cf1eb
ethos: add periph_uart as dependency
...
`ethos` should have `periph_uart` as a dependency.
2018-03-20 17:17:29 +00:00
Josarn
14b0055e79
examples/* : Blacklisting for Jiminy.
...
Signed-off-by: Josua Arndt <josuaarndt@live.de>
Signed-off-by: Steffen Robertz <steffen.robertz@online.de>
2018-03-02 13:35:43 +01:00
Francisco Acosta
2e066e8693
Merge pull request #8492 from cladmi/pr/prepend_app_module_by_application
...
makefiles: Add an APPLICATION_MODULE variable
2018-02-28 12:13:14 +01:00
Ken Bannister
d7004ebcd8
Merge pull request #8513 from kaspar030/nanocoap_add_context_to_resources
...
nanocoap: add context pointer to resources
2018-02-22 18:30:43 +00:00
Joakim Nohlgård
a25c059f1f
Merge pull request #8368 from smlng/examples/fix_posix
...
posix: fix pthread and socket example
2018-02-19 10:58:02 +01:00
c2fd0fb3c5
examples/gcoap: adapt to resource context ptr
2018-02-02 19:02:54 +01:00
ed09fec1ef
examples/nanocoap_server: adapt to context ptr in coap_resource_t
2018-02-02 18:54:52 +01:00
Gaëtan Harter
d724e71a26
makefiles: Add an APPLICATION_MODULE variable
...
Set the application module name with APPLICATION_MODULE.
The default module name is "application_$(APPLICATION)".
This should fix name conflicts where an application/test has the same name as
an existing module and so both write to the same archive.
2018-01-30 17:27:03 +01:00
b6fe13684b
Merge pull request #8386 from haukepetersen/opt_thingy52_usertt
...
boards/thingy52: use Segger RTT for STDIO
2018-01-22 13:16:20 +01:00
Hauke Petersen
f1951f53f5
examples/gnrc_border_router: blacklist thingy52
...
The Thingy:52 does not have a UART connected anymore...
2018-01-22 12:11:02 +01:00
3bbeafbd2a
Merge pull request #8382 from smlng/examples/gnrc_tftp_fix72
...
examples/gnrc_tftp: fix implicit fallthrough error
2018-01-22 12:07:28 +01:00
smlng
8f659ef41f
examples/gnrc_tftp: fix implicit fallthrough error
2018-01-18 16:41:41 +01:00
0272c8f44c
Merge pull request #8329 from fvacek/master
...
examples: superfluous extern "C" in c++ example removed
2018-01-18 15:38:12 +01:00
Sebastian Meiling
5c0b058db4
Merge pull request #6121 from miri64/native/feat/zep_socket
...
native: provide socket-based ZEP device
2018-01-18 10:03:08 +01:00
Martine Lenders
585e9a23e6
examples: adapt border router for ZEP
2018-01-18 09:15:38 +01:00
Fanda Vacek
d1bdc077d4
examples: superfluous extern "C" in c++ example removed
2018-01-16 23:27:27 +01:00
smlng
fbb34761a3
examples/posix_sockets: fix undefined usleep
2018-01-16 13:22:35 +01:00
Hauke Petersen
a799b024fa
examples/gnrc_border_router: blacklist ruuvitag
2018-01-16 10:53:53 +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
smlng
1e0c49ab65
examples/javascript: increase main stack for non-native
2018-01-09 10:25:31 +01:00
dnahm
201d532251
boards/ACD52832: add new NRF52 based developement board
2017-12-20 16:37:17 +01:00
Martine Lenders
22da59b40a
Merge pull request #7437 from cgundogan/pr/ccn-lite_v2
...
pkg: ccn-lite: adapt to v2
2017-12-11 13:47:27 +01:00
eb7d248944
examples/gnrc_tftp: remove b-l072z-lrwan1 because of not enough memory
2017-12-10 16:41:06 +01:00
0b5059f46b
boards/b-l072z-lrwan1: configure auto netif configuration
2017-12-10 16:41:06 +01:00
Ken Bannister
a1efa03981
net/gcoap: Read interface from CLI in shell example
2017-12-10 09:50:36 -05:00
Cenk Gündoğan
b6581289a2
pkg: ccn-lite: adapt to v2
2017-12-01 16:14:27 +01:00
729cda62bf
examples/nanocoap_server: adapt to in-tree nanocoap
2017-12-01 12:55:45 +01:00
Sebastian Meiling
73d9c460d3
Merge pull request #7336 from kb2ma/gcoap/confirm_infrastructure
...
net/gcoap: Create confirm request infrastructure and adapt existing messaging
2017-12-01 11:18:24 +01:00
Martine Lenders
ff7160fd91
examples: gnrc_minimal: optimize for NIB
2017-11-30 19:51:23 +01:00
zhuoshuguo
ea5aeeb10f
gomach: a robust traffic adaptive multichannel MAC for IoT.
2017-11-30 18:51:49 +01:00
Cenk Gündoğan
06782c4721
Merge pull request #8173 from bergzand/pr/gnrc_uhcpc_rpl
...
gnrc_uhcpc: initialize rpl root on prefix configuration
2017-11-30 13:15:49 +01:00
0d2763d914
gnrc_border_router: Add explanation about optionally adding gnrc_rpl
2017-11-30 13:08:55 +01:00
Peter Kietzmann
eb2c0e29ab
Merge pull request #8155 from RIOT-OS/revert-8009-revert-7238-pr_sc_ccnl_chunkdump
...
Revert "Revert "shell/ccnl: remove use of ccnl_wait_for chunk()""
2017-11-28 21:36:38 +01:00
smlng
9376acdee7
examples: adapt DEVELHELP switch
2017-11-28 19:25:10 +01:00
Martine Lenders
b68b7a0524
Merge pull request #8156 from miri64/tests/cleanup/pca1000x-revert
...
examples: tests: remove remaining pca1000x references
2017-11-28 13:45:15 +01:00
Martine Lenders
cd3b1f3b42
examples: tests: remove remaining pca1000x references
2017-11-28 13:28:58 +01:00
7ee7a42fb1
examples/gnrc_border_router: update readme to netif changes
2017-11-27 23:26:48 +01:00
Martine Lenders
e8531383d2
Revert "Revert "shell/ccnl: remove use of ccnl_wait_for chunk()""
2017-11-27 21:40:54 +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
08964079e0
examples: tests: adapt udp shell commands for new forwarding engine
...
The NIB's forwarding engine behaves more correctly than GNRC's old
forwarding engine in that link-local addresses require also an
interface to be provided to be meaningful. As with other commands this
is simplified for the special case that there only is one interface
that that interface is chosen.
2017-11-21 10:40:01 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif
2017-11-17 10:41:54 +01:00
Martine Lenders
636ef2a498
gnrc: remove legacy neighbor discovery code
2017-11-17 09:20:30 +01:00
Martine Lenders
71a7dbf918
gnrc: remove legacy network interface structures
2017-11-17 09:20:29 +01:00
Martine Lenders
645bede150
examples: gnrc_tftp: add bluepill board to insufficient memory list
2017-11-16 17:05:12 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
...
(for now)
2017-11-16 16:17:21 +01:00
Hauke Petersen
4ceef0c67f
examples/tests: remove entries for qemu-i386
2017-11-16 10:42:02 +01:00
Dylan Laduranty
67048eafa2
Merge pull request #6900 from OTAkeys/pr/init_rtc
...
periph/rtc: move init from auto_init to periph_init
2017-11-13 21:22:22 +01:00
f89ecfb531
Merge pull request #7951 from cladmi/pr/conflicting_module_names
...
examples/pkgs: rename modules with duplicate names
2017-11-13 17:40:21 +01:00
Martine Lenders
b7f6e40188
examples: fix nanocoap_server for gnrc_netif2
2017-11-13 16:36:34 +01:00
Gaëtan Harter
1d6ef0b6e4
examples: rename APPLICATIONs whose name collide with another module.
2017-11-13 15:29:06 +01:00
Hauke Petersen
f0b3804e9f
examples/default: remove usage of config module
2017-11-13 14:51:56 +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
0a0bb86f4a
posix: move time functions to their own module
2017-11-12 19:55:57 +01:00
Martine Lenders
c6428698b4
Revert "shell/ccnl: remove use of ccnl_wait_for chunk()"
2017-11-11 19:34:52 +01:00
Peter Kietzmann
69fe566a18
shell/ccnl: remove use of ccnl_wait_for chunk()
2017-11-10 15:27:47 +01:00
Ken Bannister
70be8cd5bb
net/gcoap: Update copyright for 2017
2017-11-10 06:54:38 -05:00
Ken Bannister
5435e0c7d3
net/gcoap: Add shell command option to send message confirmably
2017-11-10 06:54:38 -05:00
Ken Bannister
25f40df447
net/gcoap: Flatten command line handling to prepare for optional arguments
2017-11-10 06:54:38 -05:00
4374a71562
Merge pull request #7987 from RIOT-OS/revert-7953-examples/fix/dirty-hack-to-javascript
...
Revert "examples: only whitelist a few essential boards (dirty hack)"
2017-11-09 19:45:37 +01:00
Martine Lenders
c4721de4bb
Revert "examples: only whitelist a few essential boards (dirty hack)"
2017-11-09 17:38:38 +01:00
Hauke Petersen
d59b37c43d
examples/gnrc_br: revert removal of pca1000x
2017-11-09 16:35:23 +01:00
Hauke Petersen
24056f3fd8
tests/examples: removed pca1000x from Makefiles
2017-11-09 13:59:18 +01:00
Vincent Dupont
eb81a67c8f
examples/default: rely on periph_init to initialize rtc
2017-11-09 13:13:02 +01:00
Martine Lenders
2fbd228f12
examples: only whitelist a few essential boards (dirty hack)
...
This is a dirty hack proposed by @kaspar030 offline (with slight
adaptations) to allow Murdock to build properly tonight. @kaspar030
revert if the issue is fixed, @miri64 close this one if it isn't merged
tonight.
Right now Murdock fails randomly for some boards, because it doesn't has
the `xxd` tool installed.
2017-11-07 21:01:49 +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
Sebastian Meiling
2e0917cd81
Merge pull request #7727 from beduino-project/bluepill-rebased
...
boards: add support for bluepill board
2017-10-27 20:33:07 +02:00
Sören Tempel
9b3714b0c4
add support for bluepill board
2017-10-27 16:06:50 +02:00
Hauke Petersen
0a5f70e6be
examples/emcute: return after printing error message
2017-10-25 17:57:21 +02:00
118a88e60b
examples/javascript: adapt to updated jerryscript package
2017-10-23 17:03:23 +02:00
167bd30453
all: fix my email address
2017-10-20 15:02:41 +02:00
Martine Lenders
b74ee8869b
slip: port to be used with netdev
2017-10-10 23:14:12 +02:00
268f9b718c
Merge pull request #7599 from aabadie/coap_examples_cleanup
...
coap: examples cleanup
2017-10-06 10:15:34 +02:00
Andreas "Paul" Pauli
69476a7a6f
Merge pull request #7624 from smlng/boards/cc2650_launchpad
...
boards: initial support for TI CC2650 LaunchPad
2017-10-05 17:26:06 +02:00
Joakim Nohlgård
7edc421258
examples/gnrc_border_router: Use STDIO UART for ethos
...
If ETHOS_UART is not defined, then the default behaviour is to fall back
to UART_STDIO_DEV.
Fixes broken default configuration on boards which are not using UART0
for STDIO (e.g. Mulle)
2017-10-04 13:12:01 +02:00
6e28e95c00
examples/gcoap: update README and add new handlers
2017-09-28 22:27:57 +02:00
c2b78be6c6
examples/nanocoap_server: improve README
2017-09-28 22:27:57 +02:00
75bb211c8b
tests/pkg_microcoap: move microcoap_server example to tests
2017-09-28 22:26:00 +02:00
675eafd80c
examples: makefiles indentation cleanup
2017-09-22 14:53:01 +02:00
smlng
37db4c3112
boards: add cc2650-launchpad to BOARD_INSUFFICIENT_MEMORY for tests and examples
...
- examples: dtls-echo, gnrc_border_router, javascript
- tests: thread_cooperation, unittests
2017-09-20 11:11:13 +02:00
Hauke Petersen
5d0ebc5e7b
examples/default: the saml21-xpro has no radio...
2017-09-01 14:53:41 +02:00
91c1f4d9d6
Merge pull request #7511 from haukepetersen/rm_board_weio
...
boards/cpu: removed support for weio and lpc11u34
2017-09-01 09:36:08 +02:00
b67751ae8a
examples/bindist: some improvements
2017-08-29 18:04:00 +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
Hauke Petersen
cfa9580f31
boards: removed support for weio
...
No maintainer and no hardware available to the community.
2017-08-28 12:11:51 +02:00
Hauke Petersen
2290a9f69b
net/gcoap: added remote sock ep to resp handler cb
...
When receiving a response to a request send our earlier, it is in
some cases essential, to know something about who send the reponse.
This is needed for example when sending requests to multicast
addresses to be able to react to different incoming responses.
2017-07-31 11:11:06 +02:00
Martine Lenders
4f516ec9cd
examples: fix name of saul application
2017-06-29 10:29:13 +02:00
8ff7fa2eab
examples: remove nrf52dk blacklist due to #6022
2017-06-28 14:39:05 +02:00
Sebastian Meiling
9ce9dd601c
Merge pull request #6554 from zhuoshuguo/lwmac_retry
...
LWMAC: A simple duty cycling 802.15.4 MAC protocol (2nd try).
2017-06-26 12:50:44 +02:00
zhuoshuguo
e195a08a77
examples: provide example application that uses LWMAC.
2017-06-21 16:42:21 +02:00
84bad52a08
examples: add b-l072z-lrwan1 to insufficient mem list
2017-06-21 15:13:50 +02:00
Hauke Petersen
bb1d600778
net/gcoap: moved implemenation status to gcoap.h
2017-05-24 09:25:11 +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
3abff6d140
gcoap: Update example for Observe, including documentation.
2017-05-23 17:55:04 -04:00
Hauke Petersen
92076cdf50
example/gnrc_border_router: use TERMDEPS
2017-05-23 14:25:11 +02:00
Martine Lenders
0ec8593a71
Merge pull request #7089 from haukepetersen/fix_gcoap_minormisc
...
net/gcaop: misc. minor style fixes and optimizations
2017-05-22 15:16:50 +02:00
Hauke Petersen
ba5635889c
net/gcoap: make gcoap_op_state return count directly
2017-05-22 13:50:59 +02:00
kYc0o
a320b9458b
examples/gcoap: remove non-necessary dependencies
2017-05-22 12:23:43 +02:00
Sebastian Meiling
dd4f8f7704
Merge pull request #6975 from OTAkeys/pr/ps_schedstatistics_fix
...
ps: fix schedstatistics
2017-05-17 13:50:42 +02:00
Vincent Dupont
28b7385920
examples/default: fix schedstatistics example usage
2017-05-16 10:33:42 +02:00
8501a03cbc
cleanup: apply enable_debug_false.cocci to codebase (coccinelle)
...
Skipped sys/cbor/cbor.c, examples/microcoap_server/microcoap_sock.c,
as they use different semantics.
2017-05-15 18:45:43 +02:00
3d48eee095
cleanup: apply remove_atoi_casts.cocci (coccinelle)
2017-05-13 12:39:48 +02:00
f5a4124866
Merge pull request #6976 from miri64/conn/cleanup/rm
...
net: remove conn API
2017-05-12 16:09:00 +02:00
fc6560c118
examples/dtls-echo: remove unnused static property (coccinelle)
2017-05-11 13:42:45 +02:00
Emmanuel Baccelli
0566adcfe4
Merge pull request #6981 from robertsipka/update_jerryscript
...
pkg/jerryscript: update jerryscript package with the latest version (56802c22)
2017-05-10 21:41:38 +02:00
343f252e71
examples/emcute: fix typo in README
2017-05-10 10:51:22 +02:00
7364192241
Merge pull request #6982 from haukepetersen/fix_gnrcmin_xbeeconfig
...
examples/tests: remove redundant xbee config
2017-05-03 17:57:28 +02:00
Martine Lenders
d141a23334
Merge pull request #6977 from rfuentess/nanocoap_fix
...
examples/nanocoap_server: FIX Configuration of the node as an IPv6 node
2017-05-03 15:52:03 +02:00
Hauke Petersen
cb4b6b9f1d
examples/gnrc_min: remove redundant xbee config
2017-04-28 15:43:17 +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
kYc0o
4880ea3cc6
examples/gnrc_border_router: add commented lines for SLIP
2017-04-27 14:10:32 +02:00
Raul Fuentes
07ecbe0cb3
Added the proper module for configuring the node as an IPv6 node.
2017-04-26 17:37:22 +02:00
kYc0o
bd81e010f8
examples/gnrc_tftp: avoid to print NULL
2017-04-04 01:55:46 +02:00
Neil Jones
0a3a67a9c4
examples/javascript: blacklist pic32-clicker.
2017-03-29 14:45:09 +01:00
Neil Jones
0bafa33f28
examples: javascript: Blacklist pic32-wifire
2017-03-28 16:25:32 +01:00
Neil Jones
1113b587c5
examples: gnrc_border_router: Blacklist all mips boards.
2017-03-28 16:25:32 +01:00
Emmanuel Baccelli
b5676a8262
examples: add javascript example
2017-03-22 16:20:07 +01:00
Thomas Eichinger
50ec6ffe2b
examples/gnrc_networking: fix comments
...
As the lines refered to in the comments are already commented out,
the correct thing to do to use them is to uncomment them.
2017-03-20 10:56:08 -07:00
b0bc908918
examples: remove nucleo-f302 from memory greedy examples
2017-03-16 10:49:38 +01:00
cc5034d67e
examples: remove nucleo32-l031 from memory intensive examples
2017-03-15 14:06:14 +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
Vincent Dupont
ad0f0877cc
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
2017-03-13 18:27:50 +01:00
Loïc Dauphin
4e68675656
examples: rename opencm9-04 into opencm904
2017-03-03 09:57:45 +01:00
f2c693b220
examples: remove nucleo-l053 from memory intensive examples
2017-03-02 13:52:12 +01:00
Martine Lenders
ae0d0a2634
Merge pull request #6623 from smlng/pr/net/add_static_ipv6_lladdr
...
add static IPv6 lladdr for tests
2017-02-28 22:37:40 +01:00
Francisco Acosta
29753d6018
Merge pull request #6433 from aabadie/nucleo_l073
...
boards/nucleo-l073: initial support
2017-02-28 20:22:39 +01:00
smlng
a2e7a2fea1
examples: add optional static link local ipv6 address in gnrc_networking
2017-02-28 20:09:41 +01:00
Hauke Petersen
25b6138315
examples: added emCute (MQTT-SN) example
2017-02-28 17:18:27 +01:00
e49727eda6
examples: exclude nucleo-l073 from memory greedy examples
2017-02-24 16:44:15 +01:00
a4f3a9efd6
examples: add nucleo32-f031 to unsufficient memory boards
2017-02-22 18:43:02 +01:00
zhuoshuguo
55a44470e0
gnrc: fix typos in README of gnrc_networking example.
2017-02-18 12:56:52 +01:00
Peter Kietzmann
02f03beb5c
Merge pull request #6591 from haukepetersen/rm_ltc4150
...
drivers: remove outdated ltc4150 driver
2017-02-16 15:11:12 +01:00
Ludwig Knüpfer
3bce74aee7
examples/gnrc_networking: update blacklist
...
NRF51822 based boards have enough memory for this project -> remove from `BOARD_INSUFFICIENT_MEMORY`
2017-02-13 21:53:32 +01:00
Hauke Petersen
6e6a14f449
drivers: remove outdated ltc4150 driver
2017-02-13 14:08:34 +01:00
Neil Jones
bc57f42a2a
gnrc_boarder_router: blacklist mips-malta board
...
No UART is available on the mips-malta board so blacklist this board.
2017-02-09 12:25:03 +00:00
Simon Brummer
c6020cc100
examples: tests: move gnrc_tcp examples/ to tests/
2017-01-31 19:35:56 +01:00
e9849e660f
pkg: iotivity: temporarily remove
2017-01-25 10:49:39 +01:00
0c1db826b5
Merge pull request #6403 from TizenTeam/sandbox/pcoval/on/master/patch
...
pkg: iotivity: Hide put_light function if not needed
2017-01-24 22:15:55 +01:00
Martine Lenders
5ea160e6fe
Merge pull request #6004 from miri64/posix/enh/use-sock-for-sockets
...
posix_sockets: port to sock
2017-01-24 17:40:01 +01:00
Martine Lenders
1ccdc4643f
posix_sockets: port to sock
2017-01-24 15:17:15 +01:00
Hauke Petersen
67fdd43ba8
Merge pull request #6398 from phectori/maple-mini
...
Boards: Add Maple mini
2017-01-24 14:10:55 +01:00
Hauke Petersen
10c46866d2
Merge pull request #5987 from aabadie/arduino_sketch_on_arduino
...
sys/arduino: make arduino sketch works on avr based boards
2017-01-24 14:10:18 +01:00
Sebastian Meiling
7f7329ea71
Merge pull request #4744 from brummer-simon/devel-gnrc_tcp
...
gnrc_tcp: initial implementation
2017-01-23 09:32:34 +01:00
Simon Brummer
abd307b89d
gnrc_tcp : initial implementation
2017-01-22 09:27:58 +01:00
Frits Kuipers
e483c2307b
boards/maple-mini: initial support
2017-01-21 16:27:17 +01:00
Martine Lenders
5b1c00ad8b
Merge pull request #6388 from astralien3000/opencm9-04
...
boards/opencm9-04 : initial support
2017-01-21 14:37:50 +01:00
Ken Bannister
342c3f2ed3
gcoap: Remove coap.h include file, which is no longer used.
...
Also change references in dependencies to the net/gcoap.h include.
2017-01-20 22:00:25 -05:00
Ken Bannister
e10e579593
gcoap: Update CLI example for rebase on sock
2017-01-20 22:00:25 -05:00
Loïc Dauphin
5c4bee1b1d
examples: add opencm9-04 to unsufficient memory boards in some examples
2017-01-20 18:11:07 +01:00
kYc0o
51e0aaede4
examples/gnrc_minimal: add DEVELHELP to catch non-valid configs
2017-01-20 14:22:20 +01:00
kYc0o
2bee616cfb
examples/gnrc_minimal: change to unambiguous UART port for XBee
2017-01-20 14:22:20 +01:00
Oleg Hahm
3c6678b037
*: fix mismatching endifs for header guards
2017-01-19 18:30:53 +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
4f4214235b
timex: unambiguous time conversion macros
2017-01-19 13:18:08 +01:00
59cc59059e
examples: add nucleo32-f303 to insufficient memory boards in some examples
2017-01-19 11:09:42 +01:00
0717129980
Merge pull request #6417 from aabadie/nucleo32-f042
...
boards/nucleo32-f042: change board name nucleo->nucleo32
2017-01-19 07:40:12 +01:00
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
2017-01-18 22:04:59 +01:00
88a46a95bd
Merge pull request #6136 from aabadie/nanocoap_put
...
examples/nanocoap_server: add resource for coap PUT/POST request
2017-01-18 22:04:05 +01:00
Philippe Coval
d587cf38df
pkg: iotivity: Hide put_light function if not needed
...
Without this change it fails to build from source:
client_switch.c:80:1:\
error: ‘put_light’ defined but not used [-Werror=unused-function]
At least with BOARD=arduino-mega2560, now all iotivity examples are building.
Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: I6b2af5ab6b8bf20e848dcd30d580990006c950e7
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-18 21:13:46 +01:00
Oleg Hahm
df7927dc94
shell: introduce txtsnd pseudomodule
...
This commit allows to enable/disable the txtsnd shell command. The
command is used to send strings over L2 in GNRC. Until now the command
was automatically enabled if GNRC and shell_commands were present, which
may lead to confusion if no L2 packet handler is registered.
2017-01-18 20:58:56 +01:00
Martine Lenders
9666f58e6c
Merge pull request #6387 from haukepetersen/add_example_saul
...
examples: added stand-alone SAUL example
2017-01-18 18:48:32 +01:00
Peter Kietzmann
1d4f69eb7d
Merge pull request #6007 from miri64/microcoap_example/rfc/host
...
CoAP examples: make example a host instead of router
2017-01-18 09:00:04 +01:00
5857e8d24a
examples/nanocoap_server: add coap resource accepting GET and PUT requests in nanocoap example
2017-01-17 18:03:53 +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
74342ee4df
nanocoap_example: make example a host instead of router
2017-01-17 12:35:13 +01:00
Martine Lenders
444a90891b
microcoap_example: make example a host instead of router
2017-01-17 12:35:13 +01:00
Hauke Petersen
b5e147c56f
examples: added stand-alone SAUL example
2017-01-17 12:22:23 +01:00
Hauke Petersen
1469d46501
test/examples/make: inc all of SAUL on saul_default
...
- make saul_default dependent on saul_reg and auto_init_saul
- adapt default example and the saul test application
2017-01-17 12:22:23 +01:00
cfa2beadf5
examples/nanocoap_server: update nanocoap version
2017-01-15 13:22:30 +01:00
Peter Kietzmann
a8297595e6
Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin
...
cpu/nrf5x: ported nrfmin driver to netdev2
2017-01-10 16:52:54 +01:00
Peter Kietzmann
f76b2f4906
Merge pull request #6273 from OTAkeys/pr/nucleo-f042
...
boards: add nucleo-f042
2017-01-10 14:52:00 +01:00
Hauke Petersen
cb3dcaaf5d
boards/nrf52dk: use nrfmin driver
2017-01-10 11:54:49 +01:00
Hauke Petersen
9845e71106
examples/default: enabled netif for microbit
2017-01-10 11:54:49 +01:00
Hauke Petersen
86531a0786
examples/gnrc_minimal: adapted XBee config
2017-01-10 11:47:31 +01:00
Hauke Petersen
83d206e2b0
drivers/xbee: adapted to netdev2
2017-01-10 11:47:31 +01:00
Vincent Dupont
1a12a40110
boards/nucleo-f042: initial support
2017-01-10 10:34:35 +01:00
3b1d67badd
sys/arduino: make arduino sketch works on avr based boards
2017-01-03 13:01:30 +01:00
Cenk Gündoğan
a5ffbeedf9
dist: examples: fix minor typos
2016-12-27 13:50:42 +01:00
smlng
911c5e8114
cppcheck: fix warning in ccn-lite example
2016-12-22 15:21:42 +01:00
f44763f346
make: adapt Makefiles to AD -> Q rename
2016-12-22 12:12:38 +01:00
2daa4e399d
nanocoap/example: add README file
2016-12-20 17:03:08 +01:00
cdbe37cfde
example/microcoap_server: fix link local address
2016-12-16 09:56:22 +01:00
Emmanuel Baccelli
364874f7e1
Merge pull request #6096 from mattiantonini/pkg/iotivity
...
[Pkg] IoTivity Pkg for RIOT OS
2016-12-05 15:02:47 +01:00
Mattia Antonini
3f18bf0eb4
IoTivity Pkg for RIOT-OS
2016-12-05 10:41:07 +01:00
Joakim Nohlgård
7c48c891a0
xtimer: Update xtimer usage to match API changes
2016-11-29 20:44:31 +01:00
Hauke Petersen
c1f308ba85
examples: blacklisted calliope-mini
2016-11-21 17:20:54 +01:00
b6de3fe29c
examples: nanonet: add comment regarding resource sorting
2016-11-16 14:52:54 +01:00
Hauke Petersen
4040493e2c
examples: blacklisted microbit for insufficiant RAM
2016-11-09 12:01:09 +01:00
Martine Lenders
21c4cb41ff
tinydtls: fix for build system fix
2016-11-04 16:20:53 +01:00
Martine Lenders
61531451f2
examples: fix off-by-one error in TinyDTLS example
2016-11-03 13:12:21 +01:00
58983de28a
examples/gnrc_networking: fix custom channel definition
2016-11-02 13:21:34 +01:00
Peter Kietzmann
1c337b1d6c
Merge pull request #6032 from miri64/dtls/fix/blacklist-nrf52dk
...
dtls: Temporary fix example for #6022
2016-11-01 13:30:16 +01:00
Ken Bannister
1783c9c672
gcoap: CLI example
2016-10-31 22:41:52 -04:00
Martine Lenders
afe5ebee80
dtls: Temporary fix example for #6022
...
Seems like DTLS is also affected
2016-10-31 21:28:54 +01:00
Martine Lenders
a4074bf5f4
Merge pull request #6006 from miri64/microcoap/enh/port-to-sock
...
examples: port microcoap example to sock
2016-10-31 14:10:15 +01:00
Martine Lenders
c958dd89b8
Merge pull request #5972 from kaspar030/add_pkg_nanocoap
...
pkg: add nanocoap
2016-10-31 14:04:44 +01:00
Raul Fuentes
cf64aba1c8
TinyDTLS: integration into RIOT (without sockets)
...
Support for TinyDTLS (0.8.6) is added together an example at 'examples/dtls-echo'.
2016-10-30 18:05:25 +01:00
abb6ac078b
examples: nanocoap_server: initial commit
2016-10-30 06:45:30 +01:00
Martine Lenders
27bb45fa79
examples: port microcoap example to sock
2016-10-27 12:59:33 +02:00
Martine Lenders
9e97b0a028
Merge pull request #5977 from miri64/ieee802154/enh/centralize-default-values
...
ieee802154: centralize default values
2016-10-26 16:39:44 +02:00
Martine Lenders
6104d44cbe
examples: fix default channel setting for all radios
...
The config assumed it was a 2.4 GHz radio. This solution isn't perfect
either but eliminates a few more cases.
2016-10-26 15:32:12 +02:00
1659f56904
boards/nucleo-f070: initial support for nucleo-f070 board
2016-10-26 14:12:39 +02:00
Martine Lenders
0016463687
all: fix for new netreg_entry_t structure
2016-10-25 22:17:18 +02:00
Hauke Petersen
bc232a5642
Merge pull request #5524 from miri64/gnrc_netreg/api/helper-macro
...
gnrc_netreg: introduce helper macro/function for entry init
2016-10-25 21:21:25 +02:00
Martine Lenders
dc45cd2610
gnrc: use new netreg helper functions everywhere
2016-10-25 18:47:30 +02:00
3f29e77a4c
boards/nucleo-f030: initial support
2016-10-12 14:32:25 +02:00
Cenk Gündoğan
326a55caef
examples/gnrc_networking: use netstats_rpl
2016-09-27 20:40:04 +02:00
Cenk Gündoğan
c0f05a8a88
examples: ccn-lite-relay: minor doc fix
2016-09-11 22:39:20 +02:00
Martine Lenders
3b4f025e5d
gnrc_border_router: use start_network.sh script as for term target
2016-08-30 21:05:26 +02:00
Oleg Hahm
0703d80563
Merge pull request #5661 from OlegHahm/ccnl_update
...
pkg: ccn_lite update
2016-08-29 16:16:22 +02:00
b3a061e0ab
sys: remove config module
2016-08-27 07:57:09 +02:00
Michael Frey
d36712be88
update line number of ndn.lua
...
The ndn.lua file in the ndn-tools repository was changed most recently. Hence, the old line number in the wireshark dissector section was pointing to the wrong line.
2016-08-18 16:24:39 +02:00
Oleg Hahm
99e3a22d63
examples: open first interface automatically
2016-08-18 16:22:28 +02:00
Oleg Hahm
8ebdf39d14
examples: use RONR for ccn-lite-relay
2016-08-18 16:22:28 +02:00
Joakim Nohlgård
c0ad83c167
tests: Update xtimer_usleep_until usage to xtimer_periodic_wakeup
2016-07-29 13:05:02 +02:00
kYc0o
91410f5259
Merge pull request #5626 from aabadie/default_channel
...
makefiles: expose a single DEFAULT_CHANNEL variable
2016-07-18 14:26:24 +02:00
Martine Lenders
20975e5fa3
Merge pull request #5522 from miri64/examples/fix/udp-payload-size
...
examples: gnrc_networking uses variable it hasn't access to anymore
2016-07-14 19:18:10 +02:00
87ca058417
makefiles: expose a single DEFAULT_CHANNEL variable
2016-07-14 17:44:42 +02:00