mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Device tests updates (#9246)
Stop pyexpect from closing serial port when running with WSL2 Remove makefile flags & opts making it too silent. At some point it makes a lot of useful info just disappear. There are external means of silencing make, so probably best to leave useful data always available Replace SPIFFS with LittleFS in FS test Re-use certs-from-mozilla.py in FS test Fix libc tests w/o -fno-builtin not actually testing anything, also add the flag via .globals.h in case it breaks Fix libc tests generating warnings when using invalid (but safe) size arguments
This commit is contained in:
@ -62,6 +62,7 @@ int errors = 0;
|
||||
printf
|
||||
|
||||
/* A safe target-independent memmove. */
|
||||
void mymemmove(unsigned char* dest, unsigned char* src, size_t n) __attribute__((__noinline__));
|
||||
|
||||
void mymemmove(unsigned char* dest, unsigned char* src, size_t n)
|
||||
{
|
||||
|
Reference in New Issue
Block a user