aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-06-15esp32: Update to latest ESP IDF.Damien George
2018-06-15stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.Damien George
2018-06-15stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.Damien George
2018-06-15stm32/timer: Support TIM1 on F0 MCUs.Damien George
2018-06-14drivers/memory/spiflash: Add functions for direct erase/read/write.Damien George
2018-06-14drivers/memory/spiflash: Rename functions to indicate they use cache.Damien George
2018-06-14stm32/boards/STM32L476DISC: Update SPI flash config for cache change.Damien George
2018-06-14drivers/memory/spiflash: Move cache buffer to user-provided config.Damien George
2018-06-13esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp.Damien George
2018-06-13extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.Damien George
2018-06-12extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George
2018-06-12stm32/Makefile: Rebuild all qstrs when any board configuration changes.Damien George
2018-06-12py/mkrules.mk: Regenerate all qstrs when config files change.Damien George