Daniel Johnson
Daniel Johnson
### Answers checklist. - [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there. - [X] I have updated my IDF branch (master or...
Since CORE_AVR is the only archiecture that supports ATOMIC_BLOCK, change the preprocessor definitions to be exclusive to that architecture. rather than having to define all other architecture as exclusive from...
Really only want to cause this error when BOARD_H is not defined. Reason for this change is i am pulling in speeduino and compiling from CMAKE using my own board_h....
It needs something like __libc_init_arrray called in startup.S. I am not sure what it's equivalent is called in csky
https://github.com/IOsetting/wm-sdk-w806/issues/34 init ctors This was pulled from the w80x_arduino library