Add DatanoiseTV TREX One Board.#22
Conversation
|
Hi @DatanoiseTV ! Please read my comments above. |
Sorry, I don't see a comment. |
|
Do you see my review comments here https://github.com/platformio/platform-raspberrypi/pull/22/files ? |
Unfortunately not for some reason. |
| ] | ||
| ], | ||
| "mcu": "rp2040", | ||
| "variant": "TREX_ONE" |
There was a problem hiding this comment.
It seems this board hasn't been added to the official Arduino framework, so you will need to use the original RASPBERRY_PI_PICO variant.
There was a problem hiding this comment.
That works for me, as long as the extra flag is set during build.
| "name": "TREX One (RP2040)", | ||
| "upload": { | ||
| "maximum_ram_size": 270336, | ||
| "maximum_size": 16384000, |
There was a problem hiding this comment.
I believe 16MB is external flash? How will people be able to utilize it?
There was a problem hiding this comment.
The RP2040 has no internal flash. The RP2040 Pico Board had 4MB of external flash and the TREX One has 16MB. With FreeRTOS, TinyUSB, LVGL etc. 16MB can be very practical (think of LittleFS / SPIFFS).
|
OK, I requested changes once again. Are they visible now? |
DatanoiseTV
left a comment
There was a problem hiding this comment.
I have reviewed your comments and provided answers.
Add support for the TREX One DevBoard with 16MB of Flash.