RasmusB
RasmusB
Great! Really glad to hear that someone might make use of some of my efforts :) I'm also in the process of making a new mainbord, but using a CM4...
There is [a fix that requires a change in the core Arduino libraries](https://arduino.stackexchange.com/questions/60771/arduino-micro-draws-too-much-power-from-iphone-how-can-i-change-that). I tried implementing that in board.h `#undef D_CONFIG #define D_CONFIG(_totalLength,_interfaces) \ { 9, 2, _totalLength,_interfaces, 1, 0,...
@TomCarlson-NTAC Yes, a "quirk" label would have been more appropriate :) I have refrained from adding layout-specific code to the firmware as far as possible, but for some users (like...
I just tried this and can confirm the issue. The code.py that just contains "Hello world" is automatically installed when you install circuitpython (at least for the RP2040 port)
I'm seeing the same issue on my machines. It also allows me to add the same word to the workspace dictionary over and over again. It's like it can find...