mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 21:19:03 +00:00
1.macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
2.fix b4bit compile warning:
CC: ioexpander/ioe_rpmsg.c ioexpander/ioe_rpmsg.c:368:14: warning:
cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
return (FAR void *)(ret + 1);
^~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| gpio.c | ||
| gpio_lower_half.c | ||
| icjx.c | ||
| icjx.h | ||
| ioe_dummy.c | ||
| ioe_rpmsg.c | ||
| iso1h812g.c | ||
| iso1h812g.h | ||
| iso1i813t.c | ||
| iso1i813t.h | ||
| Kconfig | ||
| Make.defs | ||
| mcp23x08.c | ||
| mcp23x08.h | ||
| mcp23x17.c | ||
| mcp23x17.h | ||
| pca9538.c | ||
| pca9538.h | ||
| pca9555.c | ||
| pca9555.h | ||
| pcf8574.c | ||
| pcf8574.h | ||
| pcf8575.c | ||
| pcf8575.h | ||
| skeleton.c | ||
| sx1509.c | ||
| sx1509.h | ||
| tca64xx.c | ||
| tca64xx.h | ||