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 31, 2015
stmhal: Fix USB on the STM32F429DISC board
Show description for 8c936edcommitted
Commits on Dec 9, 2015
stmhal: Enable two USB phys to be supported together.
Show description for 1be0fdeauthored andcommitted
Commits on Oct 25, 2015
stmhal: Fix USB_VCP.recv so that it returns actual amount of bytes read.
Show description for 79f404acommitted
Commits on Oct 11, 2015
Commits on Oct 8, 2015
stmhal: Fix USB CDC-only mode under Windows.
Show description for 01d6491authored andcommitted
Commits on Sep 3, 2015
stmhal: add option to query for the current usb mode
Show description for 8d8fdcbauthored andcommitted
Commits on May 13, 2015
stmhal: Add readinto and readlines methods to sys.stdin, pyb.USB_VCP().
Show description for 1511dd4committed
Commits on Apr 16, 2015
py: Overhaul and simplify printf/pfenv mechanism.
Show description for 7f9d1d6committed
Commits on Apr 13, 2015
stmhal: In USB HID driver, make polling interval configurable.
Show description for b1f6868committed
Commits on Feb 13, 2015
- committed
- committed
stmhal: Add Python-configurable USB HID mode.
Show description for d39c7aacommitted
Commits on Jan 21, 2015
py: Remove mp_obj_str_builder and use vstr instead.
Show description for 05005f6committed
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 29, 2014
Commits on Nov 27, 2014
stmhal: Reduce coupling between USB driver and readline.
Show description for 5cbc9e0committed
Commits on Nov 16, 2014
stream: Convert .ioctl() to take fixed number of args.
Show description for f4a6a57committed
Commits on Oct 31, 2014
stmhal: Add ioctl to USB_VCP object, so it works with select.
Show description for 9a41b32committed
Commits on Oct 25, 2014
py: Add mp_pending_exception global variable, for VM soft interrupt.
Show description for 124df6fcommittedstmhal: Change USB PID when in CDC+HID mode.
Show description for d7353fecommitted
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 Aug 26, 2014
stmhal: Hookup USB_VCP.any().
Show description for 3bb7efccommitted
Commits on Aug 4, 2014
stmhal: Clean up reset/soft-reset code; fix bug init'ing VCP exc.
Show description for ccacdf4committed
Commits on Aug 2, 2014
Commits on Jul 31, 2014
stmhal: Add USB_VCP class/object, for direct USB VCP control.
Show description for 3c4db9fcommitted
Commits on Jul 20, 2014
stmhal: Fix REPL printing by cooking output sent to stdout_obj.
Show description for 951ed9dcommitted
Commits on Jun 14, 2014
stmhal: Update and improve LCD driver.
Show description for 34ab8ddcommitted
Commits on May 21, 2014
Commits on May 3, 2014
Add license header to (almost) all files.
Show description for 04b9147committed
Commits on Apr 12, 2014
Commits on Mar 30, 2014
stmhal: Unify naming of HW config; make SD detect configurable.
Show description for 09d2077committedstmhal: Implement selector for USB device mode; improve boot up.
Show description for 038df43committed