aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2016-10-04stmhal/usb: Add support to receive USB HID messages from host.Philip Potter
2016-10-04stmhal/usbdev: Add OUT endpoint to HID interface.Philip Potter
2016-10-04stmhal: Fix linker map for STM32L476 chips.Dave Hylands
2016-10-04stmhal/spi: Enable use of fast software SPI.Damien George
2016-10-04extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George
2016-10-04stmhal/spi: Use software SPI if no periph id given, even if pins given.Damien George
2016-10-03stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask.Damien George
2016-10-03stmhal/spi: Make machine.SPI class conform to correct API.Damien George
2016-10-03stmhal/mphalport: Implement mp_hal_pin_{input,output,write}.Damien George
2016-10-03stmhal/spi: Simplify spi_transfer function to take only one buf len arg.Damien George
2016-10-03extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George
2016-09-30lib/cmsis: move CMSIS headers to lib/Krzysztof Blazewicz
2016-09-28stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported.Damien George
2016-09-27stmhal: Add virtual com port support for STM32L476DISC.Nicholas Graumann
2016-09-27stmhal/modmachine: Fix clearing of reset-cause flags.Damien George
2016-09-22stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported.Krzysztof Blazewicz
2016-09-22stmhal: Put common definitions from linker files to common.ld.Krzysztof Blazewicz
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-20stmhal: Use attribute to avoid inlining.Stefan Agner
2016-09-19stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping.Damien George
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
2016-09-09stmhal/extint: Force 0 to 1 transition on swint().Krzysztof Blazewicz
2016-09-09stmhal/{accel,lcd}: use GPIO_{set,clear}_pinKrzysztof Blazewicz
2016-09-09stmhal/lcd: De-assert chip select after completing SPI transmission.Tom Soulanille
2016-09-08stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant.Damien George
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