Age | Commit message (Expand) | Author |
2017-05-06 | stmhal: Convert all module and method tables to use MP_ROM macros. | Damien George |
2017-03-31 | stmhal/i2c: Clean the cache so that I2C DMA works on F7 MCUs. | Damien George |
2017-03-31 | stmhal: Move L4/F7 I2C timing constants from mpconfigboard.h to i2c.c. | Damien George |
2017-03-02 | stmhal: Use mp_hal_delay_ms instead of HAL_Delay. | Damien George |
2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
2016-11-25 | stmhal/i2c: Expose the pyb_i2c_obj_t struct and some relevant functions. | Damien George |
2016-11-25 | stmhal/i2c: Add support for I2C4 hardware block on F7 MCUs. | Damien George |
2016-11-22 | stmhal/i2c: Remove use of legacy I2C_NOSTRETCH_DISABLED option. | Damien George |
2016-11-21 | stmhal/i2c: Use the HAL's I2C IRQ handler for F7 and L4 MCUs. | Damien George |
2016-11-16 | stmhal/i2c: provide custom IRQ handlers | Krzysztof Blazewicz |
2016-11-16 | stmhal/i2c: handle I2C IRQs | Krzysztof Blazewicz |
2016-11-11 | stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config. | Damien George |
2016-11-11 | stmhal/i2c: Reset the I2C peripheral if there was an error on the bus. | Damien George |
2016-11-11 | stmhal/i2c: Add option to I2C to enable/disable use of DMA transfers. | Damien George |
2016-10-18 | stmhal: Refactor pin usage to use mp_hal_pin API. | Damien George |
2016-05-05 | stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series. | Tobias Badertscher |
2016-05-02 | stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. | Damien George |
2016-02-10 | stmhal: Add a function for setting the pin alternate function | Dave Hylands |
2016-01-11 | py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. | Damien George |
2015-12-02 | stmhal: Put all DMA channel & stream definitions in dma.h | Dave Hylands |
2015-11-14 | stmhal/modmachine: Initial attempt to add I2C & SPI classes. | Paul Sokolovsky |
2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
2015-08-05 | stmhal: Enable I2C support for F7 MCUs. | Dave Hylands |
2015-08-03 | stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. | Damien George |
2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
2015-06-24 | stmhal/dma.c: Modify dma_init() to accept init struct as an argument | blmorris |
2015-06-22 | stmhal: Reorganise code for parsing keyword args in I2C methods. | Damien George |
2015-06-10 | stmhal: Make I2C use DMA when interrupts are enabled. | Damien George |
2015-05-28 | stmhal: Fix off-by-one error when checking for valid I2C and SPI bus. | Damien George |
2015-05-27 | stmhal: Allow to name I2C busses, and give them names for pyboard. | Damien George |
2015-04-18 | stmhal: Make I2C busses and their pins configurable in mpconfigboard.h. | Damien George |
2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
2015-01-21 | py: Remove mp_obj_str_builder and use vstr instead. | Damien George |
2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
2014-10-23 | stmhal: Use OSError with POSIX error code for HAL errors. | Damien George |
2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
2014-07-21 | Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit... | blmorris |
2014-07-11 | Incorporate stylistic changes suggested by @dhylands | blmorris |
2014-07-11 | Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods | blmorris |
2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
2014-06-19 | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot |
2014-05-04 | stmhal: Document physical pins for SPI, I2C, UART busses. | Damien George |
2014-05-03 | Add license header to (almost) all files. | Damien George |
2014-05-03 | stmhal: Fix typos in class documentation. | Damien George |
2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
2014-04-29 | stmhal: Add documentation in comments, and script to generate HTML. | Damien George |
2014-04-26 | Simplify names for argcheck.c / arg parsing. | Damien George |
2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
2014-04-21 | stmhal: Add some documentation to I2C, SPI and USART modules. | Damien George |
2014-04-21 | stmhal, SPI and I2C: Improvements to functionality and consistency. | Damien George |