| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gfx: #undef quad | Xavier Del Campo Romero | 2024-01-30 | 2 | -0/+4 |
| | | | | | | | | | Surprisingly, esp-idf #includes files such as sys/types.h when pulling other standard header files, even when not explicitly defined. While this is not a serious issue, incredibly their sys/types.h implementation uses "#define quad", therefore breaking user code such as anything related to "struct quad". | ||||
| * | WIP ESP32 port | Xavier Del Campo Romero | 2024-01-30 | 7 | -0/+211 |
