9238 Commits (31cf49c672f6e141df2178e2ab0b6560244ea2e6)
 

Author SHA1 Message Date
Ayke van Laethem 5eb198c441 tests/run-tests: Support esp32 as a target for running the test suite. 7 years ago
Damien George 89b1c4a60c extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import. 7 years ago
Damien George 60db80920a py/builtinhelp: Change occurrence of mp_uint_t to size_t. 7 years ago
Damien George 6410e174c5 esp8266: Disable DEBUG_PRINTERS for 512k build. 7 years ago
Damien George db2bdad8a2 tests/pyb: Update tests to run correctly on PYBv1.0. 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 6b4b6d388b py/obj.h: Fix math.e constant for nan-boxing builds. 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
Ayke van Laethem d43c737756 py/stream: Use uPy errno instead of system's for non-blocking check. 7 years ago
Damien George 96740be357 py/mperrno: Define MP_EWOULDBLOCK as EWOULDBLOCK, not EAGAIN. 7 years ago
Mike Wadsten 9f1eafc380 tests/io/bytesio_ext2: Remove dependency on specific EINVAL value 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
Damien George c1d4352e65 esp32/mpconfigport: Enable webrepl module and socket events. 7 years ago
Damien George 999c8b9711 esp32/modsocket: Add support for registering socket event callbacks. 7 years ago
Damien George 98b05e3614 esp32: Add support for and enable uos.dupterm(). 7 years ago
Damien George 04dc4a5034 esp32/mphalport: Improve mp_hal_stdout_tx_XXX functions. 7 years ago
Damien George c0dd9be606 stm32/boards/NUCLEO_H743ZI: Use priority 0 for SysTick IRQ. 7 years ago
Ayke van Laethem deaa46aa66 py/nlrthumb: Fix Clang support wrt use of "return 0". 7 years ago
Damien George 527ba0426c stm32/system_stm32: Reconfigure SysTick IRQ priority for L4 MCUs. 7 years ago
Damien George 4ed5865280 esp32/mphalport: Improve mp_hal_delay_us so it handles pending events. 7 years ago
Damien George e1fe3abd09 esp32/mphalport: Use esp_timer_get_time instead of gettimeofday. 7 years ago
Damien George c7818032b1 docs/library: Add ussl module to library index for unix port. 7 years ago
Damien George 9254f365d6 stm32/machine_i2c: Provide hardware I2C for machine.I2C on F7 MCUs. 7 years ago
Damien George 19778d0a3c stm32/i2c: Add low-level I2C driver for F7 MCUs. 7 years ago
Damien George 0c54d0c288 stm32: Rename legacy pyb.I2C helper functions to start with pyb_i2c_. 7 years ago
Damien George b73adcc3d9 stm32: Rename i2c.c to pyb_i2c.c. 7 years ago
Damien George 8b91260169 stm32/dac: Support MCUs that don't have TIM4/5 and use new HAL macro. 7 years ago
Damien George 8a949ba599 stm32: Introduce MICROPY_PY_STM config to include or not the stm module. 7 years ago
Damien George a60efa8202 stm32/uart: Allow ctrl-C to work with UARTs put on REPL via os.dupterm. 7 years ago
Damien George 513e537215 stm32/uart: Allow ctrl-C to issue keyboard intr when REPL is over UART. 7 years ago
iabdalkader d870a4e835 stm32/boards/NUCLEO_H743ZI: Enable RNG for this board. 7 years ago
iabdalkader 70a6a15f8c stm32/rng: Set RNG clock source for STM32H7. 7 years ago
Damien George bdff68db9c extmod/modlwip: Check if getaddrinfo() constraints are supported or not. 7 years ago
Damien George f7be5f9bfa tools/upip: Upgrade upip to 1.2.4. 7 years ago