937 Commits (b0eb0d6153d63cf823065792db35d2858fbb9406)

Author SHA1 Message Date
Damien George b932b2dd1f extmod/machine_spi: Use delay_half, not baudrate, for internal timing. 8 years ago
Damien George 9f1e395c16 stmhal/spi: Use software SPI if no periph id given, even if pins given. 8 years ago
Damien George 5deedd6685 stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask. 8 years ago
Damien George d4a5ca5056 stmhal/spi: Make machine.SPI class conform to correct API. 8 years ago
Damien George 077dbf4a86 stmhal/mphalport: Implement mp_hal_pin_{input,output,write}. 8 years ago
Damien George a22a67661a stmhal/spi: Simplify spi_transfer function to take only one buf len arg. 8 years ago
Damien George 5bb28c7f10 extmod/machine_spi: Simplify SPI xfer function to only take one buf len. 8 years ago
Krzysztof Blazewicz 6aea34ad89 lib/cmsis: move CMSIS headers to lib/ 8 years ago
Damien George 53bfcc9e84 stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported. 8 years ago
Nicholas Graumann 7165fbd8f4 stmhal: Add virtual com port support for STM32L476DISC. 8 years ago
Damien George 88ca7ff565 stmhal/modmachine: Fix clearing of reset-cause flags. 8 years ago
Krzysztof Blazewicz 1f69b16d3f stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported. 8 years ago
Krzysztof Blazewicz 9310dad15d stmhal: Put common definitions from linker files to common.ld. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Stefan Agner b0a46900de stmhal: Use attribute to avoid inlining. 8 years ago
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