micropython/ports
Paul Sokolovsky 9b4666dad5 esp8266/posix_helpers: Set ENOMEM on memory alloc failure.
POSIX requires malloc(), etc. to set ENOMEM on the failure, and e.g.
BerkeleyDB relies on this:

http://pubs.opengroup.org/onlinepubs/9699919799/functions/malloc.html

This should fix confusing OSError exceptions with 0 error code when
working with btree module.
2017-09-10 09:55:18 +03:00
..
bare-arm all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
cc3200 all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
esp8266 esp8266/posix_helpers: Set ENOMEM on memory alloc failure. 2017-09-10 09:55:18 +03:00
minimal all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
pic16bit all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
qemu-arm all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
stm32 stm32/boards: Add new board B_L475E_IOT01A based on STM32L475. 2017-09-10 16:02:39 +10:00
teensy all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
unix all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
windows all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00
zephyr all: Update Makefiles and others to build with new ports/ dir layout. 2017-09-06 14:09:13 +10:00