9294 Commits (1f864609106cc293da3748ee8f93e40c4a28a495)
 

Author SHA1 Message Date
Damien George 1f86460910 extmod/modure: Add match.groups() method, and tests. 7 years ago
Damien George ab02abe96d docs/uos: Make it clear that block device block_num param is an index. 6 years ago
Damien George d800ed1877 esp8266/esp8266_common.ld: Put mp_keyboard_interrupt in iRAM. 6 years ago
Damien George d8dc918deb py/compile: Handle return/break/continue correctly in async with. 6 years ago
Damien George 726804ea40 tests: Move non-filesystem io tests to basics dir with io_ prefix. 6 years ago
Damien George bc6c56d75d esp8266/mpconfigport.h: Enable ucryptolib module for standard build. 6 years ago
Damien George 8769a3e38c extmod/moducryptolib: Don't include arpa/inet.h, it's not needed. 6 years ago
Damien George 82bc4838d2 esp32/mpconfigport.h: Enable ucryptolib module. 6 years ago
Yonatan Goldschmidt 31f2f1e967 extmod/moducryptolib: Shorten exception messages to reduce code size. 6 years ago
Yonatan Goldschmidt d0507c084c extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib. 6 years ago
Yonatan Goldschmidt eacb233b8f extmod/moducryptolib: Add an mbedTLS implementation for this module. 6 years ago
Yonatan Goldschmidt e328b4593c extmod/moducryptolib: Refactor functions for clean interface with axTLS. 6 years ago
Yonatan Goldschmidt 473fe45da2 extmod/moducryptolib: Optionally export MODE_* constants to Python. 6 years ago
Damien George 05e0103e9e zephyr: Rename CONFIG_CONSOLE_PULL to CONFIG_CONSOLE_SUBSYS. 6 years ago
Damien George 11a7a70a6f docs/usocket: Minor fixes to grammar of getaddrinfo. 6 years ago
Paul Sokolovsky 735358bcf4 zephyr/prj_qemu_x86.conf: Remove outdated CONFIG_RAM_SIZE. 6 years ago
Paul Sokolovsky 543352ac21 zephyr/prj_base.conf: Remove outdated CONFIG_NET_NBUF_RX_COUNT option. 6 years ago
Paul Sokolovsky bdceea1d12 tests/basics/namedtuple*: Import ucollections first. 7 years ago
Paul Sokolovsky 2e3468a68c docs/usocket: getaddrinfo: Describe af/type/proto optional params. 7 years ago
Paul Sokolovsky 12fde67a25 docs/ucryptolib: Add docs for new ucryptolib module. 7 years ago
Paul Sokolovsky 771911028c unix/mpconfigport.h: Enable MICROPY_PY_UCRYPTOLIB. 7 years ago
Paul Sokolovsky bb634115fc tests/extmod/ucryptolib*: Add into and inplace tests for ucryptolib. 7 years ago
Paul Sokolovsky bf77f34819 tests/extmod/ucryptolib*: Add tests for ucryptolib module. 7 years ago
Paul Sokolovsky 567bc2d6ce extmod/moducryptolib: Add ucryptolib module with crypto functions. 7 years ago
Damien George b9ec6037ed docs/library: Add documentation for ucollections.deque. 6 years ago
Damien George 9b158d60e1 stm32/mboot: Always use a flash latency of 1WS to match 48MHz HCLK. 6 years ago
Damien George 967123d42e stm32/mboot: Only compile in code for the USB periph that is being used. 6 years ago
Damien George 37c4fd3b50 stm32/mboot: Fix bug with invalid memory access of USB state. 6 years ago
jcea 5731e535dd docs/esp8266: Fix minor typo in "certificates". 6 years ago
Damien George 6fc84a7454 stm32/modnetwork: Fix query of DNS IP address in ifconfig(). 6 years ago
Damien George 25ae98f07c py/compile: Combine expr, xor_expr and and_expr into one function. 6 years ago
Damien George 36e474e83f py/compile: Combine or_test and and_test compile functions. 6 years ago
Damien George 1a7109d65a py/compile: Combine global and nonlocal statement compile functions. 6 years ago
Damien George d23bec3fc8 py/compile: Combine subscript_2 and subscript_3 into one function. 6 years ago
Damien George c149197928 py/compile: Combine break and continue compile functions. 6 years ago
Damien George a2ac7e4fc9 stm32/boards: Add .ld and af.csv files for STM32F722. 6 years ago
Damien George 92667dc2e5 tools/pydfu.py: Add support for multiple memory segments. 6 years ago
Damien George ec7982ec6d stm32/mboot: Add support for erase/read/write of external SPI flash. 6 years ago
Damien George 7f41f73f0f stm32/qspi: Don't require data reads and writes to be a multiple of 4. 6 years ago
Damien George 34344a413f py/stream: Remove stray empty line at start of file. 6 years ago
Damien George b92a8adbfa tests: Add tests using "file" argument in print and sys.print_exception. 6 years ago
Damien George 582b190764 py: Add checks for stream objects in print() and sys.print_exception(). 6 years ago
Damien George 2c8d130f70 py/stream: Update comment for mp_stream_write_adaptor. 6 years ago
Damien George 561ae9a91b stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio. 6 years ago
Damien George 5962c210c5 stm32/mboot: Define constants for reset mode cycling and timeout. 6 years ago
Damien George 6d8816fe84 tests/import: Add test for importing invalid .mpy file. 6 years ago
Damien George e49cd106b4 stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes. 6 years ago
Damien George 338af99a7f stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate. 6 years ago
Damien George c00ee200ac py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro. 6 years ago
rolandvs ca2b1d6b36 stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins. 6 years ago