1494 Commits (f62cc41fac007f38b661e09d638385241084a540)

Author SHA1 Message Date
Jeremy Herbert 7a7ee16ccf esp32/machine_uart: Add ability to invert UART pins. 5 years ago
Damien George 69b238ec63 stm32/accel: Fix Accel.read() method so it does read a byte. 5 years ago
Frederic.Pierson 925f244ab3 stm32/boards: Add NADHAT_PYB405 board. 5 years ago
Frederic.Pierson 28062b5108 stm32/accel: Add support for KXTJ3. 5 years ago
Damien George 3105207aff stm32/accel: Rename MMA I2C macro constants to make it generic. 5 years ago
Damien George 4f2c737b0c stm32/mpu: Save and restore the IRQ state when configuring MPU. 5 years ago
iabdalkader 6e4468a2ab stm32/adc: Fix sampling for internal channels on H7 MCUs. 5 years ago
iabdalkader 4cee42d864 stm32/adc: Use IS_CHANNEL_INTERNAL macro to check for internal channels. 5 years ago
iabdalkader d523a377d1 stm32/adc: Remove unused macro and channel check, and fix spacing. 5 years ago
iabdalkader cb2b210d45 stm32/adc: Update ADC driver to work with the new H7 HAL. 5 years ago
Damien George ce1de1faf0 esp32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2e90ff7fa8 qemu-arm: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 287800d6e1 stm32: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George 2fd3f2520d esp8266: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Damien George b1c0355b93 unix: Convert to use FROZEN_MANIFEST to specify frozen code. 5 years ago
Jim Mussared 4b2b05718a esp32: Run NimBLE on the app core. 5 years ago
Jim Mussared 418f12c5f5 extmod/modbluetooth: Increase maximum connections from 1 to 4. 5 years ago
Damien George d7a9388fe0 ports: Add new make target "submodules" which inits required modules. 5 years ago
Damien George 3ee71ff314 minimal/frozentest.mpy: Recompile now that mpy format changed. 5 years ago
Jim Mussared d5cbee3cfb esp32: Add 4.x version of IDLE WDT config. 5 years ago
ladyada 06ae818f93 stm32/boards: Add new board ADAFRUIT_F405_EXPRESS. 5 years ago
Glenn Ruben Bakke 98c2eabaff nrf/boards: Add nrf9160 pca10090 board. 5 years ago
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support. 5 years ago
Glenn Ruben Bakke 01a3110e36 nrf/boards: Add support for pca10059. 5 years ago
Glenn Ruben Bakke 60b0b69f20 nrf: Add tinyusb support for nrf52840. 5 years ago
Glenn Ruben Bakke 1571120dc2 nrf/device: Correct SPIM3 IRQ handler entry for nrf52840. 5 years ago
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