Commit eb3b8129 authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Use stock ARM GCC and Newlib from Ubuntu distro

Standardize common packages in build images, to make better use of Docker image cache.

PUBLISHED_FROM=a080e83cf5dd80feaf7960147dee36413244a92c
parent 80f4133b
...@@ -1630,15 +1630,15 @@ char *inet_ntoa(struct in_addr in); ...@@ -1630,15 +1630,15 @@ char *inet_ntoa(struct in_addr in);
#define CS_COMMON_PLATFORMS_PLATFORM_STM32_H_ #define CS_COMMON_PLATFORMS_PLATFORM_STM32_H_
#if CS_PLATFORM == CS_P_STM32 #if CS_PLATFORM == CS_P_STM32
#include <sys/types.h>
#include <sys/stat.h>
#include <stdint.h>
#include <inttypes.h>
#include <stdio.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h> #include <errno.h>
#include <memory.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <stm32_sdk_hal.h> #include <stm32_sdk_hal.h>
#define to64(x) strtoll(x, NULL, 10) #define to64(x) strtoll(x, NULL, 10)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment