Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | place rp2040 back in pbdrv | Loek Le Blansch | 2024-06-23 |
| | |||
* | clean up build files | Loek Le Blansch | 2024-06-23 |
| | |||
* | Arduino Uno dummy sketch restored + fixed | Loek Le Blansch | 2024-06-23 |
| | |||
* | i2c reply kinda working | Loek Le Blansch | 2024-06-18 |
| | |||
* | WIP losing my mind | Loek Le Blansch | 2024-06-18 |
| | |||
* | use arduino mega for dummy sketch | Loek Le Blansch | 2024-06-17 |
| | |||
* | WIP freertos + Arduino workaround | Loek Le Blansch | 2024-06-15 |
| | |||
* | add some remnants of rp2040 debugging hell (see message) | Loek Le Blansch | 2024-06-09 |
| | | | | | | | | | | | | | This commit has a few commented lines in CMakeLists.txt for compiling Arduino sketches for the RP2040 using <https://github.com/earlephilhower/arduino-pico>. I used this to sanity check if the same use of the Wire library that I used for the Arduino would work on the RP2040, and to my surprise, it didn't. Turns out the ATmega328P's TWI interface supports a thing where I2C masters can be addressed as slaves in a multi-master configuration (see section 21.9.5 of the datasheet). This is used in the puzzle box, and not (natively) supported by the RP2040 processor. | ||
* | the large library cleanup | Loek Le Blansch | 2024-06-05 |
| | |||
* | arduino specific puzzle bus driver test | Loek Le Blansch | 2024-06-05 |
| | |||
* | add arduino cmake toolchain + improve lazy.mk | Loek Le Blansch | 2024-06-05 |