Andrew Leech

Results 148 issues of Andrew Leech

Just wondering if you've looked at / considered wrapping smali up as a gradle compilation plugin to allow mixing smali source alongside java source in an Android / gradle project?...

enhancement

When uploading an entire folder to the device, if --mkdir is specified, then delete any existing copy of the folder before uploading new copy. I think it feels natural that...

So I've gone and made an auto-compiler for mpy-cross: https://gitlab.com/alelec/mpy_cross It builds copies of mpy-cross for osx, linux (32 and 64 bit) and windows (32 and 64 bit). Every micropython...

### Environment - Pythonnet version: 2.4.0 - Python version: 3.6.4 (amd64) - Operating System: Win 10.0.18875 Build 18875 ### Details - Trying to use the DeviceInformationCustomPairing.PairAsync Method to pair to...

Alternate implementation of #7703 which moves most of the task-specific code to a native module example. This version has full support for use with STM32CubeMonitor-Rf app. It should still also...

port-stm32

32 bit platforms only support a slice offset start of 24 bit max due to the limited size of https://github.com/micropython/micropython/blob/9dfabcd6d3d080aced888e8474e921f11dc979bb/py/objarray.h#L47 As it stands, if a memoryview object is sliced with...

py-core

This PR provides a new `make show-config` target which will search for all `MICROPY_*` defines used in current build and write them with their computed values for a file in...

py-core

This PR allows the usage of a stm32wb55 board (eg. nucleo or dongle) as a USB/UART Bluetooth HCI Dongle. This allows it to be used to provide bluetooth functionality with...

port-stm32

Runs some isr and flash erase functions from ram so the uart rx is not blocked by background flash operations. This is intended to demonstrate an alternate solution to fixing...

port-stm32

The `ure` module currently requires either a `str` or `byte` object to be used for pattern, replace and string arguments. When searching through a large amount of data with a...

extmod