1368 Commits (073c5f3a40abd4bd7691f5468f0106ed4379ebfb)

Author SHA1 Message Date
Damien George 79ab82ea77 esp8266/modules/ntptime.py: Always close socket, and set day-of-week. 5 years ago
Jim Mussared 580a2656d1 stm32: Use hardware double sqrt on F7/H7 MCUs. 5 years ago
Andrey Belykh 305f537bf9 stm32/sdcard: Support boards with no SD card detect pin. 5 years ago
Mike Causer 53a9b45da1 esp8266: Add per-board configs, following other ports. 5 years ago
Damien George 2863dcdf4f nrf: Add support to activate MICROPY_PY_SYS_STDFILES. 5 years ago
Andrew Leech 04fe62d06f stm32/mboot: Add option to automatically reset when USB is disconnected. 5 years ago
Jim Mussared cd8bbf4cfc esp32/boards: Enable BLE by default when building with IDF 4.x. 5 years ago
Jim Mussared 6a9bd1c1ab esp32: Implement BLE using Nimble from IDF 4.x. 5 years ago
Jim Mussared 902bb4ceae stm32: Extract port-specific Nimble implementation. 5 years ago
Damien George 4a6974bea5 stm32/boards/PYBD_SF2: Put nimble library in external QSPI XIP flash. 5 years ago
Martin Fischer a0ce01f62e stm32/usbdev: Fix compile error if MICROPY_HW_USB_CDC_NUM is set to 2. 5 years ago
Damien George 917f027c0b esp32: Enable native emitter. 5 years ago
Chris Mason 0096041c99 stm32/{adc,machine_adc}: Change ADC clock and sampling time for F0 MCUs. 5 years ago
Damien George 26e90a0514 stm32/boards: Enable MICROPY_HW_RTC_USE_LSE on L4 boards. 5 years ago
hahmadi 266146ad64 stm32/system_stm32: Support selection of HSE and LSI on L4 MCUs. 5 years ago
roland van straten a069340c1e nrf/main: Update the way the LED is used on startup. 5 years ago
roland van straten 226399bcef nrf/led: Expose public API for LED manipulation. 5 years ago
Glenn Ruben Bakke cf383412ef nrf/flash: Update flash driver to use nrfx_nvmc driver. 6 years ago
Glenn Ruben Bakke c561ae61a1 nrf/uart: Add support for UARTE (EasyDMA). 6 years ago
Glenn Ruben Bakke 02a8c31eef nrf/temp: Move module configuration guard. 6 years ago
Glenn Ruben Bakke d2e730b727 nrf/i2c: Add support for TWIM (EasyDMA). 6 years ago
Damien George fd9b7efe39 minimal/frozentest.mpy: Update due to change in bytecode. 5 years ago
Damien George 4c5e1a0368 py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx. 5 years ago
Jim Mussared fafa9d35dd stm32/boards/PYBD: Enable BLE for Pyboard D. 5 years ago
Jim Mussared 6f35f214d3 stm32/mpconfigport.h: Add modbluetooth module to stm32. 5 years ago
Jim Mussared f67fd95f8d unix/coverage: Add coverage tests for ringbuf. 5 years ago
Jim Mussared d72dbb822c stm32: Provide port-specific implementation for Nimble on STM32. 5 years ago
Andrew Leech 4ba0aff472 stm32/uart: Add RTS/CTS pin configuration support to UART4. 5 years ago
Chris Mason eb12fa3862 stm32/powerctrlboot: Add support for HSI at 8MHz on F0 MCUs. 5 years ago
Chris Mason f16e4be3fa stm32/powerctrlboot: Fix clock and PLL selection for HSI48 on F0 MCUs. 5 years ago
Damien George 3328b7d71f stm32: Support disabling the compiler. 5 years ago
Damien George 9abfe85ace minimal/frozentest: Recompile now that mpy version has changed. 5 years ago
Josh Lloyd 7d58a197cf py: Rename MP_QSTR_NULL to MP_QSTRnull to avoid intern collisions. 5 years ago
Andrew Leech 2397b44062 stm32/usbd_cdc_interface: Add CTS flow control option for USB VCP. 6 years ago
Damien George 6b4666f8cf stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN. 5 years ago
Damien George ca8ff99e8c stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions. 5 years ago
iabdalkader 4f78ba3cf4 stm32/boards/NUCLEO_H743ZI: Enable FDCAN on this board. 5 years ago
iabdalkader f7a07b3605 stm32: Add support for FDCAN peripheral, exposed as pyb.CAN. 5 years ago
Damien George d06fd384c2 stm32/can: Factor CAN driver into low-level and Python bindings. 5 years ago
Chris Liechti 6f7e774d12 stm32/machine_i2c: Add ability to specify I2C(4) by name. 5 years ago
Jim Mussared c33a4cc213 esp32/Makefile: Fix printing of supported git hash. 5 years ago
stijn d96391aca3 mpy-cross,windows: Add msvc build of mpy-cross. 6 years ago
stijn bc86c6252a windows: Default to binary mode for files. 7 years ago
stijn 6957939604 windows/msvc: Change the way sources are listed. 7 years ago
stijn 146c32a141 windows/msvc: Enable overriding directories used in the build. 7 years ago
stijn 94873a4826 windows/msvc: Move build options from .vcxproj to .props files. 7 years ago
stijn b2b21839d3 windows/msvc: Remove unneeded definitions for qstr generation. 6 years ago
Jim Mussared 62d78e231c esp32/main: Use both 3.3 and 4.0 config vars to enable SPIRAM. 5 years ago
iabdalkader 73c94bbbd4 stm32/modusocket: Fix NULL deref when accept() an unbound socket. 5 years ago
Jim Mussared f469634c0c esp32: Add check to Makefile that the toolchain is in PATH. 5 years ago