- Jul 30, 2023
-
-
q3k authored
-
schneider authored
-
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
-
pippin authored
Only ctx.arc has a 6th integer argument, integer truncation was applied to all 6-argument methods.
-
q3k authored
Whoops.
-
q3k authored
This allows us to os.listdir("/").
-
- Jul 29, 2023
-
-
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
-
-
q3k authored
-
q3k authored
-
q3k authored
We don't pre-generate a FAT partition anymore.
-
q3k authored
-
q3k authored
-
q3k authored
-
q3k authored
rip 2023-2023
-
q3k authored
This removes all hardware.* captouch calls from mpy and ports the entire API to captouch.*. Internally in C, we have unified all API calls under one st3m_captouch_read call which lets the user access structured data in any way they want.
-
q3k authored
-
q3k authored
-
q3k authored
This reimplements components/captouch into a separate BSP-based captouch driver. New features: 1. Interrupt-driven, which seems to improve performance. 2. Has ability to run multiple sequences one after another on the AD7147. This is needed to support 13 channels on the bottom captouch controller. However, this seems to be currently broken (see BUG).
-
q3k authored
Whoops, this shouldn't have happened. Sorry.
-
q3k authored
-
- Jul 20, 2023
-
-
q3k authored
-
q3k authored
Apparently this is what we have to do to end up with correctly split flags being passed into micropython qstr machinery...
-
q3k authored
We're going with spirals for the production model, and the code fork doesn't make much sense anyway, as it all ended up being the same (so far). Whenever the behaviour between spiral/spikes changes, we should just drop support for spikes.
-
q3k authored
We have newer badges available for everyone to develop against, and p1 is so different from everything else that it's really not worth maintaining support for it anymore.
-
q3k authored
-
q3k authored
-
q3k authored
-
- Jul 18, 2023