7738 Commits (08242eed2677cde806fd9c0de33138a8491293a2)
 

Author SHA1 Message Date
Paul Sokolovsky 6e99a8c94e zephyr/modusocket: Be sure to use MP_OBJ_FROM_PTR. 8 years ago
Damien George 805b1c8bc3 tests/run-tests: Update names of tests that may need skipping. 8 years ago
Damien George 677fb31015 tests/float: Add tests for hashing float and complex numbers. 8 years ago
Damien George 19f2e47d59 py: Add very simple but correct hashing for float and complex numbers. 8 years ago
Paul Sokolovsky bb296482c3 docs/library/btree: Add btree module docs. 8 years ago
Paul Sokolovsky 4c392243ae zephyr/prj_base.conf: Add config for net_buf logging. 8 years ago
Paul Sokolovsky 831e157226 tests/run-tests: Introduce generic "minimal" target. 8 years ago
Damien George 7df4558df8 esp8266: Remove unused entry in port root pointers. 8 years ago
Paul Sokolovsky 806c07c898 tests/micropython/heapalloc_iter: Improve skippability. 8 years ago
Paul Sokolovsky 28876d3902 tests/float/byte*_construct: Skip on missing array module. 8 years ago
Paul Sokolovsky 499ea8b253 tests/extmod/vfs_fat_fileio*: Improve skippability. 8 years ago
Paul Sokolovsky b099aeb3ca run-tests: Add feature check for "const" keyword and skip related tests. 8 years ago
Paul Sokolovsky b9e9cfcfc1 tests: vfs_fat_fileio.py is too big to be parsed in 16K heap, split in 2. 8 years ago
Paul Sokolovsky 9a973977bb py/objstr: Use MICROPY_FULL_CHECKS for range checking when constructing bytes. 8 years ago
Paul Sokolovsky 5b2db4bb51 tests/run-tests: Be sure to close Pyboard object on completion. 8 years ago
Paul Sokolovsky 9b3f423c14 tools/pyboard: Tighten up Pyboard object closure on errors. 8 years ago
Paul Sokolovsky ca81c3ab0b zephyr/modusocket: Implement recv() for TCP sockets. 8 years ago
Damien George bf51e2ff98 tests/basics: Add tests for list and bytearray growing using themselves. 8 years ago
Damien George a5500a8aad py/obj.h: Make sequence grow more efficient and support overlapping. 8 years ago
Paul Sokolovsky 3df65e9bae zephyr/modusocket: Implement recv() for UDP sockets. 8 years ago
Damien George 4c307bfba1 all: Move BYTES_PER_WORD definition from ports to py/mpconfig.h 8 years ago
Paul Sokolovsky 64d00511e1 zephyr/modusocket: Implement send(). 8 years ago
Paul Sokolovsky 88582e33cc zephyr/modusocket: Implement bind() and connect(). 8 years ago
Damien George b6c7e4b143 all: Use full path name when including mp-readline/timeutils/netutils. 8 years ago
Pavol Rusnak 6e6c01b971 unix: Convert mp_uint_t to size_t in alloc.c. 8 years ago
Damien George 2460888c74 stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs. 8 years ago
Damien George aa7de3ff67 stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. 8 years ago
Paul Sokolovsky 6cc1a7a214 zephyr: Integrate modusocket into build. 8 years ago
Paul Sokolovsky d1015f0e0d zephyr/modusocket: Initial version of usocket module for Zephyr. 8 years ago
Paul Sokolovsky 344bfbb71c zephyr: Fix NLR segfault in minimal build. 8 years ago
Paul Sokolovsky df48f4645d zephyr/Makefile: Add workaround (fix?) for broken builds for DTS targets. 8 years ago
Damien George 4b753515c7 py/objzip: Convert mp_uint_t to size_t. 8 years ago
Damien George 00b1a3e4d2 stmhal/dma: Don't include SDMMC2 struct if SDMMC2 is not available. 8 years ago
Damien George 81e19eaf05 stmhal/boards: Remove F769 alt function table, it's same as for F767. 8 years ago
Damien George 41cbe8045e stmhal/boards/STM32F769DISC: Fix user switch pin, and document stlink. 8 years ago
Damien George c74fa7f58e stmhal/boards/STM32F769DISC: Get SD card working by using SDMMC2. 8 years ago
Damien George 9818c0db43 stmhal/boards: Update F76x alternate function table to add SDMMC2. 8 years ago
Damien George 7876e54aa5 stmhal/sdcard: Add support for SDMMC2 on F7 MCUs. 8 years ago
Damien George 43defc9e98 stmhal: Support SDMMC alternate functions in pin generation. 8 years ago
Paul Sokolovsky 29dd92c82a zephyr/Makefile: Rework to use modern, official build integration. 8 years ago
Jan Pochyla e9d7c3ea0e modutimeq: Add peektime() function (provisional). 8 years ago
Damien George 6bfb344a80 cc3200/mods/pybi2c: Raise OSError if readfrom_mem fails to write addr. 8 years ago
Damien George 22e2f4a0e8 stmhal/spi: Increase SPI transfer timeout, proportional to num bytes. 8 years ago
Damien George 3a77342719 cc3200: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 1145dd35f2 esp8266: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George a9c8db07bd stmhal: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 3022e00bbf lib/netutils: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 204ded848e extmod: Update for changes to mp_obj_str_get_data. 8 years ago
Damien George 6b34107537 py: Change mp_uint_t to size_t for mp_obj_str_get_data len arg. 8 years ago
Damien George ca06fac4a1 stmhal: Update to use size_t for tuple/list accessors. 8 years ago