11841 Commits (2f723d83c0b30a272d0ef41e8b7eda729de1e0e0)
 

Author SHA1 Message Date
Damien George 843dcd4f85 py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME. 4 years ago
Damien George d4b61b0017 extmod/utime_mphal: Add generic utime.time_ns() function. 4 years ago
Damien George 905a18aafe unix,windows: Implement mp_hal_time_ns using gettimeofday. 4 years ago
Damien George 98182a97c5 docs: Update I2C and SPI docs to add reference to SoftI2C and SoftSPI. 4 years ago
Damien George 71f3ade770 ports: Support legacy soft I2C/SPI construction via id=-1 arg. 4 years ago
Damien George 39d50d129c ports: Add SoftI2C and SoftSPI to machine module where appropriate. 4 years ago
Damien George 9e0533b9e1 extmod/machine_spi: Remove "id" arg in SoftSPI constructor. 4 years ago
Damien George aaed33896b extmod/machine_i2c: Remove "id" arg in SoftI2C constructor. 4 years ago
Damien George c35deb2625 extmod/machine_i2c: Rename type to SoftI2C and add custom print method. 4 years ago
Mike Wadsten c711c0049e py/makeversionhdr.py: Match only git tags which look like versions. 4 years ago
David Lechner ee7568ca8d docs/reference/packages.rst: Fix typo, remove duplicate "port". 4 years ago
Maureen Helm 997ec9e8cc zephyr: Update build instructions to v2.4.0. 4 years ago
Maureen Helm c2a7aac906 travis: Update zephyr build to v2.4.0. 4 years ago
Maureen Helm f842e32155 zephyr: Const-ify struct device instance pointers. 4 years ago
Maureen Helm ce49be43b1 zephyr: Replace zephyr integer types with C99 types. 4 years ago
Andrew Leech 319437d4bd extmod/modure: Allow \\ in re.sub replacements. 4 years ago
Jim Mussared 0fd0eb00aa examples/bluetooth: Update to use positional-only args to irq(). 4 years ago
Damien George 9123b67d64 tests/run-tests: Use -BS flags when running CPython. 4 years ago
Damien George c8ade2bd7f docs/develop: Add notes on prerequisite tools for building native .mpy. 4 years ago
Damien George 81f2162ca0 extmod/modbluetooth: Change module-owned bytes objects to memoryview. 4 years ago
Damien George 50e34f979c py/objarray.h: Add mp_obj_memoryview_init() helper function. 4 years ago
Iyassou Shimels ca017841d6 py/objstr: Make bytes(bytes_obj) return bytes_obj. 4 years ago
stijn bada8c9231 windows: Update build instructions in README. 4 years ago
Damien George 71adf506ce extmod/vfs: Fix lookup of entry in root dir so it fails correctly. 4 years ago
Damien George 3e16763201 stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t. 4 years ago
Damien George 42342fa3cb tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops. 4 years ago
Damien George c410a86814 tests/basics: Enable == and != special-method tests now that they work. 4 years ago
Tweako 8af9796b16 stm32/led: Support PWM output without TIM3. 4 years ago
Jim Mussared 9d1983f078 py/dynruntime.h: Add mp_import_* and mp_load/store_*. 4 years ago
Damien George 8f20cdc353 all: Rename absolute time-based functions to include "epoch". 4 years ago
Damien George bd7af6151d ports: Add utime.gmtime() function. 4 years ago
Damien George b28758054b esp8266: Remove release-specific manifest, disable osdebug by default. 4 years ago
Mirko Vogt ecb36d2439 esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4. 4 years ago
Jim Mussared 52d6eeb409 esp32/boards/sdkconfig.base: Set default IDF log level to ERROR. 4 years ago
Damien George 5c503de521 travis: Install setuptools for black code formatting. 4 years ago
Jim Mussared 3086d35e16 tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU. 4 years ago
Jim Mussared 06dda48144 tests/run-multitests.py: Show test/truth diff. 4 years ago
Jim Mussared 857e2c8fd5 extmod/modbluetooth: Implement MTU. 4 years ago
Jim Mussared f271b96b5c docs/library/ubluetooth.rst: Add docs for MTU API. 4 years ago
Jim Mussared fe642ced43 tests/multi_bluetooth: Update UUID format in .exp files. 4 years ago
Jim Mussared c200759290 docs/library/ubluetooth.rst: Clarify peripheral/central vs server/client 4 years ago
Jim Mussared 5be3bfcb7e extmod/modbluetooth: Print UUIDs correctly. 4 years ago
Jim Mussared 19faf55090 docs/library/ubluetooth.rst: Clarify position/kw arguments. 4 years ago
Jim Mussared 6a6a5f9e15 extmod/modbluetooth: Make BLE.irq() method positional only. 4 years ago
Jim Mussared 504522bd02 extmod/modbluetooth: Fix handling of optional data/uuid args. 4 years ago
Damien George b31cb21a39 stm32/servo: Fix angle and speed methods to work again with -ve args. 4 years ago
Damien George acdb0608b7 py/parse: Pass in an mp_print_t to mp_parse_node_print. 4 years ago
Damien George 85f2b239d8 py/showbc: Pass in an mp_print_t struct to all bytecode-print functions. 4 years ago
Jim Mussared 50efce8174 esp32/mpconfigport.h: Remove duplicate uhashlib registration. 4 years ago
stijn 70bec41089 windows: Show test failures in the Appveyor builds. 4 years ago