Skip to content

Commit

Permalink
Fix bootloader start address (#16)
Browse files Browse the repository at this point in the history
* Use Stefan's compact version of OneButton.

* Enable Perixx keyboard; set numlock at power on

* Remove activity LED debug code.

* Move mouse and keyboard initialization state machine to START_RESET after reset.

* Reset mouse PS2 state machine when powering off.

* Pull x16community/main

* Add firmware versioning

* Update to origin main

* Fix bootloader start address

* Comment out community16 pins

---------

Co-authored-by: jburks <[email protected]>
  • Loading branch information
stefan-b-jakobsson and jburks authored Oct 11, 2023
1 parent ca6d172 commit e24f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x16-smc.ino
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ void HardReboot() { // This never works via I2C... W

void startBootloader() {
if (bootloaderFlags == 3 && bootloaderTimer > 0) {
((void(*)(void))0x1e02)();
((void(*)(void))0xf01)();
}
else {
bootloaderTimer = 50;
Expand Down

0 comments on commit e24f696

Please sign in to comment.