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

41351 Commits

Author SHA1 Message Date
chrysn
95c540058d doc/getting-started: Add C++ standard library to the list 2022-09-20 16:42:19 +02:00
chrysn
59d184f170 examples/spectrum-scanner: Fix building on PIC32 and RISC-V 2022-09-20 13:46:07 +02:00
Martine Lenders
13f94cb11c examples: sniffer / spectrum_analyzer: amend Makefile.ci 2022-09-20 13:46:07 +02:00
Marian Buschsieweke
3f8f6e929d
Merge pull request #18610 from miri64/event_periodic_callback/fix/dep
event_periodic_callback: remove unnecessary dependency
2022-09-20 12:15:58 +02:00
chrysn
f738c9bb41 Move in RIOT/applications 2022-09-20 11:52:30 +02:00
chrysn
ff3d3b5ba2 makefiles: Adjust paths of RIOT-applications to run from examples 2022-09-20 11:49:56 +02:00
chrysn
17a042a060 Move RIOT-applications into examples 2022-09-20 11:49:33 +02:00
chrysn
39dab4ee57 Remove files from RIOT-applications that make no sense in RIOT examples 2022-09-20 11:47:59 +02:00
chrysn
a54501fa21 Merge pull request https://github.com/RIOT-OS/applications/pull/82 from miri64/scripts/enh/black
sniffer / spectrum-scanner: reformat using black
2022-09-20 11:24:12 +02:00
Martine Lenders
a6a642a723 Merge pull request https://github.com/RIOT-OS/applications/pull/81 from miri64/sniffer/fix/python3
sniffer: correct handling of byte strings
2022-09-20 11:24:12 +02:00
Martine Lenders
646b37b2b3 sniffer / spectrum-scanner: reformat using black 2022-09-20 11:24:12 +02:00
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
adf8ed117d sniffer.py: enforce use of python3 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
1c187bb82f sniffer: correct handling of byte strings 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