-
Some devices (like Virpil Throttles) have a special multi-state knob, that allows to change modes on the device, so the same button could serve multiple purposes based on the currently selected mode. …
-
I was trying out the module freezing process (shown here: https://github.com/mytechnotalent/MicroPython-micro-bit_How_To_Build_And_Freeze_Modules), but kept having issues with the 'make all' process n…
-
Follow-up from a Mattermost suggestion from @kent-mcleod: rebase musllibc on top of upstream master. Might be worth trying a merge commit there to have sychronization point again.
-
### Description
Form the thumb2 micros, in the _inline assembler_ it is available the directive _data_
https://docs.micropython.org/en/latest/reference/asm_thumb2_directives.html
A clever usage o…
-
### Description
Crossbuilding to `armv6` fails on Alpine Linux
/cc: @directhex
### Reproduction Steps
With https://gitlab.alpinelinux.org/ayakael/aports/-/blob/dotnet7/initial/testing/dotnet7-s…
-
On a pin change this code sample toggles the LED but never outputs "got here".
```python
from machine import Pin, lightsleep
p25 = Pin(25, Pin.OUT)
p0 = Pin(0, Pin.IN, Pin.PULL_UP)
def foo(_):
…
-
UsbTV kernel driver causes complete system freeze on Armbian OrangePi PC kernel 4.14
How to reproduce:
- Let's have a [Allwinner](https://en.wikipedia.org/wiki/Allwinner_Technology) [H3](http://l…
-
```sh
~/o/optms/archs/armv7t master ?4 > make clean; make
rm -rf arm.nml arm.irg nmp/state.nmp
cp nmp/state-normal.nmp nmp/state.nmp
cd nmp && ../../gliss2/irg/mkirg arm-thumb.nmp ../arm.irg &…
jordr updated
4 months ago
-
I'm using the program & Pi Zero to connect wheelchairs with Bluetooth Mouse support to the XAC
Works like a charm after fiddling with the settings.
However, there are some very nice bluetooth "V…
-
**Issue:** Nintendo Switch controllers are not registering any inputs when connected via USB. They still work fine via Bluetooth. This is also affecting third-party Switch controllers as well, and acr…