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