9533 Commits (f7d6108d1ad83f26598e73d3b163f3de411c902b)
 

Author SHA1 Message Date
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
rolandvs 0d3de68669 stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs. 6 years ago
Damien George 48829cd3c6 tests/extmod: Add test for ujson.dump writing to a user IOBase object. 6 years ago
Damien George 0ecce77c66 tests/extmod/ujson_dump.py: Add test for dump to non-stream object. 6 years ago
Damien George a5f5552a0a tests/unix/extra_coverage: Don't test stream objs with NULL write fun. 6 years ago
Damien George e8398a5856 extmod: Update to use new mp_get_stream helper. 6 years ago
Damien George 6abede2ca9 py/stream: Introduce and use efficient mp_get_stream to access stream_p. 6 years ago
Damien George 31cf49c672 examples/embedding: Add code markup and fix typo in README.md. 6 years ago
Damien George ceff433fcc stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1. 6 years ago
Damien George 564abb01a5 extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size. 6 years ago
Damien George 1747d15c3a drivers/sdcard: Fix bug in computing number of sectors on SD Card. 6 years ago
Damien George 8b8c083625 drivers/sdcard: Change driver to use new block-device protocol. 6 years ago