Damien George

Results 42 issues of Damien George

The excution model for uPy on the microbit is currently a single thread executing with full control. There are idle and system "threads" behind the scenes, but these are used...

enhancement

It's the eleventh hour (or perhaps the thirteenth!), but there are 2 small things that maybe should be changed before all the boards are made: 1. Align mounting holes on...

Originally opened by @jevers76: When the software initializes PA13 as an input for USR_SW it's use as SWDIO ends. The chip must be erased before SW debbug can be used...

With the RP2040 in bootloader mode, one gets: ``` $ sg_inq --only /dev/sdb standard INQUIRY: PQual=0 PDT=0 RMB=1 LU_CONG=0 hot_pluggable=0 version=0x02 [SCSI-2] [AERC=0] [TrmTsk=0] NormACA=0 HiSUP=0 Resp_data_format=2 SCCS=0 ACC=0 TPGS=0...

With this, the `webrepl_cli.py` script can be used to access the REPL, eg: ``` $ ./webrepl_cli.py -p x 192.168.4.1 op:repl, host:192.168.20.27, port:8266, passwd:x. Remote WebREPL version: (1, 17, 0) Use...

This updates the BTstack submodule to the latest release, v1.5.3. This is still work-in-progress. Multitests pass on stm32 but some are not as robust as before. Also needs testing on...

extmod

This PR extends, improves and changes the webassembly port so that it's suitable for use in PyScript, (https://pyscript.net/, https://github.com/pyscript/pyscript). The main things in this PR are: - Add transparent proxying...

port-webassembly

This PR adds support for the analog-only pads/pins on STM32H7 parts. These pads/pins are called PA0_C/PA1_C/PC2_C/PC3_C in the datasheet. They each have an analog switch that can optionally connect them...

port-stm32

This simple change to map rehashing makes it so the old map is kept intact during the rehash, and only after the rehash is complete is the old map updated...

py-core

It seems that subnormal floats are not handled by the ROM float routines, and the pico-sdk wrappers don't account for this. Code to reproduce on pico-sdk 1.5.1 (EDIT: fixed typo...

review
floating point