glennrub

Results 5 comments of glennrub

A bit of background; I would like to cherry-pick microbitdisplay.h and microbitimage.h moving them out of repo context, modify and redistribute. The corresponding source files have a license that allows...

Got it. For now I'll copy the LICENSE and AUTHORS files and put these files along with the files missing explicit license text.

Created https://github.com/glennrub/ubluepy -> clone to "cmodules" `make BOARD=pca10056 USER_C_MODULES=cmodules SD=s140 MICROPY_PY_BLUETOOTH=0` This shows s140 still being enabled and linker scripts being used, but custom Radio stack driver being used.

Hi @aykevl, I've rewritten a bit on the nus console to work with serial port programs. I added a few things, such as auto-reconnect, connect on name, connect on address,...

Yeah, and i removed the `replace(b'\n', b'\r\n')` on the notification data as i'm fixing this in mainline. It turned out `mp_hal_stdout_tx_strn_cooked` in the `ble_uart.c` did not do what it was...