be-philippe

Results 8 issues of be-philippe

In version 1.1, I designed classes deriving from MapClass and SubmapClass to handle default behaviours in my class library. Among other things, this implied to override protected methods such as...

api enhancement

Specifically, in `~/.platformio/platforms/atmelsam/misc/svd/ATSAMD21G18A.svd`, lines 7716 `` and 7838 `` are not handled correctly. For example, the debugger shows correctly the byte value and the bit fields for `PINCFG0_0` and `PMUX0_0`,...

bug
debug

This simple sketch (on a SAMD21, for ex. MKR WiFi 1010): ``` #include void setup() { pinMode(0, OUTPUT); digitalWrite(0, LOW); } void loop() { LowPower.idle(); digitalWrite(0, !digitalRead(0)); } ``` produces...

type: imperfection
topic: documentation

After interrupting the `Patterns` example program around the half of the screen, the digits displayed by the `Show` command are greyed.

bug
user

Version 0.9.4, built from git tag v0.9.4, commit a72bc46 fails to run the `WalkMan` demo. Running it shows **VariablesMenuExecute error: Malformed local program** Some other demo programs have the same...

bug
duplicate
user
done

Trying to enter `17:54:23` with `17.54.23 F1` produces `17°54'23_hms_dms`, and a `Syntax error` on Enter. Couldn't the entry of `_hms` automatically delete the `_dms` added by the second `.` ?

bug
user
done

Version 0.9.4, just installed. I had to load the legacy keymap. Also shows the db48x logo below the keyboard, not db50x.

bug
user
done