#No I mean...
1 messages · Page 1 of 1 (latest)
line 26, the g_pin_cfg table. You are just going to move those lines around, adding and removing pins, to match your design.
you will copy the who UNOFWIFIR4 directory and subdirectories and change things as needed for your board.
Ooooooh
So change the environment
I just wanted to keep it within my project 😅
you are making a new board def by copying and renaming an old one.
No, you can't really do that easily, that I know of. You really need to make your own BSP or add something to theirs. For instance, we, adafruit, have our own BSP's. A lot of the boilerplate is copied from the Arduino one.
I'll shuffle my pins and otherwise make my own board def
See the posts at the bottom of this page (which has no answer!) for ideas: https://forum.arduino.cc/t/how-to-define-custom-tool-within-json-boards-txt-and-platform-txt/1068438
I searched for "custom board" in the arduino forums
https://arduino.stackexchange.com/questions/54484/adding-a-custom-board-to-the-arduino-ide/60660#60660 This sounds promising
Alright, thanks for the help!
that sounds good; I've never done this before. It's not as well explained in official doc as it might be