index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-06-22
tools/pydfu.py: Add support for multiple memory segments.
Damien George
2018-06-22
stm32/mboot: Add support for erase/read/write of external SPI flash.
Damien George
2018-06-22
stm32/qspi: Don't require data reads and writes to be a multiple of 4.
Damien George
2018-06-20
py/stream: Remove stray empty line at start of file.
Damien George
2018-06-20
tests: Add tests using "file" argument in print and sys.print_exception.
Damien George
2018-06-20
py: Add checks for stream objects in print() and sys.print_exception().
Damien George
2018-06-20
py/stream: Update comment for mp_stream_write_adaptor.
Damien George
2018-06-20
stm32/boards/NUCLEO_F091RC: Fix TICK_INT_PRIORITY so it is highest prio.
Damien George
2018-06-19
stm32/mboot: Define constants for reset mode cycling and timeout.
Damien George
2018-06-18
tests/import: Add test for importing invalid .mpy file.
Damien George
2018-06-18
stm32/spi: Fix SPI driver so it can send/recv more than 65535 bytes.
Damien George
2018-06-18
stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.
Damien George
2018-06-18
py/objarray: Replace 0x80 with new MP_OBJ_ARRAY_TYPECODE_FLAG_RW macro.
Damien George
2018-06-18
stm32/boards/NUCLEO_F091RC: Add Arduino-named pins and rename CPU pins.
rolandvs
2018-06-18
stm32/boards/stm32f091_af.csv: Split labels that are multiple funcs.
rolandvs
2018-06-18
tests/extmod: Add test for ujson.dump writing to a user IOBase object.
Damien George
2018-06-18
tests/extmod/ujson_dump.py: Add test for dump to non-stream object.
Damien George
2018-06-18
tests/unix/extra_coverage: Don't test stream objs with NULL write fun.
Damien George
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-18
py/stream: Introduce and use efficient mp_get_stream to access stream_p.
Damien George
2018-06-18
examples/embedding: Add code markup and fix typo in README.md.
Damien George
2018-06-18
stm32/mboot: Adjust user-reset-mode timeout so it ends with mode=1.
Damien George
2018-06-16
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Damien George
2018-06-15
drivers/sdcard: Fix bug in computing number of sectors on SD Card.
Damien George
2018-06-15
drivers/sdcard: Change driver to use new block-device protocol.
Damien George
2018-06-15
esp32/modules: Include umqtt library in frozen modules.
Damien George
2018-06-15
esp32: Update to latest ESP IDF.
Damien George
2018-06-15
stm32/i2cslave: Fix ordering of event callbacks in slave IRQ handler.
Damien George
2018-06-15
stm32/i2c: Fix num_acks calculation in i2c_write for F0 and F7 MCU's.
Damien George
2018-06-15
stm32/timer: Support TIM1 on F0 MCUs.
Damien George
2018-06-14
drivers/memory/spiflash: Add functions for direct erase/read/write.
Damien George
2018-06-14
drivers/memory/spiflash: Rename functions to indicate they use cache.
Damien George
2018-06-14
stm32/boards/STM32L476DISC: Update SPI flash config for cache change.
Damien George
2018-06-14
drivers/memory/spiflash: Move cache buffer to user-provided config.
Damien George
2018-06-13
esp32/fatfs_port: Implement get_fattime so FAT files have a timestamp.
Damien George
2018-06-13
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
stm32/Makefile: Rebuild all qstrs when any board configuration changes.
Damien George
2018-06-12
py/mkrules.mk: Regenerate all qstrs when config files change.
Damien George
2018-06-12
esp32: Remove port-specific uhashlib implementation and use common one.
Damien George
2018-06-12
extmod/moduhashlib: Make function objects STATIC.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.
Yonatan Goldschmidt
2018-06-12
tests/extmod: Add test for VFS and user-defined filesystem and files.
Damien George
2018-06-12
tests/io: Add simple IOBase test.
Damien George
2018-06-12
ports: Enable IOBase on unix, stm32, esp8266 and esp32.
Damien George
2018-06-12
py/modio: Add uio.IOBase class to allow to define user streams.
Damien George
2018-06-12
py/lexer: Add support for underscores in numeric literals.
Damien George
[next]