1072 Commits (aee723ed4cf434a31d7ac9a54d6ec4871f6ddf56)

Author SHA1 Message Date
Damien George 4874bde104 stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping. 8 years ago
Damien George 0fd3d8d19f stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. 8 years ago
Krzysztof Blazewicz 1ba516f475 stmhal/extint: Force 0 to 1 transition on swint(). 8 years ago
Krzysztof Blazewicz 06a1194300 stmhal/{accel,lcd}: use GPIO_{set,clear}_pin 8 years ago
Tom Soulanille d89de18f40 stmhal/lcd: De-assert chip select after completing SPI transmission. 8 years ago
Damien George f3b5480be7 stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. 8 years ago
Damien George 9103cbe366 stmhal/modmachine: Implement machine.reset_cause() function, and consts. 8 years ago
Damien George b88bf6c76b stmhal/wdt: Implement keyword args to WDT constructor. 8 years ago
Peter Hinch ef47a67cf4 stmhal/dac: Fix DAC (re-)initialisation by resetting DMA. 9 years ago
Damien George 9526e24234 unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. 8 years ago
Delio Brignoli e2ac8bb3f1 py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. 8 years ago
Dave Hylands fedab995ee stmhal: Set STM32F7DISC CPU Frequency to 216 MHz 8 years ago
Damien George 76c366df56 stmhal: Add machine.WDT class. 8 years ago
Damien George 49406b0ac6 stmhal/spi: Support new machine SPI methods in legacy SPI object. 8 years ago
Damien George 9b64d1966b stmhal/spi: Factor out SPI transfer code to a single function. 8 years ago
Damien George 9c04ef2a67 unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. 8 years ago
Philip Potter c777b6950e stmhal: Update boot.py files to use VCP instead of CDC. 8 years ago
Krzysztof Blazewicz fc73c9b4b2 stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket close 8 years ago
Dave Hylands a589fa3e0b stmhal: Update pin print to print new constants 8 years ago
Matt Brejza 5af6184e72 stmhal: Make ADC channel 16 available on L4 MCUs. 8 years ago
Damien George d2d9dfcd40 stmhal: Remove obsolete code for special handling of TIM3 irq settings. 8 years ago
Dave Hylands c6983e3ce0 stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8. 8 years ago
Damien George 675d1c9c60 ports: Remove typedef of machine_ptr_t, it's no longer needed. 8 years ago
Tobias Badertscher af9889f99a stmhal/adc.c: Get ADC working on STM32L4 MCUs. 8 years ago
Damien George dfb8144037 stmhal/boards: Update STM32L476 pin defs to include ADC channels. 8 years ago
David Siorpaes b67eb20ed0 stmhal: Fix I2C mappings for STM32F429DISC board. 8 years ago
Dave Hylands 460bceca39 stmhal: Make SPI NSS pin definition optional. 8 years ago
Matt Brejza afd4909a0f stmhal: fixing malloc when used with external libraries 8 years ago
dpslwk f3636a7b46 stmhal: Enable SD card on L4 MCUs. 8 years ago
dpslwk b03df60f32 stmhal: Correct DMA to allow SD card on L4 MCUs. 8 years ago
dpslwk 14b7c3e59c stmhal: Update HALCOMMITS due to change to hal 8 years ago
dpslwk daa279a3a1 stmhal: Port of f4 hal commit 1d7fb82 to l4 hal 8 years ago
Paul Sokolovsky 07209f8592 all: Rename mp_obj_type_t::stream_p to protocol. 9 years ago
Stefan Hölzl c8332a5463 stmhal: Add board definition files for Olimex STM32-E407. 9 years ago
Tobias Badertscher 1191ec6a14 stmhal/uart.c: Fix wrong baudrate calculation for stm32l4 series. 9 years ago
Peter Hinch 641300dccb stmhal/dac: DAC deinit() method added. 9 years ago
Paul Sokolovsky 2503b59592 stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1(). 9 years ago
Damien George 4b37e775ea extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low. 9 years ago
Damien George 3e03d1b87e stmhal: Support frozen packages using .mpy files. 9 years ago
Damien George 87981fc517 stmhal/sdcard: Allow to do unaligned read-from/write-to SD card. 9 years ago
Damien George 1e388079f9 stmhal/i2c: Expose I2CHandle3 for use by custom C code. 9 years ago
Damien George 1dc2862a83 stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4. 9 years ago
Damien George 79a38a7a43 stmhal: For network drivers, convert to use MP_Exxx errno symbols. 9 years ago
Damien George 5ab98d5c41 stmhal: Convert to use internal errno symbols; enable uerrno module. 9 years ago
Tobias Badertscher b924f649cd stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2. 9 years ago
Henrik Sölver c4587e2426 stmhal/can: Allow to get existing CAN obj if constructed without args. 9 years ago
Damien George 88153dc56a stmhal/sdcard: Fix initialisation of DMA TX so that writes work. 9 years ago
Dave Hylands cbbeb786d7 stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC. 9 years ago
Damien George 08d3d5d9ab stmhal: For LIMIFROG board, add early-init function to get to DFU mode. 9 years ago
Tobias Badertscher 770f169e63 stmhal: Add board files for LIMIFROG board. 9 years ago