Maximilian Gerhardt
Maximilian Gerhardt
Okay with `pre:` the `env.AddBuildMiddleware()` script works, the `env["SRC_FILTER"]` one not. Still, someone trying to just port a STM32Cube project to PlatformIO as their first task will have difficulties coming...
Are you more interested in the [Arduino core](https://github.com/sonydevworld/spresense-arduino-compatible) or [Spresense SDK](https://developer.sony.com/develop/spresense/docs/introduction_en.html#_development_environment_using_the_spresense_sdk) (aka, NuttX)?
I've started working on https://github.com/maxgerhardt/platform-sonyspresense, but it's not finished yet.
@EguchiTomoaki The platform is ready for its first test with a real board, but I don't have one. Can you follow the instructions at https://github.com/maxgerhardt/platform-sonyspresense and see if `arduino-blinky` works?
That's great! Does the `Serial` output from the arduino-blinky example also appear when using the "monitor" task? And in [the examples](https://github.com/maxgerhardt/platform-sonyspresense/tree/main/examples) do the GNSS and multiprocessing-message examples work too? (Latter...
Great, I'll add the MP3DEC downloader and MP3Player sample in a bit for you to test, but it seems it all works properly and is equal with the Arduino IDE...
Funny, I thought about a possible PlatformIO integration for these types of boards too after they were [featured in a YouTube video](https://youtu.be/-bYa3F1sl6o?t=1310) yesterday. I think these boards will gain more...
I've completed writing the PlatformIO support for the pine64 Boufallo core, which supports its BL602-based Pinecone board. The core isn't really specific to that board though, any BL602 board should...
>I got around to testing it today and initially it couldn't find eflash_loader_40m.bin. I updated the SiFive platform to pick up the get_contrib_path fix from ngkz, and it flashed onto...
>trying to get Tasmota to build The Arduino core is in an extremely early stage, with not even the base Arduino-API implemented, lest any WiFi library etc. I'm sure it's...