feat: rebuild heap4 card around upstream FreeRTOS allocator

This commit is contained in:
user
2026-07-14 23:24:56 +02:00
parent 032a06fdef
commit 2b17bb4ff9
41 changed files with 1462 additions and 2138 deletions
+19
View File
@@ -0,0 +1,19 @@
schema: 1
targets:
native:
profile: native-amd64
actions: [build, test, run, debug]
hazard3-baremetal:
profile: hazard3-sim
actions: [build, test, run, debug]
rp2350-rv:
profile: rp2350
actions: [build, test, deploy, debug]
actions:
build: [bash, tools/card-action.sh, build]
test: [bash, tools/card-action.sh, test]
run: [bash, tools/card-action.sh, run]
deploy: [bash, tools/card-action.sh, deploy]
debug: [bash, tools/card-action.sh, debug]
artifacts:
directory: .stem/artifacts