11718 Commits (71adf506ce43b55b859f81f191ac0826928bbdd5)
 

Author SHA1 Message Date
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
stijn 5b94c61097 windows/Makefile: Support freezing modules. 4 years ago
stijn 2a9ea69fa9 windows/msvc: Support freezing modules. 4 years ago
stijn 4b35aa5730 tools: Write msvc-compatible frozen content. 4 years ago
Damien George 373b400632 extmod/modussl_axtls: Reduce size of code that makes exception. 4 years ago
stijn 2e54d9d146 py: Fix handling of NaN in certain pow implementations. 4 years ago
Damien George 8d5a40c86e py/objfloat: Fix handling of negative float to power of nan. 4 years ago
Damien George 709398daae stm32/rtc.h: Include py/obj.h to make header self contained. 4 years ago
Damien George 547688c58c stm32/usb: Don't nul pyb_hid_report_desc if MICROPY_HW_USB_HID disabled. 4 years ago
Damien George 27e117307d nrf: Remove unnecessary includes of mpconfigport.h and its header guard. 4 years ago
Damien George 75344af4ca nrf/main: Make mp_builtin_open signature match that in py/builtin.h. 4 years ago
Damien George 4f2fe34623 tools/mpy-tool.py: Fix merge of multiple mpy files to POP_TOP correctly. 4 years ago
Albort Xue 5f50568b1f mimxrt/boards: Add MIMXRT1064_EVK board. 5 years ago
Jim Mussared 632e3b7acc stm32/boards/NUCLEO_WB55: Add Python helper code for rfcore. 4 years ago
Jim Mussared e2390d5a2f stm32/rfcore: Enable RX IRQ on BLE IPCC channel for better performance. 4 years ago
Jim Mussared 8b4ebd7166 stm32/rfcore: Refactor some helper funcs, and remove some magic numbers. 4 years ago
Jim Mussared 01f2d77614 stm32/rfcore: Fix length matching in HCI parser. 4 years ago
Jim Mussared 5eda362e0a tests/multi_bluetooth: Make ble_gap_connect robust against event timing. 4 years ago
Jim Mussared 0f28020a68 stm32/powerctrlboot: Acquire HSEM5 on STM32WB during SystemClock_Config. 4 years ago
Jim Mussared 9c9cc7a02f stm32/boards/USBDONGLE_WB55: Add USE_MBOOT support. 4 years ago
Jim Mussared 30e8162ac4 stm32/rfcore: Update rfcore.c to match how ST examples work. 4 years ago
Jim Mussared b27edb8073 stm32/make-stmconst.py: Add support for WB55 header files. 4 years ago
Jim Mussared 126f972c34 extmod/nimble: Add timeout for HCI sync on startup. 4 years ago
Jim Mussared 311b8519af esp32: Pin MicroPython and NimBLE tasks to core 0. 4 years ago