zephyrproject-rtos / meta-zephyr-sdk

Zephyr SDK (obsolete)
MIT License
44 stars 29 forks source link

Missing endian.h #88

Open vaussard opened 6 years ago

vaussard commented 6 years ago

I would need htole16 and alike from endian.h. I know that this header is not standardized (see http://man7.org/linux/man-pages/man3/endian.3.html), but it is part of most toolchains (glibc >=2.9). Would it be possible to add it to the SDK?