aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-23stm32/modnetwork: Fix query of DNS IP address in ifconfig().Damien George
2018-06-22py/compile: Combine expr, xor_expr and and_expr into one function.Damien George
2018-06-22py/compile: Combine or_test and and_test compile functions.Damien George
2018-06-22py/compile: Combine global and nonlocal statement compile functions.Damien George
2018-06-22py/compile: Combine subscript_2 and subscript_3 into one function.Damien George
2018-06-22py/compile: Combine break and continue compile functions.Damien George
2018-06-22stm32/boards: Add .ld and af.csv files for STM32F722.Damien George
2018-06-22tools/pydfu.py: Add support for multiple memory segments.Damien George
2018-06-22stm32/mboot: Add support for erase/read/write of external SPI flash.Damien George
2018-06-22stm32/qspi: Don't require data reads and writes to be a multiple of 4.Damien George
2018-06-20py/stream: Remove stray empty line at start of file.Damien George
2018-06-20tests: Add tests using "file" argument in print and sys.print_exception.Damien George
2018-06-20py: Add checks for stream objects in print() and sys.print_exception().Damien George
2018-06-20py/stream: Update comment for mp_stream_write_adaptor.Damien George
2018-06-20stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.Damien George
2018-06-19stm32/mboot: Define constants for reset mode cycling and timeout.Damien George
2018-06-18tests/import: Add test for importing invalid .mpy file.Damien George
2018-06-18stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.Damien George
2018-06-18stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.Damien George
2018-06-18py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.Damien George
2018-06-18stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.rolandvs
2018-06-18stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.rolandvs
2018-06-18tests/extmod: Add test for ujson.dump writing to a user IOBase object.Damien George
2018-06-18tests/extmod/ujson_dump.py: Add test for dump to non-stream object.Damien George
2018-06-18tests/unix/extra_coverage: Don't test stream objs with NULL write fun.Damien George
2018-06-18extmod: Update to use new mp_get_stream helper.Damien George
2018-06-18py/stream: Introduce and use efficient mp_get_stream to access stream_p.Damien George
2018-06-18examples/embedding: Add code markup and fix typo in README.md.Damien George
2018-06-18stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.Damien George
2018-06-16extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.Damien George
2018-06-15drivers/sdcard: Fix bug in computing number of sectors on SD Card.Damien George
2018-06-15drivers/sdcard: Change driver to use new block-device protocol.Damien George
2018-06-15esp32/modules: Include umqtt library in frozen modules.Damien George