esp-idf/components
Francesco Giancane 6f8ce38f99 Introduce <endian.h> compatibility header
Programs and libraries using compiler and system information about
endianness often include the system header `<endian.h>`.

In `xtensa-gcc` compiler with `newlib` distribution, that file is located in
`<machine/endian.h>`; this means that `#include <endian.h>` would fail
at compile time.

This commit fixes the issue by adding a compatibility `<endian.h>`
header which in turn just includes `<machine/endian.h>`.

Signed-off-by: Francesco Giancane <francesco.giancane@accenture.com>
Merges https://github.com/espressif/esp-idf/pull/4784
2020-04-29 23:47:51 +02:00
..
2019-10-09 16:46:46 +08:00
2020-04-27 12:25:46 +08:00
2020-04-21 14:28:39 +08:00
2020-04-28 20:02:25 +08:00
2019-11-29 18:05:24 +08:00
2020-04-23 15:38:49 +08:00
2020-04-26 12:07:28 +08:00
2020-04-15 15:46:47 +02:00