Re: [fpc-devel] Patch for uf2 support in freePascal

2021-01-22 Thread J. Gareth Moreton via fpc-devel
I hope this isn't too much to ask, but if this IS intended for this mailing list, would someone be willing to translate for me? I'm still learning German (I assume it's German) and am not good enough yet to make much sense of this. Gareth aka. Kit On 22/01/2021 22:37, Michael Ring via fpc-dev

Re: [fpc-devel] Patch for uf2 support in freePascal

2021-01-22 Thread Sven Barth via fpc-devel
Michael Ring via fpc-devel schrieb am Fr., 22. Jan. 2021, 23:38: > Hi Florian, im Anhang der Path für den UF2 Support in freepascal, ich > hoffe er passt so für Dich... > I take it this wasn't intended for the list? ;) Regards, Sven ___ fpc-devel mail

[fpc-devel] Patch for uf2 support in freePascal

2021-01-22 Thread Michael Ring via fpc-devel
Hi Florian, im Anhang der Path für den UF2 Support in freepascal, ich hoffe er passt so für Dich... Das UF2 File wird nur erzeugt wenn die Startadresse ungleich $ ist da normalerweise der UF2 Bootloader ab Addresse 0 steht und es damit keinen sinnmacht ein uf2 file zu erzeugen wenn die

Re: [fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-22 Thread Florian Klämpfl via fpc-devel
Am 22.01.21 um 22:02 schrieb Michael Ring via fpc-devel: Hi! Raspberry Pi organization announced the Raspberry Pi Pico (A dualcore Cortex-M0) and by coincidence I played with uf2 file format in the past days which is used by this board and many, many Adafruit boards to upload firmware in an e

[fpc-devel] Creating uf2 files for arm-embedded and Raspberry Pi Pico

2021-01-22 Thread Michael Ring via fpc-devel
Hi! Raspberry Pi organization announced the Raspberry Pi Pico (A dualcore Cortex-M0) and by coincidence I played with uf2 file format in the past days which is used by this board and many, many Adafruit boards to upload firmware in an easy way. So as a first step in the direction of supporti