feat: add lab-rv32i-freertos-vector-raii card

This commit is contained in:
user
2026-07-21 19:14:20 +02:00
commit d1094e85f2
64 changed files with 33884 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#include "freertos/vector_v1.hpp"
void copy_must_not_compile( const freertos::VectorV1 & source )
{
freertos::VectorV1 copy { source };
( void ) copy;
}