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
2020-09-25
tests/run-tests: Use -BS flags when running CPython.
Damien George
2020-09-25
docs/develop: Add notes on prerequisite tools for building native .mpy.
Damien George
2020-09-25
extmod/modbluetooth: Change module-owned bytes objects to memoryview.
Damien George
2020-09-25
py/objarray.h: Add mp_obj_memoryview_init() helper function.
Damien George
2020-09-24
py/objstr: Make bytes(bytes_obj) return bytes_obj.
Iyassou Shimels
2020-09-23
windows: Update build instructions in README.
stijn
2020-09-23
extmod/vfs: Fix lookup of entry in root dir so it fails correctly.
Damien George
2020-09-22
stm32/rfcore: Fix FUS layout and size of ipcc_device_info_table_t.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-09-18
tests/basics: Enable == and != special-method tests now that they work.
Damien George
2020-09-18
stm32/led: Support PWM output without TIM3.
Tweako
2020-09-18
py/dynruntime.h: Add mp_import_* and mp_load/store_*.
Jim Mussared
2020-09-18
all: Rename absolute time-based functions to include "epoch".
Damien George
2020-09-18
ports: Add utime.gmtime() function.
Damien George
2020-09-18
esp8266: Remove release-specific manifest, disable osdebug by default.
Damien George
2020-09-18
esp32/modnetwork: Re-enable PPP support for IDF-SDK >=v4.
Mirko Vogt
2020-09-18
esp32/boards/sdkconfig.base: Set default IDF log level to ERROR.
Jim Mussared
2020-09-18
travis: Install setuptools for black code formatting.
Damien George
2020-09-18
tests/multi_bluetooth/ble_mtu.py: Add multitest for BLE MTU.
Jim Mussared
2020-09-18
tests/run-multitests.py: Show test/truth diff.
Jim Mussared
2020-09-18
extmod/modbluetooth: Implement MTU.
Jim Mussared
2020-09-18
docs/library/ubluetooth.rst: Add docs for MTU API.
Jim Mussared
2020-09-18
tests/multi_bluetooth: Update UUID format in .exp files.
Jim Mussared
2020-09-15
docs/library/ubluetooth.rst: Clarify peripheral/central vs server/client
Jim Mussared
2020-09-15
extmod/modbluetooth: Print UUIDs correctly.
Jim Mussared
2020-09-15
docs/library/ubluetooth.rst: Clarify position/kw arguments.
Jim Mussared
2020-09-15
extmod/modbluetooth: Make BLE.irq() method positional only.
Jim Mussared
2020-09-15
extmod/modbluetooth: Fix handling of optional data/uuid args.
Jim Mussared
2020-09-12
stm32/servo: Fix angle and speed methods to work again with -ve args.
Damien George
2020-09-11
py/parse: Pass in an mp_print_t to mp_parse_node_print.
Damien George
2020-09-11
py/showbc: Pass in an mp_print_t struct to all bytecode-print functions.
Damien George
2020-09-11
esp32/mpconfigport.h: Remove duplicate uhashlib registration.
Jim Mussared
2020-09-11
windows: Show test failures in the Appveyor builds.
stijn
2020-09-11
windows/Makefile: Support freezing modules.
stijn
2020-09-11
windows/msvc: Support freezing modules.
stijn
2020-09-11
tools: Write msvc-compatible frozen content.
stijn
2020-09-11
extmod/modussl_axtls: Reduce size of code that makes exception.
Damien George
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-11
py/objfloat: Fix handling of negative float to power of nan.
Damien George
2020-09-10
stm32/rtc.h: Include py/obj.h to make header self contained.
Damien George
2020-09-10
stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled.
Damien George
2020-09-09
nrf: Remove unnecessary includes of mpconfigport.h and its header guard.
Damien George
2020-09-09
nrf/main: Make mp_builtin_open signature match that in py/builtin.h.
Damien George
2020-09-09
tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly.
Damien George
2020-09-09
mimxrt/boards: Add MIMXRT1064_EVK board.
Albort Xue
2020-09-08
stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore.
Jim Mussared
2020-09-08
stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance.
Jim Mussared
2020-09-08
stm32/rfcore: Refactor some helper funcs, and remove some magic numbers.
Jim Mussared
2020-09-08
stm32/rfcore: Fix length matching in HCI parser.
Jim Mussared
2020-09-08
tests/multi_bluetooth: Make ble_gap_connect robust against event timing.
Jim Mussared
[next]