628132a4e1
pkg: add Kconfig support for flatbuffers/ruy/tflite-micro
2022-04-27 10:53:50 +02:00
8d2b5b912b
pkg/flatbuffers: bump to v2.0.0
2022-04-08 17:18:54 +02:00
Gunar Schorcht
aa44c8ab78
pkg: remove -std=c++11
2022-01-13 17:50:59 +01:00
Marian Buschsieweke
b005e8fce6
pkg/flatbuffers: add -Wno-cast-align
2021-12-03 10:12:38 +01:00
Martine Lenders
13cc189a8a
Revert "Remove which
from shell invocations"
2021-09-03 11:27:03 +02:00
chrysn
6b50033766
makefiles: Replace which
with command -v
...
As the POSIX documentation[1] of `command -v` guarantees that on error
there will be no output (and there will be output in the other cases),
the tests in Makefiles were simplified to test for output equality to
the empty string.
Redirects swallowing error outputs were removed, as the command produces
no error output there (as recommended at [2]).
Existing uses of `command` are simplified as well.
[1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/command.html
[2]: https://salsa.debian.org/debian/debianutils/-/blob/master/debian/NEWS
2021-09-02 16:30:46 +02:00
chrysn
648e014184
makefiles: Sort >/dev/null and 2>&1
...
Redirecting `2>&1 >/dev/null` moves stderr to stdout first and then
stdout to /dev/null; when checking for command existence or otherwise
silencing output, this is usually not desired (but only starts producing
errors when the actual command fails, which is often not tested).
2021-08-24 14:41:54 +02:00
21c9acbd6b
pkg/flatbuffers: declare module as pseudomodule
...
This package is only use for its headers so there's no module to build.
2020-06-14 22:20:38 +02:00
71d9f361ee
pkg/flatbuffers: add support to RIOT
2020-01-13 09:41:23 +01:00