Prepare pic32 docker image and xc32 makefile

This PR does not include `fw/platforms/pic32` since it's too dirty.

PUBLISHED_FROM=db50ba389202da80355aafe5f2c1ceeca7bffe41
This commit is contained in:
Dmitry Frank 2016-12-12 21:21:25 +00:00 committed by Cesanta Bot
parent 39ea91cfc2
commit 54ad1e4e47

View File

@ -1454,6 +1454,10 @@ typedef TCP_SOCKET sock_t;
#define SIZE_T_FMT "lu"
#define INT64_FMT "lld"
#ifndef CS_ENABLE_STDIO
#define CS_ENABLE_STDIO 1
#endif
char* inet_ntoa(struct in_addr in);
#endif /* CS_PLATFORM == CS_P_PIC32 */