- 29 Nov, 2014 2 commits
-
-
Damien George authored
rodata can only go in iram/irom if it's accessed only using word loads (ie no byte or half-word access).
-
Paul Sokolovsky authored
-
- 28 Nov, 2014 5 commits
-
-
Damien George authored
When esp-open-sdk is built with STANDALONE=y (the default) then ESP_SDK is set to the correct value, so that "make" just works.
-
Damien George authored
-
inaugurator authored
Erratum in froh.
-
Damien George authored
Some rodata items can go in iram/irom segment, but not others. With this patch ESP now has 24256 bytes of heap ram. It passes 228 out of 248 tests from tests/basics directory.
-
Damien George authored
-
- 27 Nov, 2014 10 commits
-
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
hashlib test passes on pyboard.
-
Paul Sokolovsky authored
Previously, it truncated pointer value to 32 bits on 64-bit systems.
-
Paul Sokolovsky authored
Before, __repl_print__() used libc printf(), while print() used uPy streams and own printf() implementation. This led to subtle, but confusing differences in output when just doing "foo" vs "print(foo)" on interactive prompt.
-
Paul Sokolovsky authored
Useful when need to call kw-receiving functions without any keywords from C, etc.
-
Damien George authored
The reason for having this delay is to reduce power consumption at the REPL (HAL_Delay calls __WFI to idle the CPU). But stdin_rx_chr has a __WFI in it anyway, so this delay call is not needed. By removing this call, the readline input can consume characters much more quickly (before was limited to 1000 chrs/s), and has much reduced dependency on the specific port.
-
Damien George authored
This makes it easier to re-use readline.c and pyexec.c from stmhal in other ports.
-
Damien George authored
-
- 26 Nov, 2014 1 commit
-
-
Henrik Sölver authored
-
- 25 Nov, 2014 1 commit
-
-
Damien George authored
Addresses issue #987.
-
- 22 Nov, 2014 4 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
https://github.com/B-Con/crypto-algorithms revision 100f4ff
-
Paul Sokolovsky authored
-
- 21 Nov, 2014 3 commits
-
-
Damien George authored
-
stijn authored
- update mpconfigport.h to reflect latest unix version - fix compilation error in modure due to msvc not allowing dynamic arrays
-
Damien George authored
Addresses issue #981.
-
- 19 Nov, 2014 1 commit
-
-
blmorris authored
systems where another encoding is set in the locale
-
- 17 Nov, 2014 1 commit
-
-
Damien George authored
-
- 16 Nov, 2014 6 commits
-
-
Damien George authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
Also, implement for unix port.
-
Paul Sokolovsky authored
This is more efficient, as allows to use register calling convention. If needed, a structure pointer can be passed as argument to pass more data.
-
- 15 Nov, 2014 6 commits
-
-
Damien George authored
ReadTheDocs needs the root directory in its search path so it finds topindex.html.
-
Damien George authored
Also update docs to explain how CAN baudrate is determined.
-
Damien George authored
Addresses issue #968.
-
evildmp authored
The sphinx_rtd_theme is used by ReadTheDocs to render a pretty looking documentation. If you have this theme installed locally then your locally-compiled docs will look exactly like the published documentation. Otherwise it falls back to the default theme.
-
Matthias authored
Hi, i would like to add a little clarification to the parameter "data" of i2c.mem_read(): I misunderstood ``data`` can be an integer or a buffer to read into as "i can give a integer variable to read a integer into" . This pull-request adds the following clarification: ``data`` can be an integer (number of bytes to read) or a buffer to read into Thanks for your great work! Best wishes, Matthias
-
Damien George authored
-