aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2016-09-06stmhal/modmachine: Implement machine.reset_cause() function, and consts.Damien George
2016-09-06stmhal/wdt: Implement keyword args to WDT constructor.Damien George
2016-09-05stmhal/dac: Fix DAC (re-)initialisation by resetting DMA.Peter Hinch
2016-09-05unix,stmhal,esp8266: When find'ing frozen files follow symbolic links.Damien George
2016-09-05py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli
2016-09-04stmhal: Set STM32F7DISC CPU Frequency to 216 MHzDave Hylands
2016-09-04stmhal: Add machine.WDT class.Damien George
2016-09-01stmhal/spi: Support new machine SPI methods in legacy SPI object.Damien George
2016-09-01stmhal/spi: Factor out SPI transfer code to a single function.Damien George
2016-08-31unix,stmhal,esp8266: When find'ing frozen files don't use extra slash.Damien George
2016-08-29stmhal: Update boot.py files to use VCP instead of CDC.Philip Potter
2016-08-26stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket closeKrzysztof Blazewicz
2016-08-25stmhal: Update pin print to print new constantsDave Hylands
2016-08-25stmhal: Make ADC channel 16 available on L4 MCUs.Matt Brejza
2016-08-22stmhal: Remove obsolete code for special handling of TIM3 irq settings.Damien George
2016-08-22stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8.Dave Hylands
2016-08-15ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George
2016-08-11stmhal/adc.c: Get ADC working on STM32L4 MCUs.Tobias Badertscher
2016-08-11stmhal/boards: Update STM32L476 pin defs to include ADC channels.Damien George
2016-08-04stmhal: Fix I2C mappings for STM32F429DISC board.David Siorpaes
2016-07-30stmhal: Make SPI NSS pin definition optional.Dave Hylands
2016-07-30stmhal: fixing malloc when used with external librariesMatt Brejza
2016-06-29stmhal: Enable SD card on L4 MCUs.dpslwk
2016-06-29stmhal: Correct DMA to allow SD card on L4 MCUs.dpslwk
2016-06-29stmhal: Update HALCOMMITS due to change to haldpslwk
2016-06-29stmhal: Port of f4 hal commit 1d7fb82 to l4 haldpslwk
2016-06-18all: Rename mp_obj_type_t::stream_p to protocol.Paul Sokolovsky
2016-06-06stmhal: Add board definition files for Olimex STM32-E407.Stefan Hölzl
2016-06-03stmhal/uart.c: Fix wrong baudrate calculation for stm32l4 series.Tobias Badertscher
2016-05-31stmhal/dac: DAC deinit() method added.Peter Hinch
2016-05-29stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1().Paul Sokolovsky
2016-05-26extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low.Damien George
2016-05-23stmhal: Support frozen packages using .mpy files.Damien George
2016-05-13stmhal/sdcard: Allow to do unaligned read-from/write-to SD card.Damien George
2016-05-13stmhal/i2c: Expose I2CHandle3 for use by custom C code.Damien George
2016-05-13stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4.Damien George
2016-05-10stmhal: For network drivers, convert to use MP_Exxx errno symbols.Damien George
2016-05-10stmhal: Convert to use internal errno symbols; enable uerrno module.Damien George
2016-05-10stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2.Tobias Badertscher
2016-05-08stmhal/can: Allow to get existing CAN obj if constructed without args.Henrik Sölver
2016-05-06stmhal/sdcard: Fix initialisation of DMA TX so that writes work.Damien George
2016-05-06stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC.Dave Hylands
2016-05-05stmhal: For LIMIFROG board, add early-init function to get to DFU mode.Damien George
2016-05-05stmhal: Add board files for LIMIFROG board.Tobias Badertscher
2016-05-05stmhal/dma: Make DAC DMA descriptors conditional on having a DAC.Damien George
2016-05-05stmhal: L4: Add support for machine.sleep on STM32L4 MCUs.Tobias Badertscher
2016-05-05stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type.Tobias Badertscher
2016-05-05stmhal: L4: Adapt startup code, clock configuration and interrupts.Tobias Badertscher
2016-05-05stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series.Tobias Badertscher
2016-05-02stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77.Damien George