google / emboss

Emboss is a tool for generating code that reads and writes binary data structures.
Apache License 2.0
70 stars 21 forks source link

Compatibility improvements for Arduino ESP32/ESP8266 platforms. #18

Closed AaronWebster closed 2 years ago

AaronWebster commented 2 years ago

Test cases build successfully under Arduino 1.18.5, though there are a few path modifications that had to be made. These translations will be applied via external means if/when an official Arduino library is released.

reventlov commented 2 years ago

The changes to reserved_words are backwards-incompatible, and thus should not be merged. There are already a lot of #defines in various header files that we don't ban.

AaronWebster commented 2 years ago

Done.