- Aug 02, 2023
-
-
q3k authored
-
- Jul 30, 2023
-
-
q3k authored
1. The page preview seems unusable anyway, as GitLab doesn't serve HTML pages (only allows to download them). 2. Rules seems broken and 'splits' pipelines: https://gitlab.com/gitlab-org/gitlab/-/issues/34756 In return, 'only' is deprecated, but at least it works. This also hopefully stops us from submitting random MR docs onto the production pages.
-
q3k authored
-
q3k authored
-
schneider authored
-
schneider authored
-
q3k authored
We need to have the bmi270 component available, even though we don't even link against it.
-
q3k authored
This moves the raw read/write access code from the recovery mode into st3m, and gives us the ability to mount/unmount the FAT partition on demand.
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
schneider authored
-
dx authored
-
pippin authored
Only ctx.arc has a 6th integer argument, integer truncation was applied to all 6-argument methods.
-
9R authored
-
q3k authored
Whoops.
-
q3k authored
This allows us to os.listdir("/").
-
q3k authored
-
dx authored
-
q3k authored
We seem to be wasting a lot of internal memory on random mallocs(), preventing us from late-initializing bluetooth/BLE. Fixes #13 . Maybe. We'll see with time. I think a more complete approach would be to force all micropython allocations to land in SPIRAM? Or maybe use some memory watermarking to make the micropython allocator only use internal memory if there's plenty of it available, enough to initialize BLE?
-
- Jul 29, 2023
-
-
q3k authored
Fixes #12.
-
q3k authored
This is the first implementation of the Recovery Mode for the badge. See README for information on how to use/flash it.
-
q3k authored
-
q3k authored
We attempt to share st3m with the recovery firmware, and thus must eliminate two components that can't live in the recovery firmware: 1. The startup function, which contains references to all matters of subfunctionality we don't want (audio, micropython, etc) 2. The FS code, which contains references to the tarball extraction logic (which we don't want to embed into recovery mode either).
-
- Jul 28, 2023