Thingy:52 nrf port, what board name to use to compile port
Hi,
I created this topic in the forum with no much luck, maybe someone here can help me.
https://forum.micropython.org/viewtopic.php?f=12&t=11704
I am compiling a port for the Nordic Seminconductors Thingy:52. I see in the documentation that nrf port has been tested for Thingy:52. It is listed in tested hardware. However there is no target board code for the Thingy:52 specifically.
https://github.com/micropython/micropyt ... /ports/nrf
I would like to know how this board what tested and if another target board name was used for it, for example pca10040. The Thingy:52 is pca20020.
Thanks,
Nrf52840 mdk2
Follow-up on PR #6054.
I've added a Make flag DFU in the mpconfigboards.mk which has the intention of disabling all Bootloader awareness. Hence, claim the full flash and set a standard programmer. I'm not happy with the name. Any, better suggestion on what to call this? I thought of BOOTLOADER_DISABLE and similar, but then it sounds like the compilation provides a bootloader. This is why i pointed it more in direction of DFU capability disable.