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

142 Commits

Author SHA1 Message Date
chrysn
4217c680ac Merge pull request https://github.com/RIOT-OS/applications/pull/80 from chrysn-pull-requests/remove-chat-application
Remove "coap-chat" application
2022-09-20 11:24:12 +02:00
Martine Lenders
7c5f2e3ec2 Merge pull request https://github.com/RIOT-OS/applications/pull/78 from akshaim/update-submodule
RIOT-OS Submodule : Update to 2022.07 release
2022-09-20 11:24:12 +02:00
chrysn
eb0ec397cc Remove "coap-chat" application 2022-09-20 11:24:12 +02:00
Martine Lenders
43903b179b Merge pull request https://github.com/RIOT-OS/applications/pull/76 from akshaim/remove_flak8
travis: Remove flake8
2022-09-20 11:24:12 +02:00
chrysn
ef9b3a029d sniffer: Migrate to ztimer
See-Also: https://github.com/RIOT-OS/applications/pull/78#pullrequestreview-1112206330
2022-09-20 11:24:12 +02:00
Martine Lenders
c71f74e2a9 Merge pull request https://github.com/RIOT-OS/applications/pull/74 from leandrolanzieri/pr/coap_chat/adapt_new_gcoap_api
coap-chat: adapt to new gcoap API
2022-09-20 11:24:12 +02:00
Akshai M
b4f4173553 travis: Remove flak8 2022-09-20 11:24:12 +02:00
chrysn
dda61ca78e dependencies: Replace deprecated module 2022-09-20 11:24:12 +02:00
Martine Lenders
9db31389e0 Merge pull request https://github.com/RIOT-OS/applications/pull/72 from miri64/release/enh/2020.07
RIOT: update to 2020.07
2022-09-20 11:24:12 +02:00
Leandro Lanzieri
9d17a74df8 coap-chat: adapt to new gcoap API 2022-09-20 11:24:12 +02:00
chrysn
25a5151dc4 sniffer: Update to 2022.07 release
The ztimer64_xtimer_compat module is not automatically enabled when
ztimer provides xtimer compatibility. It does not provide the
xtimer_usec_from_ticks64 function, but that was not particularly used
anyway. A header file became unavailable but was not needed.
2022-09-20 11:24:12 +02:00
5b40f96f9d Merge pull request https://github.com/RIOT-OS/applications/pull/71 from fjmolinas/pr_bump_version
RIOT: bump version to 2020.01
2022-09-20 11:24:12 +02:00
Martine S. Lenders
0fb6a17dd0 spectrum-scanner: adapt for 2020.07 release 2022-09-20 11:24:12 +02:00
chrysn
bc38fd40bc spectrum-scanner: Update to 2022.07 release
The ztimer64_xtimer_compat module is not automatically enabled when
ztimer provides xtimer compatibility.
2022-09-20 11:24:12 +02:00
Martine Lenders
ad5c7c9a4a Merge pull request https://github.com/RIOT-OS/applications/pull/69 from kb2ma/sniffer/2019.10_update
sniffer: README updates
2022-09-20 11:24:12 +02:00
Francisco Molina
b0307a432d coap-chat/coap.c: apply api changes 2022-09-20 11:24:12 +02:00
Martine S. Lenders
5b050d8921 coap-chat: adapt for 2020.07 release 2022-09-20 11:24:12 +02:00
chrysn
8f8db4fb21 coap-chat: Update to 2022.07 release
The signature changed; no need for changes in code as the context
argument is discarded anyway.
2022-09-20 11:24:12 +02:00
Martine Lenders
04ff35135f Merge pull request https://github.com/RIOT-OS/applications/pull/68 from kb2ma/coap-chat/2019.10_update
coap-chat: 2019.10 update
2022-09-20 11:24:12 +02:00
Ken Bannister
818eb2d4e6 sniffer: fix reference to sniffer tool README 2022-09-20 11:24:12 +02:00
Francisco Molina
e0e2e400df README: fix submodule initialization 2022-09-20 11:24:12 +02:00
Martine S. Lenders
33024b46b2 RIOT: update for 2020.07 2022-09-20 11:24:12 +02:00
Akshai M
5a0a37a29d RIOT-OS Submodule : Update to 2022.07 release 2022-09-20 11:24:12 +02:00
Martine Lenders
b166ba3afb Merge pull request https://github.com/RIOT-OS/applications/pull/67 from kb2ma/2019.10_update
RIOT: update submodule to 2019.10 release
2022-09-20 11:24:12 +02:00
Ken Bannister
8dd36cf57a coap-chat: update for gcoap change in 2019.10 release 2022-09-20 11:24:12 +02:00
Ken Bannister
bb9aa60ece sniffer: fix references to board network interface 2022-09-20 11:24:12 +02:00
Francisco Molina
5955c6f229 RIOT: bump version to 2020.01 2022-09-20 11:24:12 +02:00
Sebastian Meiling
23b7164161 Merge pull request https://github.com/RIOT-OS/applications/pull/62 from miri64/travis/enh/notifications
travis: notify maintainers via mail about builds
2022-09-20 11:24:12 +02:00
Ken Bannister
190e5924ed RIOT: update submodule to 2019.10 2022-09-20 11:24:12 +02:00
Ken Bannister
f31eb2f5b2 sniffer: formatting and syntax updates 2022-09-20 11:24:12 +02:00
Martine Lenders
a780454b78 Merge pull request https://github.com/RIOT-OS/applications/pull/65 from RIOT-OS/pr_fix_flake8
spectrum-scanner: fix flake8 issues
2022-09-20 11:24:12 +02:00
Martine Lenders
6ca3a170cc travis: notify maintainers via mail about builds 2022-09-20 11:24:12 +02:00
Ken Bannister
1b993970ed sniffer: add output example 2022-09-20 11:24:12 +02:00
Sebastian Meiling
3d2c230696 Merge pull request https://github.com/RIOT-OS/applications/pull/53 from gebart/pr/spectrum-plot
spectrum-scanner: Improved plotting script
2022-09-20 11:24:12 +02:00
Sebastian Meiling
d78501d305 spectrum-scanner: fix flake8 issues 2022-09-20 11:24:12 +02:00
Sebastian Meiling
b926d47ee2 Merge pull request https://github.com/RIOT-OS/applications/pull/58 from miri64/readme
Provide README
2022-09-20 11:24:12 +02:00
Ken Bannister
4be4e20cbb sniffer: remove obsolete reference to RIOTBASE 2022-09-20 11:24:12 +02:00
danpetry
3b73f9a4d3 Merge pull request https://github.com/RIOT-OS/applications/pull/63 from miri64/riot/enh/2019.04
RIOT: update submodule to 2019.04
2022-09-20 11:24:12 +02:00
Martine Lenders
96a894bacb Provide README 2022-09-20 11:24:12 +02:00
Martine Lenders
1ee703aa27 RIOT: update submodule to 2019.04 2022-09-20 11:24:12 +02:00
Martine Lenders
9e8e41b26a Merge pull request https://github.com/RIOT-OS/applications/pull/60 from miri64/2019.01-update
Update RIOT submodule to 2019.01
2019-02-18 16:57:59 +01:00
Martine Lenders
53e91a13e3 Update RIOT submodule to 2019.01 2019-02-15 19:08:35 +01:00
Martine Lenders
3131dac286 Merge pull request https://github.com/RIOT-OS/applications/pull/59 from RIOT-OS/add-license-1
add missing LICENSE
2019-01-09 10:48:02 +01:00
Sebastian Meiling
7a771c200c add missing LICENSE 2019-01-09 08:50:16 +01:00
Sebastian Meiling
96b8fa0efb Merge pull request https://github.com/RIOT-OS/applications/pull/57 from miri64/revert-submodule-48
Revert submodule change of #48
2019-01-08 10:49:15 +01:00
Martine Lenders
b2034520c5 Revert submodule change of #48 2019-01-08 10:17:51 +01:00
Martine Lenders
1dcc7f8840 Merge pull request https://github.com/RIOT-OS/applications/pull/48 from smlng/pr/travis
CI: add travis config
2019-01-08 10:09:56 +01:00
smlng
0d63000377 initial travis.yml 2019-01-07 14:23:45 +01:00
bd1e557a0e Merge pull request https://github.com/RIOT-OS/applications/pull/50 from smlng/pr/submodule
add RIOT as submodule
2019-01-03 11:09:22 +01:00
smlng
71ab847086 adapt RIOTBASE to use submodule path 2018-12-19 13:19:37 +01:00