Angus Gratton
Angus Gratton
Hi Max, I don't know how you'll feel about this patch, but I thought I'd ask. It lets me produce a thread safe newlib that I can link with FreeRTOS'...
Hi, I'm getting email support requests for this project from people who found my email address published in the README (for the ESP-IDF version in use). I'd appreciate it if...
I've been using beets for a couple of years now and I love it. There's a minor annoyance for me that I've noticed since the beginning and have more or...
Allows optimisation of cases like: ```python from micropython import const _DEBUG = const(False) if _DEBUG: print('Debugging info') ``` Previously the 'if' statement was only optimised out if the type of...
Still relatively early, but starting to be useful for things. Eventual goal is to have enough support for MicroPython to be a LoRaWAN Class A device with a fully async...
Hi, I'm sorry I haven't had time to fully debug this yet but I've noticed that in s3cmd (1.50 and current development), doing a sync like this: ``` s3cmd sync...
Hi @ajfisher, I thought you might find these tweaks interesting. Minor changes for the "LCA Edition" SimpleBot Pi, and I committed the SVG "plates" I've been using to cut them....
Hi Matt & others, I noticed some of my long-running EPICS apps were leaking memory, seemed to be any that re-allocated PV objects on a regular basis. Callbacks are added...
Adds documented support for [pre-commit](https://pre-commit.com/) as an easy way to run the CI code formatting & commit message checks locally. I went the long way around here, originally trying to...
Adds support for the STM32WL5's LoRa SUBGHZ modem & its associated SPI interface. Plus some small cleanup commits for DMA on STM32WL5x and to mark some symbols as static. The...