36 Commits (fd9b7efe3957f2f0b24d9cec2fe38ddaccf0539d)

Author SHA1 Message Date
Chris Mason 64181b5f76 stm32: Add support for STM32L452 MCUs. 6 years ago
Damien George 73e8b7e0e4 stm32: Update components to work with new H7xx HAL. 5 years ago
Damien George 1f63e9b701 stm32/adc: Fix VBAT_DIV to be 4 for STM32F411. 6 years ago
Chris Mason 1b956ec817 stm32: Add support for F413 MCUs. 6 years ago
Damien George 6e30f96b0b ports: Convert legacy uppercase macro names to lowercase. 6 years ago
Damien George 43a894fb48 stm32/adc: Add basic support for ADC on a pin on STM32H7 MCUs. 6 years ago
Damien George 1db55381b6 stm32/adc: Support 16-bit ADC configuration on H7 MCUs. 6 years ago
Damien George 6cab8daee0 stm32/adc: Increase ADC sampling time for internal sources on H7 MCUs. 6 years ago
Damien George 0555ada277 stm32/adc: Fix calibrated volt/temp readings on H7 by using 16bit scale. 6 years ago
boochow 9d3372bded stm32: Add peripheral support for STM32L432. 6 years ago
Tobias Badertscher 9acc32b40f stm32/adc: Add ADC auto-calibration for L4 MCUs. 6 years ago
Damien George cb3c66e793 stm32/adc: Increase sample time for internal sensors on L4 MCUs. 6 years ago
Damien George 3220cedc31 stm32/adc: Fix ADC calibration scale for L4 MCUs, they use 3.0V. 6 years ago
Andrew Leech 17f7c683d2 stm32: Add support for STM32F765xx MCUs. 6 years ago
Damien George 7be5bb3672 stm32/adc: Fix ADC reading on F0 MCUs to only sample a single channel. 6 years ago
Damien George c62b23094f stm32/adc: Disable VBAT in read channel helper function. 6 years ago
Damien George e1ae9939ac stm32: Support compiling with object representation D. 6 years ago
Damien George ea7e747979 stm32: Add support for STM32F0 MCUs. 7 years ago
Tobias Badertscher 708cdb6276 stm32: Add support for STM32L496 MCU. 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 d4f8414ebd stm32/adc: Use mp_hal_pin_config() instead of HAL_GPIO_Init(). 7 years ago
iabdalkader 8c12f1d916 stm32/adc: Add support for H7 MCU series. 7 years ago
Damien George f1073e747d stm32/adc: Factor common ADC init code into adcx_init_periph(). 7 years ago
Damien George 1d6c155d6a stm32/adc: Fix config of EOC selection and Ext-Trig for ADC periph. 7 years ago
Damien George 06807c1bde stm32/adc: Factor code to optimise adc_read_channel and adc_read. 7 years ago
Damien George aebd9701a7 stm32/adc: Optimise read_timed_multi() by caching buffer pointers. 7 years ago
Peter Hinch 4f40fa5cf4 stm32/adc: Add read_timed_multi() static method, with docs and tests. 7 years ago
Damien George de9528d12c stm32/adc: Fix verification of ADC channel 16 for F411 MCUs. 7 years ago
Damien George 6b51eb22c8 stm32: Consolidate include of genhdr/pins.h to single location in pin.h. 7 years ago
Damien George e37b8ba5a5 stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type. 7 years ago
Damien George 60b0982bb2 stm32: Add board config option to enable/disable the ADC. 7 years ago
Damien George 3eb0694b97 stm32: Update HAL macro and constant names to use newer versions. 7 years ago
Damien George e8a8fa77ca stm32: Improve support for STM32F722, F723, F732, F733 MCUs. 7 years ago
Damien George a3dc1b1957 all: Remove inclusion of internal py header files. 7 years ago
Tobias Badertscher bd71b3252a stm32/boards: Add new board B_L475E_IOT01A based on STM32L475. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Dave Hylands 551a731755 stmhal: Add support for NUCLEO_F446RE board. 8 years ago
Damien George 0986675451 stmhal: Convert all module and method tables to use MP_ROM macros. 8 years ago
Paul Sokolovsky eac22e29a5 all: Consistently update signatures of .make_new and .call methods. 8 years ago
Rami Ali 8001918a89 stmhal: Add STM32F769DISC board files. 8 years ago
Damien George fcd10882bd stmhal/adc: Use constants from new HAL version. 8 years ago
Damien George c19a395cac stmhal/adc: Make channel "16" always map to the temperature sensor. 8 years ago
Damien George 390ce86a30 stmhal/adc: Add support for F767 MCU. 8 years ago
Damien George 52dfad0879 stmhal/adc: Add ADCAll.read_vref method, returning "3.3v" value. 8 years ago
Damien George e72353cc48 stmhal/adc: Make ADCAll.read_core_temp return accurate float value. 8 years ago
Damien George 87215a0f04 stmhal/adc: Provide more accurate measure of VBAT and VREFINT. 8 years ago
Damien George 029f215ead stmhal/adc: Add "mask" selection parameter to pyb.ADCAll constructor. 8 years ago
Matt Brejza 5af6184e72 stmhal: Make ADC channel 16 available on L4 MCUs. 8 years ago
Tobias Badertscher af9889f99a stmhal/adc.c: Get ADC working on STM32L4 MCUs. 8 years ago