aboutsummaryrefslogtreecommitdiff
path: root/puzzle
Commit message (Collapse)AuthorAge
* WIP main controller puzzle bus behavior + fix build system / clientLoek Le Blansch2024-06-18
|
* stupid dumb bugLoek Le Blansch2024-06-18
|
* i2c reply kinda workingLoek Le Blansch2024-06-18
|
* WIP losing my mindLoek Le Blansch2024-06-18
|
* use arduino mega for dummy sketchLoek Le Blansch2024-06-17
|
* WIP fixing memory handlingLoek Le Blansch2024-06-16
|
* restore arduino compatibilityLoek Le Blansch2024-06-15
|
* compiling works again :cry:Loek Le Blansch2024-06-15
|
* WIP freertos + Arduino workaroundLoek Le Blansch2024-06-15
|
* WIP more puzzle bus driver codeLoek Le Blansch2024-06-14
|
* clean up pbdrv namingLoek Le Blansch2024-06-14
|
* add some remnants of rp2040 debugging hell (see message)Loek Le Blansch2024-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.
* fix arduino pbdrvLoek Le Blansch2024-06-09
|
* clean up repositoryLoek Le Blansch2024-06-08
|
* added pull-up resistors (code works, commit for safety)Loek Le Blansch2024-06-07
|
* WIP debugging arduino puzzle module driverLoek Le Blansch2024-06-06
|
* add arduino ide install noticeLoek Le Blansch2024-06-05
|
* the large library cleanupLoek Le Blansch2024-06-05
|
* arduino specific puzzle bus driver testLoek Le Blansch2024-06-05
|
* add arduino cmake toolchain + improve lazy.mkLoek Le Blansch2024-06-05
|
* implement pbdrvLoek Le Blansch2024-05-30
|
* use strncmp instead of memcmp for comparing strings of unknown lengthLoek Le Blansch2024-05-29
|
* fix spelling mistakeLoek Le Blansch2024-05-28
|
* add initial puzzle bus specificationLoek Le Blansch2024-05-28
|
* Merge branch 'master' into prot/vault-puzzle (merge #5)Loek Le Blansch2024-05-25
|\
| * editorconfig deletion and working hardware codeElwin Hammer2024-05-25
| |
| * Update editorconfig.wxl, arduino-neopuzzle.ino, and neo.cppElwin Hammer2024-05-21
|
* Code working according to game logic from console appElwin Hammer2024-05-23
|
* Update arduino-vaultpuzzle.inoElwin Hammer2024-05-23
|
* Feedback appliedElwin Hammer2024-05-21