Robert Lipe
Robert Lipe
1) Some RISC-V architectures have as many as 80 GPIOs. Defining those in KConfigs will be annoying, especially given the current awesome trend of pins being behind a MUX so...
For Windows there is BLFlashCube and for Linux, there's a binary of flash_build, but not really the source. This is problematic for developers on MacOS (with two processor types), Raspberry...
git checkout e231762bbb7f9678c072ce5b3483ef819977afcc (which, ironically, is "mine") compiles and links customer_app/sdk_app_gpio successfully for me. (The build breaks trying to run flash_bin on MacOS because that's a Linux file and we've...
kalman
- Add rudimentary Kalman filter. Work in progress. This is an over-simplified Kalman filter with hard-coded constants for process noise and measurement error. We could probably do better if we...
Reduce explicit memory ops. Show what a token scanner might look like. Parse DateTimes as proper QDateTimes.
Change from two arrays for the format vectors to be closer to one.
Hi. I'm not actually a LemonOS user. I'm just cruising around reading OS code and I like a lot of what I see in LemonOS - congrats. While I'm thus...
- A quick test to see if all our compilers re c++14 enough to support separators in 0xab'cdef and separators and binary prefixes 0b0110'0011.
**Describe the bug** I have an [extremely](https://wiki.luatos.com/chips/esp32s3/board.html) bare S3 board. I successfully built and flashed the code. (Yay!) I looked for a way to break the deadlock of having no...
I'm tired of watching huuuuuge lists of files build that I know won't be used. I've not shaved everything to the bone, but I've cut the cases that are big...