-
### Checks
- [X] I agree to follow the MicroPython [Code of Conduct](https://github.com/micropython/micropython/blob/master/CODEOFCONDUCT.md) to ensure a safe and respectful space for everyone.
- …
-
When driving a high-side switching transistor with an external pull-up resistor the `Pin.OPEN_DRAIN` output works well (with negative logic, so grounding the output turns it on and letting it float tu…
-
I'm using `MICROPY_PORT_DEINIT_FUNC` to release hardware resources upon soft reset.
Unfortunately, it's called only after gc ram is deallocated by `gc_sweep_all`.
My port uses gc allocated ram, an…
-
Hello,
I would like to get micropython supported on the NuttX RTOS. There was an attempt to do that around 2018 but it was badly maintained inside NuttX and was finally removed. I would like to try…
-
Let's build another UI for the plugin, closer to ideas implemented in Thonny:
- [ ] Migrate from outdated and buggy adafruit-ampy, use direct connection via serial line and websockets instead
- …
elmot updated
2 weeks ago
-
Hi, I need to make some changes in the source code of one of the libraries included in this project. How could I then compile your micropython from source? Or is it possible to change pinout defined …
-
I am trying to change the ble channel of my device, I am creating a custom user module but I get this error:
I am building with
esp idf commit:
5bb59b00e72f8f91eb24d8c65bf9a7ea2b8a4f5f
Microp…
-
I'm trying to build the Unix port, but I keep getting `gcc: error: unrecognized command-line option ‘-Qunused-arguments’`.
Looking at online docs, it looks like [clang has that option](https://clan…
-
https://github.com/micropython/micropython/blob/00d6a79b3d5dc80d840dc1d51166e7d95856b3d6/ports/stm32/sdcard.c#L599
Any suggestions for a better way to handle this other than disabling USB IRQs ? Th…
-
Hi there,
ucryptography is an incredibly useful piece of software—thank you for that! When porting my Python code, I found that signature verification using elliptic curves fails with MicroPython +…