summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-20stmhal: Put debug builds in separate diroldSven Wegener
2018-07-20stmhal: Split out firmware0.bin and firmware1.bin rulesSven Wegener
2018-07-20stmhal: Add target to start gdb debuggingSven Wegener
2018-07-20stmhal: Replace __WFI with __BKPT in __fatal_errorSven Wegener
2018-07-20Use $(MAKE) for invoking sub-makeSven Wegener
2018-07-20mpy-cross: Disable stack-protectorfor-upstreamSven Wegener
2018-07-20Use $(MAKE) for invoking sub-makeSven Wegener
2018-07-20py/makeqstrdefs.py: Create output file if missingSven Wegener
2018-07-20py/makeqstrdefs.py: Avoid double newlineSven Wegener
2018-07-03esp8266: Let machine.WDT trigger the software WDT if obj is not fed.Damien George
2018-07-03esp8266/modesp: Run ets_loop_iter before/after doing flash erase/write.Damien George
2018-07-03extmod/vfs: Support opening a file descriptor (int) with VfsPosix.Damien George
2018-07-03esp32: Allow to build with uPy floats disabled.Damien George
2018-07-03py/obj.h: Fix broken build for object repr C when float disabled.Nicko van Someren
2018-07-02py/objgenerator: Eliminate need for mp_obj_gen_wrap wrapper instances.Damien George
2018-07-02ports: Enable ure.sub() on stm32, esp8266 (not 512k) and esp32.Damien George
2018-07-02docs/ure: Document some more supported regex operators.Damien George
2018-07-02docs/ure: Document sub(), groups(), span(), start() and end().Damien George
2018-07-02unix/mpconfigport_coverage: Enable ure groups, span, start, end and sub.Damien George
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George
2018-07-02extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
2018-06-28docs/uos: Make it clear that block device block_num param is an index.Damien George
2018-06-28esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM.Damien George
2018-06-27py/compile: Handle return/break/continue correctly in async with.Damien George
2018-06-27tests: Move non-filesystem io tests to basics dir with io_ prefix.Damien George
2018-06-27esp8266/mpconfigport.h: Enable ucryptolib module for standard build.Damien George
2018-06-27extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.Damien George
2018-06-27esp32/mpconfigport.h: Enable ucryptolib module.Damien George
2018-06-27extmod/moducryptolib: Shorten exception messages to reduce code size.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add an mbedTLS implementation for this module.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Refactor functions for clean interface with axTLS.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
2018-06-27zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS.Damien George
2018-06-27docs/usocket: Minor fixes to grammar of getaddrinfo.Damien George
2018-06-27zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE.Paul Sokolovsky
2018-06-27zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option.Paul Sokolovsky
2018-06-27tests/basics/namedtuple*: Import ucollections first.Paul Sokolovsky
2018-06-27docs/usocket: getaddrinfo: Describe af/type/proto optional params.Paul Sokolovsky
2018-06-27docs/ucryptolib: Add docs for new ucryptolib module.Paul Sokolovsky
2018-06-27unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB.Paul Sokolovsky
2018-06-27tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib.Paul Sokolovsky
2018-06-27tests/extmod/ucryptolib*: Add tests for ucryptolib module.Paul Sokolovsky
2018-06-27extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky
2018-06-26docs/library: Add documentation for ucollections.deque.Damien George
2018-06-26stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK.Damien George
2018-06-26stm32/mboot: Only compile in code for the USB periph that is being used.Damien George
2018-06-25stm32/mboot: Fix bug with invalid memory access of USB state.Damien George
2018-06-25docs/esp8266: Fix minor typo in "certificates".jcea