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