Commits
User selector
Commit History
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 12, 2015
stmhal: Make uart init use struct instead of array for parsing args.
Show description for 36ccdc9committed
Commits on Dec 4, 2015
- authored andcommitted

Commits on Nov 30, 2015
stmhal: Make uart.write() function correctly for timeout=0.
Show description for 0d9b450committed- authored andcommitted

Commits on Nov 26, 2015
- authored andcommitted
Commits on Nov 1, 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 Oct 19, 2015
stmhal/uart: If char is not received within timeout, return EAGAIN error.
Show description for bedab23committed
Commits on Aug 7, 2015
- authored andcommitted
Commits on Aug 2, 2015
stmhal: Add support for USART1 and conditional pins in make-pins.py.
Show description for 751485fcommittedstmhal: Add better support for UART having Tx and Rx on different ports.
Show description for a632037committedstmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.
Show description for 0851751committed
Commits on Jul 29, 2015
- authored andcommitted
Commits on May 31, 2015
stmhal: Add support for UART5
Show description for 3ac2d06authored andcommitted
Commits on May 27, 2015
stmhal: Remove PYBVxx defines and use config vars for UART/CAN names.
Show description for 1775b65committed
Commits on May 3, 2015
- authored andcommitted
Commits on Apr 18, 2015
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Feb 22, 2015
stmhal: For UART, check that baudrate is within 5% of desired value.
Show description for 77fc276committed
Commits on Feb 13, 2015
Commits on Jan 7, 2015
stmhal: Collect all root pointers together in 1 place.
Show description for 3b51b3ecommitted
Commits on Jan 1, 2015
Commits on Nov 16, 2014
stream: Convert .ioctl() to take fixed number of args.
Show description for f4a6a57committed
Commits on Oct 31, 2014
stmhal: Fix UART so bits counts number of data bits, not incl parity.
Show description for 4029f51committedstmhal: Implement support for RTS/CTS hardware flow control in UART.
Show description for 4ef67d3committed
Commits on Oct 24, 2014
Commits on Oct 23, 2014
stmhal: Use OSError with POSIX error code for HAL errors.
Show description for 185cb0dcommitted
Commits on Oct 21, 2014
stmhal: Overhaul UART class to use read/write, and improve it.
Show description for 481d714committed
Commits on Oct 2, 2014
Commits on Sep 7, 2014
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 20, 2014
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Show description for 951ed9dcommitted