- 21 May, 2015 4 commits
-
-
Daniel Campora authored
-
Daniel Campora authored
-
Paul Sokolovsky authored
Effect can be easily achieved by ubinsacii.hexlify(hash.digest()).
-
Daniel Campora authored
-
- 20 May, 2015 7 commits
-
-
Damien George authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Dave Hylands authored
This drops the size of unicode_isxdigit from 0x1e + 0x02 filler to 0x14 bytes (so net code reduction of 12 bytes) and will make unicode_is_xdigit perform slightly faster.
-
Dave Hylands authored
This also pulls out hex_digit from py/lexer.c and makes unichar_hex_digit
-
- 18 May, 2015 1 commit
-
-
Dave Hylands authored
-
- 17 May, 2015 15 commits
-
-
stijn authored
This allows using (almost) the same code for printing floats everywhere, removes the dependency on sprintf and uses just snprintf and applies an msvc-specific fix for snprintf in a single place so nan/inf are now printed correctly.
-
Kaspar Schleiser authored
Fixes sign-compare warning.
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
ISO C forbids conversion between function pointers and void*, gcc -pedantic triggers a warning.
-
Damien George authored
Background: trying to make an amalgamation of all the code gave some errors with redefined types and inconsistent use of static.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
Can be enabled by defining MICROPY_PORT_WLAN_URN=1 in mpconfigport.h.
-
Daniel Campora authored
-
Daniel Campora authored
When entering the interrupt handler of a given GPIO port, more than one pin could have pending interrupts, therefore care must be taken to service each interrupt one by one before leaving.
-
Daniel Campora authored
-
Daniel Campora authored
-
Daniel Campora authored
-
Paul Sokolovsky authored
This reverts commit 8fbabab1. Turned to cause problems on MacOSX.
-
- 16 May, 2015 1 commit
-
-
Damien George authored
-
- 13 May, 2015 8 commits
-
-
stijn authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Addresses issue #1255.
-
Josef Gajdusek authored
-
Josef Gajdusek authored
-
stijn authored
-
Damien George authored
With newer versions of esp_iot_sdk the iram1_0_seg started to overflow. Now it doesn't. Addresses issue #1254.
-
- 12 May, 2015 4 commits
-
-
Damien George authored
-
Josef Gajdusek authored
-
Josef Gajdusek authored
Moved modesp.o to flash and increased size of the irom0_0_seg segment. The new value was taken from NodeMCU linker script.
-
Josef Gajdusek authored
-