533 Commits (789f8f1c4be6b5f5a3b6194e85664e83fa20e7fe)

Author SHA1 Message Date
Damien George 2e565cc0d4 stm32/usb: Change HID report funcs to take HID state, not usbdev state. 7 years ago
Damien George 91bca340ec stm32/usb: Change CDC tx/rx funcs to take CDC state, not usbdev state. 7 years ago
Damien George 68271a27e6 stm32/usb: Make CDC endpoint definitions private to core usbdev driver. 7 years ago
Damien George ed92d62326 stm32/usb: Combine HID lower-layer and interface state into one struct. 7 years ago
Damien George bf08a99ccd stm32/usb: Combine CDC lower-layer and interface state into one struct. 7 years ago
Damien George ed32284b70 stm32/usb: Use usbd_cdc_itf_t pointer directly in USB_VCP class. 7 years ago
Damien George fb25c81062 stm32/modpyb: Remove unused includes and clean up comments. 7 years ago
Damien George 88c26a48b4 stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting. 7 years ago
Damien George 92c5e2708d stm32/modpyb: Introduce MICROPY_PY_PYB_LEGACY config option for pyb mod. 7 years ago
Damien George a0f7b4c678 stm32/accel: Switch pyb.Accel to use new C-level I2C API. 7 years ago
Damien George ce824bb67e stm32/machine_i2c: Use new F4 hardware I2C driver for machine.I2C class. 7 years ago
Damien George b21415ed4f stm32/i2c: Add new hardware I2C driver for F4 MCUs. 7 years ago
Peter D. Gray ca36645410 stm32/usbd_hid_interface: Address possible race condition vs. interrupt. 7 years ago
Peter D. Gray 1f1623d3b7 stm32/usbdev: Be honest about data not being written to HID endpoint. 7 years ago
Bas Wijnen 67e1a4f8be esp32: Update to latest ESP IDF version. 7 years ago
Damien George aeaace0737 stm32/usbdev: Remove unused RxState variable, and unused struct. 7 years ago
Damien George abde0fa226 stm32/usbdev: Convert files to unix line endings. 7 years ago
Damien George 56a273ebff stm32/usbd_conf: Changes files to unix line endings and apply styling. 7 years ago
Damien George 9f4eda542a stm32/usbd_conf.h: Remove unused macros and clean up header file. 7 years ago
Damien George b208aa189e stm32/README: Update to reflect current MCU support. 7 years ago
Damien George c1115d931f stm32/usb: Use correct type for USB HID object. 7 years ago
Damien George e1bc85416a stm32/usb: Fix broken pyb.have_cdc() so it works again. 7 years ago
Damien George e638defff4 stm32/i2c: Make sure stop condition is sent after receiving addr nack. 7 years ago
Damien George aea71dbde0 stm32/Makefile: Use -O2 to optimise compilation of lib/libc/string0.c. 7 years ago
Damien George cb3456ddfe stm32: Don't use %lu or %lx for formatting, use just %u or %x. 7 years ago
Damien George b614dc73b0 stm32/dma: Fix duplicate typedef of struct, it's typedef'd in dma.h. 7 years ago
Damien George 12a3fccc7e esp32/modsocket: Check for pending events during blocking socket calls. 7 years ago
Damien George 4fa7d36cee esp32: Use mp_rom_map_elem_t and MP_ROM_xxx macros for const dicts. 7 years ago
Damien George 6681eb809a esp32/modsocket: Correctly handle reading from a peer-closed socket. 7 years ago
Torwag fb7dabb971 esp32/README: Add --init to submodule update command. 7 years ago
Damien George 6410e174c5 esp8266: Disable DEBUG_PRINTERS for 512k build. 7 years ago
Damien George 051686b0a8 stm32/main: Clean up and optimise initial start-up code of the MCU. 7 years ago
Damien George a03e6c1e05 stm32/irq: Define IRQ priorities directly as encoded hardware values. 7 years ago
Peter D. Gray 266446624f stm32/dma: Always deinit/reinit DMA channels on L4 MCUs. 7 years ago
Damien George 4c0f664b1a stm32/flash: Remove unused src parameter from flash_erase(). 7 years ago
Damien George edb600b6a2 stm32/mphalport: Optimise the way that GPIO clocks are enabled. 7 years ago
Damien George 00a659f3ee stm32/dac: Implement printing of a DAC object. 7 years ago
Damien George dcfd2de5c2 stm32/dac: Make deinit disable the output buffer on H7 and L4 MCUs. 7 years ago
Damien George d4f8414ebd stm32/adc: Use mp_hal_pin_config() instead of HAL_GPIO_Init(). 7 years ago
Damien George 3022947343 stm32/mphalport: Support ADC mode on a pin for L4 MCUs. 7 years ago
Damien George 68f4cba3d2 stm32/boards: Update pins.csv to include USB pins where needed. 7 years ago
Damien George b0ad46cd11 stm32/dac: Use mp_hal_pin_config() instead of HAL_GPIO_Init(). 7 years ago
Damien George 04ead56614 stm32/usbd_conf: Use mp_hal_pin_config() instead of HAL_GPIO_Init. 7 years ago
Damien George a28bd4ac94 stm32/mphalport: Add mp_hal_pin_config_speed() to select GPIO speed. 7 years ago
Damien George 777e042ab5 esp32/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Lars Kellogg-Stedman d8fdb77ac9 esp8266/modnetwork: Allow to get ESSID of AP that STA is connected to. 7 years ago
Andreas Valder 298c072433 esp32: Add support for the esp32's ULP. 7 years ago
iabdalkader 28c9824c51 stm32/boards/NUCLEO_H743ZI: Enable ADC peripheral. 7 years ago
iabdalkader 8c12f1d916 stm32/adc: Add support for H7 MCU series. 7 years ago
Damien George 23e9c3bca7 esp32/modules: Add support scripts for WebREPL. 7 years ago