Commits
User selector
Commit History
Commits on Mar 7, 2016
- authored andcommitted
Commits on Jan 11, 2016
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Show description for 5b3f0b7committed
Commits on Dec 16, 2015
stmhal: Extend SPI support to fully support all SPI devices on STM32F429.
Show description for c5d8ffeauthored andcommitted
Commits on Dec 12, 2015
stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.
Show description for f7c4f9acommitted
Commits on Dec 2, 2015
- authored andcommitted
Commits on Oct 31, 2015
all: Add py/mphal.h and use it in all ports.
Show description for 731f359authored andcommitted
Commits on Sep 15, 2015
stmhal: Use polling, not DMA, for 1 byte SPI transfers.
Show description for d80174dcommitted
Commits on Aug 5, 2015
- authored andcommitted
- authored andcommitted
Commits on Aug 2, 2015
stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751committed
Commits on Jul 29, 2015
- authored andcommitted
Commits on Jun 24, 2015
stmhal/dma.c: Modify dma_init() to accept init struct as an argument
Show description for c517552authored andcommitted
Commits on Jun 10, 2015
stmhal: Factor out DMA initialisation code from spi.c.
Show description for 3d30d60committed
Commits on Jun 3, 2015
stmhal: Fix slow SPI DMA transfers by removing wfi from DMA wait loop.
Show description for 53a8aebcommitted
Commits on May 28, 2015
Commits on May 27, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed- authored andcommitted
Commits on Jan 1, 2015
Commits on Dec 8, 2014
Commits on Dec 6, 2014
stmhal: Make SPI bus use DMA for transfers.
Show description for 9de6773committed
Commits on Oct 26, 2014
stmhal: Change SPI phase spec to 0,1 to match standard conventions.
Show description for 480a7cecommitted
Commits on Oct 23, 2014
stmhal: Use OSError with POSIX error code for HAL errors.
Show description for 185cb0dcommitted
Commits on Sep 30, 2014
stmhal: For spi_init, add argument to select if NSS pin is enabled.
Show description for bfa7b48committed
Commits on Sep 25, 2014
stmhal: Initial implementation of cc3k module and driver.
Show description for b766e79committed
Commits on Aug 29, 2014
Change some parts of the core API to use mp_uint_t instead of uint/int.
Show description for ecc88e9committed
Commits on Jul 3, 2014
Rename machine_(u)int_t to mp_(u)int_t.
Show description for 40f3c02committed
Commits on Jun 19, 2014
Commits on May 4, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed- committed
Commits on May 2, 2014
Commits on Apr 29, 2014
stmhal: Add documentation in comments, and script to generate HTML.
Show description for 8d09640committed