Chris Mason

Results 13 comments of Chris Mason

R11 and R12 are the two resistors close to pins Y9 and Y10 on PYBv1.0. You should be able to see the traces run to them. You can check with...

Hi John, I will discuss pullups with Damien, but leaving them off will break the AMP and LCD skins which both use I2C for volume control and touch controller. Are...

I personally regard Pyboard and PYB as trademarks of Damien's hardware and I think people would like to know that if they buy a PYBxx they are contributing financially to...

Motivation for this was to support USB on L452 and add L433, but I decided to do a complete review of the L4 series. I haven't added L4+ series (STM32L4P5,...

@dpgeorge, please review the changes I made to the linker scripts. On L4 the end of FLASH is always the beginning of FLASH_FS and the current linker scripts require entry...

Test scripts for the LFS1 file system. When reprogramming the boards with different FLASH_FS sizes it is necessary to erase all flash first. On the NUCLEO_L432KC board I found it...

I am working on an update to this now. I have removed the filesystem size stuff and am using your approach for L432KC after rebase. I have added L4plus support....

@dpgeorge I'm actively using this baranch for several products. I'm happy to close it and submit new PR's against latest master later. I hope to get back to MicroPython work...

Interesting timing. I have an immediate need for this. I have just written an implementation of https://github.com/micropython/micropython/issues/3935 in MicroPython. It implements callbacks and 16-bit addressing, but needs to be called...

I can build for PYBV10, but not for NUCLEO_L476RG or my L432. I will investigate tomorrow.