aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-01py/makeversionhdr.py: Match only git tags which look like versions.Mike Wadsten
2020-09-30docs/reference/packages.rst: Fix typo, remove duplicate "port".David Lechner
2020-09-30zephyr: Update build instructions to v2.4.0.Maureen Helm
2020-09-30travis: Update zephyr build to v2.4.0.Maureen Helm
2020-09-30zephyr: Const-ify struct device instance pointers.Maureen Helm
2020-09-30zephyr: Replace zephyr integer types with C99 types.Maureen Helm
2020-09-30extmod/modure: Allow \\ in re.sub replacements.Andrew Leech
2020-09-26examples/bluetooth: Update to use positional-only args to irq().Jim Mussared
2020-09-25tests/run-tests: Use -BS flags when running CPython.Damien George
2020-09-25docs/develop: Add notes on prerequisite tools for building native .mpy.Damien George
2020-09-25extmod/modbluetooth: Change module-owned bytes objects to memoryview.Damien George
2020-09-25py/objarray.h: Add mp_obj_memoryview_init() helper function.Damien George
2020-09-24py/objstr: Make bytes(bytes_obj) return bytes_obj.Iyassou Shimels
2020-09-23windows: Update build instructions in README.stijn
2020-09-23extmod/vfs: Fix lookup of entry in root dir so it fails correctly.Damien George
2020-09-22stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.Damien George
2020-09-18tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George
2020-09-18tests/basics: Enable == and != special-method tests now that they work.Damien George
2020-09-18stm32/led: Support PWM output without TIM3.Tweako
2020-09-18py/dynruntime.h: Add mp_import_* and mp_load/store_*.Jim Mussared
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-09-18ports: Add utime.gmtime() function.Damien George
2020-09-18esp8266: Remove release-specific manifest, disable osdebug by default.Damien George
2020-09-18esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4.Mirko Vogt
2020-09-18esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.Jim Mussared
2020-09-18travis: Install setuptools for black code formatting.Damien George
2020-09-18tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.Jim Mussared
2020-09-18tests/run-multitests.py: Show test/truth diff.Jim Mussared
2020-09-18extmod/modbluetooth: Implement MTU.Jim Mussared
2020-09-18docs/library/ubluetooth.rst: Add docs for MTU API.Jim Mussared
2020-09-18tests/multi_bluetooth: Update UUID format in .exp files.Jim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify peripheral/central vs server/clientJim Mussared
2020-09-15extmod/modbluetooth: Print UUIDs correctly.Jim Mussared
2020-09-15docs/library/ubluetooth.rst: Clarify position/kw arguments.Jim Mussared
2020-09-15extmod/modbluetooth: Make BLE.irq() method positional only.Jim Mussared
2020-09-15extmod/modbluetooth: Fix handling of optional data/uuid args.Jim Mussared
2020-09-12stm32/servo: Fix angle and speed methods to work again with -ve args.Damien George
2020-09-11py/parse: Pass in an mp_print_t to mp_parse_node_print.Damien George
2020-09-11py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.Damien George
2020-09-11esp32/mpconfigport.h: Remove duplicate uhashlib registration.Jim Mussared
2020-09-11windows: Show test failures in the Appveyor builds.stijn
2020-09-11windows/Makefile: Support freezing modules.stijn
2020-09-11windows/msvc: Support freezing modules.stijn
2020-09-11tools: Write msvc-compatible frozen content.stijn
2020-09-11extmod/modussl_axtls: Reduce size of code that makes exception.Damien George
2020-09-11py: Fix handling of NaN in certain pow implementations.stijn
2020-09-11py/objfloat: Fix handling of negative float to power of nan.Damien George
2020-09-10stm32/rtc.h: Include py/obj.h to make header self contained.Damien George
2020-09-10stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled.Damien George
2020-09-09nrf: Remove unnecessary includes of mpconfigport.h and its header guard.Damien George