You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Tue 2021.05.25
'but I'm a little at a loss when it comes to setting up toolchains'
Hi @DanTheMan827 this exact question was asked a week ago and many links resulted.
For your perusal:
http://forum.espruino.com/conversations/363762/#comment15992393
I'd like to dive into writing some native firmware for the puck.js but I've only ever messed around with devices that supported the Arduino IDE.
I'm not a stranger to coding in C++, but I'm a little at a loss when it comes to setting up toolchains for embedded stuff like this.
I've tried looking at the espruino repository, but that supports so many different boards that it's a little difficult to figure out what build process is for what board.
What I definitely don't want to happen is me somehow managing to bork the bootloader and have a puck that I can't flash (if that's even possible)
A repo with a couple examples in C++ that builds a firmware bin for the puck.js that could be flashed over DFU would be quite helpful.