Kasper Hjort Berthelsen
80a7cf86ca
pkg/tflite-micro: add proper options to flatc
2024-05-28 11:30:37 +02:00
Kasper Hjort Berthelsen
6d51de0c39
pkg/tflite-micro: remove trailing spaces
2024-05-24 13:44:14 +02:00
Kasper Hjort Berthelsen
df5d9d4813
pkg/tflite-micro: Remove commented out code
...
Co-authored-by: Alexandre Abadie <alexandre.abadie@inria.fr>
2024-05-24 13:43:35 +02:00
Kasper Hjort Berthelsen
9c1e664e36
pkg/tflite-micro: Update tflite-micro to latest version
2024-05-24 11:57:46 +02:00
MrKevinWeiss
7a68fb0d5e
*Kconfig*: Remove dep-only Kconfig files
2024-03-26 14:54:22 +01:00
Marian Buschsieweke
87e8ab0ecb
pkg/tflite-micro: fix compilation with GCC >= 12.x
...
Compare names without over-reading in `micro_allocation_info.cc`.
This fixes:
/home/maribu/Repos/software/RIOT/build/pkg/tflite-micro/tensorflow/lite/micro/micro_allocation_info.cc: In member function 'TfLiteStatus tflite::AllocationInfoBuilder::GetOfflinePlannedOffsets(const int32_t**)':
/home/maribu/Repos/software/RIOT/build/pkg/tflite-micro/tensorflow/lite/micro/micro_allocation_info.cc:294:18: error: 'int strncmp(const char*, const char*, size_t)' specified bound 23 exceeds source size 0 [-Werror=stringop-overread]
294 | if (strncmp(metadata->name()->c_str(), kOfflineMemAllocMetadata,
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
295 | strlen(kOfflineMemAllocMetadata)) == 0) {
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-11-11 09:01:02 +01:00
3ee3d1b9ac
Merge pull request #18562 from MrKevinWeiss/pr/removemips
...
cpu/mips: Remove all mips
2022-09-30 10:47:09 +02:00
MrKevinWeiss
6cad5d2477
cpu/mips: Remove all mips
2022-09-27 13:42:37 +02:00
chrysn
feff412bcc
pkg: Move versions to dedicated line
...
Makefiles don't do comments, so these were forwarded into the variable.
*Most* users would expand the arguments to a shell where it'd be
ignored, but not all of them.
Contributes-To: https://github.com/RIOT-OS/RIOT/pull/18489
(This is also where the one version that is added here was removed).
2022-09-26 17:45:54 +02:00
628132a4e1
pkg: add Kconfig support for flatbuffers/ruy/tflite-micro
2022-04-27 10:53:50 +02:00
0efe0f838a
pkg/tflite-micro: add support for tflite-micro
2022-04-08 17:18:55 +02:00