use stage1 until stage3 is ready (#75)

wch-ch32v003
Matt Knight 2 years ago committed by GitHub
parent e1244177fa
commit 68314b8f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -141,6 +141,8 @@ pub fn addEmbeddedExecutable(
.app_packages = std.ArrayList(Pkg).init(builder.allocator),
};
exe.inner.use_stage1 = true;
// might not be true for all machines (Pi Pico), but
// for the HAL it's true (it doesn't know the concept of threading)
exe.inner.single_threaded = true;

Loading…
Cancel
Save