| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | `make format`HEADmaster | Loek Le Blansch | 2024-06-27 |
| | | |||
| * | fix doxygen comments | Loek Le Blansch | 2024-06-27 |
| | | |||
| * | `make format` | Loek Le Blansch | 2024-06-27 |
| | | |||
| * | brightness control and gameplay bug fix | Elwin | 2024-06-26 |
| | | |||
| * | `make format` | Loek Le Blansch | 2024-06-26 |
| | | |||
| * | more important documentation | Loek Le Blansch | 2024-06-26 |
| | | |||
| * | fix up documentation some more | Loek Le Blansch | 2024-06-26 |
| | | |||
| * | consistent CMakeLists.txt indents | Loek Le Blansch | 2024-06-26 |
| | | |||
| * | fix smoketest | Loek Le Blansch | 2024-06-25 |
| | | |||
| * | Merge branch 'master' of github.com:lonkaars/puzzelbox into prot/smoketest | Loek Le Blansch | 2024-06-25 |
| |\ | |||
| | * | Merge pull request #35 from lonkaars/prot/smoketest | Thomas in 't Anker | 2024-06-25 |
| | |\ | | | | | | | Module test code | ||
| | * | | Fix config | ThomasintAnker | 2024-06-25 |
| | | | | |||
| * | | | fix smoketest | Loek Le Blansch | 2024-06-25 |
| | |/ |/| | |||
| * | | Module test code | Elwin | 2024-06-25 |
| |/ | |||
| * | do not use hard-coded neotrellis module addresses | Loek Le Blansch | 2024-06-24 |
| | | |||
| * | fix indentation | Loek Le Blansch | 2024-06-24 |
| | | |||
| * | Merge branch 'prot/neo-puzzle' of github.com:lonkaars/puzzelbox | Loek Le Blansch | 2024-06-24 |
| |\ | |||
| | * | bpdrv impl. | Elwin | 2024-06-24 |
| | | | |||
| | * | cmake fix | Elwin | 2024-06-24 |
| | | | |||
| * | | add debug print statement | ThomasintAnker | 2024-06-24 |
| | | | |||
| * | | Merge branch 'prot/vault-puzzle' of github.com:lonkaars/puzzelbox | Loek Le Blansch | 2024-06-24 |
| |\ \ | |||
| | * | | Corrected pbdrv impl. | Elwin | 2024-06-24 |
| | | | | |||
| | * | | Cmake fix and working vault code with pbdrv impl. | Elwin | 2024-06-24 |
| | | | | |||
| | * | | cmake change and pbdrv implementation | Elwin | 2024-06-24 |
| | |/ | |||
| * | | fix makefile (for real this time) | Loek Le Blansch | 2024-06-24 |
| | | | |||
| * | | fix make flash | Loek Le Blansch | 2024-06-24 |
| | | | |||
| * | | Merge branch 'wip/docs' into wip/rp2040-good-ending | Loek Le Blansch | 2024-06-23 |
| |\| | |||
| | * | clean up documentation for puzzle modules | Loek Le Blansch | 2024-06-23 |
| | | | |||
| | * | Neotrellis Freertos support | Elwin | 2024-06-23 |
| | | | |||
| * | | 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 |
| |/ | |||
| * | Merge branch 'prot/vault-puzzle' of github.com:lonkaars/puzzelbox | Loek Le Blansch | 2024-06-22 |
| |\ | |||
| | * | Freertos support | Elwin | 2024-06-22 |
| | | | |||
| * | | more documentation | Loek Le Blansch | 2024-06-22 |
| |/ | |||
| * | WIP main controller puzzle bus behavior + fix build system / client | Loek Le Blansch | 2024-06-18 |
| | | |||
| * | stupid dumb bug | Loek Le Blansch | 2024-06-18 |
| | | |||
| * | 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 fixing memory handling | Loek Le Blansch | 2024-06-16 |
| | | |||
| * | restore arduino compatibility | Loek Le Blansch | 2024-06-15 |
| | | |||
| * | compiling works again :cry: | Loek Le Blansch | 2024-06-15 |
| | | |||
| * | WIP freertos + Arduino workaround | Loek Le Blansch | 2024-06-15 |
| | | |||
| * | WIP more puzzle bus driver code | Loek Le Blansch | 2024-06-14 |
| | | |||
| * | clean up pbdrv naming | Loek Le Blansch | 2024-06-14 |
| | | |||
| * | 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. | ||
| * | fix arduino pbdrv | Loek Le Blansch | 2024-06-09 |
| | | |||
| * | clean up repository | Loek Le Blansch | 2024-06-08 |
| | | |||
| * | added pull-up resistors (code works, commit for safety) | Loek Le Blansch | 2024-06-07 |
| | | |||