Open
Description
Reading through the above two reports, I can see that it was decided that the F1 has too little RAM and/or flash storage for circuitpython. I appear to have a variant which may have enough storage and RAM, though - the STM32F103RGT6, on board the M24SR-DISCOVERY. According to the docs for this board, it has 1M of storage, and specs for the STM32F103RGT6 indicate 96k RAM. While these aren't phenomenal specs, they sound like they may be usable enough for circuitpython. Adding support for the on-board display and the M24SR NFC device will be an extra challenge, but it'd be interesting to see F1 support first.
Is this doable? Or am I barking up the wrong tree?