4762 Commits (f882d53fcd4ba9775409c994cbf183770963b37e)
 

Author SHA1 Message Date
stijn 1c55310bcc windows: Do not use wildcards when looking for sources in directories containing optional features 9 years ago
Paul Sokolovsky b7ab70c71c docs: USB_VCP: Always in non-blocking mode, clarify stream method returns. 9 years ago
Paul Sokolovsky cf6daa0966 docs: Explicitly specify behavior of UART stream protocol methods on timeout. 9 years ago
Paul Sokolovsky 4a9c60cdfb stmhal: Typo fix in comment. 9 years ago
Paul Sokolovsky 81a1e17238 stmhal/ffconf.h: Include py/mpconfig.h. 9 years ago
Paul Sokolovsky 0dbd928cee Makefiles: Remove duplicate object files when linking. 9 years ago
Paul Sokolovsky 9a334d41e3 tests/jni: Test for basic object operations. 9 years ago
Galen Hazelwood 805c6534f8 extmod/modlwip: Initial commit of the lwip network stack module 9 years ago
Galen Hazelwood 22cb7cd953 lib/lwip: Add LwIP stack as a submodule in the library directory 9 years ago
Paul Sokolovsky 91f2168dd5 unix/modjni: Actually check argument type when doing method resolution. 9 years ago
danicampora ee7bebc94f docs: Correct machine.RTC examples. 9 years ago
danicampora 4efed58df1 docs: Fix typos on wipy docs. 9 years ago
danicampora 0212dc65b7 cc3200: Add created sockets to the registry. 9 years ago
Paul Sokolovsky 9ebd4dabf2 unix/modjni: Don't pass Java object to a method which doesn't expect it. 9 years ago
danicampora 9273cca432 docs/wipy: Correct typo in safe boot description. 9 years ago
danicampora 126373ac70 docs/wipy: Remove windows instructions that refer to the pyboard. 9 years ago
danicampora e954604ae0 docs: Add remark about ssl sockets and standard sockets. 9 years ago
Damien George fe08e3a54f docs: Bump version to 1.5. 9 years ago
danicampora 8fd8bb36b3 cc3200: Bump version to 1.1.0 9 years ago
danicampora 3b24e83731 docs/wipy: Fix formatting indentation. 9 years ago
danicampora bb489066e8 docs/wipy: Remove incorrect references to usb configuration. 9 years ago
danicampora 109b363ddc docs/wipy: Add more tutorials and examples. 9 years ago
danicampora 075ca64521 cc3200: Fix UART tests after correcting uart.read() behaviour. 9 years ago
danicampora be2879ce89 cc3200: Enable "all special methods" configuration option. 9 years ago
danicampora ee0058d174 docs: Remove remaining references to 'af', which is now 'alt'. 9 years ago
danicampora 1f2daf4304 cc3200: Correct ticks_cpu and ticks_us functions in time module. 9 years ago
danicampora 1c7f9b16f0 cc3200: Remove UART info on README.md. 9 years ago
danicampora ceb169008d docs: Several corrections to the classes in the machine module. 9 years ago
danicampora 04db848dc7 docs: Add usocket and ussl modules' documentation. 9 years ago
danicampora 4b630c452d cc3200: Make socket.listen([backlog]) compliant with Python 3.5. 9 years ago
danicampora 719dca2515 cc3200: Clean-up socket constants. 9 years ago
danicampora d67ea6b29f cc3200: Add comment about micropython extensions to standard modules. 9 years ago
danicampora 7ff585333e cc3200: uart.read() returns EGAIN if no chars available. 9 years ago
danicampora 9a507c67ad cc3200: Enable REPL autoindent. 9 years ago
Paul Sokolovsky 9d7ef05caf README: Document how to enable/build external dependencies. 9 years ago
Damien George e693e52442 tests: Disable some tests for pyboard that do not run correctly. 9 years ago
Damien George 9d0192de4a stmhal: Enable "all special methods" configuration option. 9 years ago
Damien George f09f8097d5 esp8266: Put more code in irom0 section, to get it building again. 9 years ago
Paul Sokolovsky d19e4f0ba4 extmod/modussl: Remove unused header. 9 years ago
Damien George f961456b29 lib/mp-readline: Add n_chars argument to mp_hal_erase_line_from_cursor. 9 years ago
Damien George 22521ea9e2 py/nlrthumb: Make compatible with Cortex-M0 (ARMv6M instr set). 9 years ago
Damien George 04353cc85e py: With obj repr "C", change raw str accessor from macro to function. 9 years ago
Damien George 183edefddd py: Add object repr "C", where 30-bit floats are stuffed in obj word. 9 years ago
Damien George aedb859177 py: Make float representation configurable with object representation. 9 years ago
Damien George 7e359c648b py: Move float e/pi consts to objfloat and make mp_obj_float_t private. 9 years ago
Damien George aaef1851a7 py: Add mp_obj_is_float function (macro) and use it where appropriate. 9 years ago
Damien George 60401d461a stmhal/rtc: Fix indentation to use spaces rather than tabs. 9 years ago
Peter Hinch b106532b32 stmhal/rtc: Init uses YMD rather than backup register to detect powerup. 9 years ago
Paul Sokolovsky 8e6e9eaea5 unix: Use "Ctrl" as a name of the key, not "CTRL". 9 years ago
Paul Sokolovsky acea9352a9 tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff(). 9 years ago