aboutsummaryrefslogtreecommitdiff
path: root/stmhal/qstrdefsport.h
AgeCommit message (Expand)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2016-04-16py: Add rules for automated extraction of qstrs from sources.Jan Čapek
2016-02-10stmhal: Expose flash and SD card as proper objects with block protocol.Damien George
2016-01-19stmhal: Add os.statvfsDave Hylands
2015-12-25extmod/fsusermount: Move module qstrs to global pool from stmhal port.Paul Sokolovsky
2015-12-22stmhal: Add pyb.irq_stats() to get statistics about IRQ calls.Damien George
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-11-09stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants.Paul Sokolovsky
2015-10-19stmhal: Bring Pin class close to new machine module specification.Damien George
2015-10-19stmhal: Implement os.dupterm (was pyb.repl_uart).Damien George
2015-10-19stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module.Damien George
2015-10-19stmhal: Early version of machine module for stmhal.Dave Hylands
2015-09-12stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value.Tom Soulanille
2015-09-03stmhal: add option to query for the current usb modeTony Abboud
2015-08-13py: Add stream_tell method, and use for unix and stmhal file tell.blmorris
2015-08-07stmhal: Generate modstm constants per buildDave Hylands
2015-07-14stmhal: Add qstr definition for ifconfig when building for WizNetDave Hylands
2015-05-12stmhal: Add os.rename function.Steve Zatz
2015-05-11sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value.blmorris
2015-04-21stmhal: Implement os.uname() to get details of OS and hardware.Damien George
2015-04-18stmhal: Add support for sending and receiving CAN RTR messages.Henrik
2015-03-15stmhal: Add rtc.wakeup method, to set wakeup timer.Damien George
2015-03-09stmhal: Add support for quadrature encoder mode to pyb.TimerChannel.Dave Hylands
2015-03-01stmhal: Add I2S2EXT and I2S3EXT constants to stm module.Damien George
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2015-02-13stmhal: Add uart.sendbreak() method, to send a break condition.Damien George
2015-02-13stmhal: Properly define pyb.usb_mode() semantics.Damien George
2015-02-13stmhal: Add Python-configurable USB HID mode.Damien George
2015-02-10stmhal: Add boot.py and main.py to qstr definitions, to save some RAM.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-12-24stmhal: Enable ubinascii module, weak link to binascii.Damien George
2014-12-04stmhal: Overhaul network drivers; has generic network protocol in C.Damien George
2014-11-29stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C.Damien George
2014-11-27stmhal: Enable uhashlib module; add heapq, hashlib weak links.Damien George
2014-11-26Adding CAN filter managementHenrik Sölver
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
2014-10-31stmhal: Implement support for RTS/CTS hardware flow control in UART.Damien George
2014-10-30stmhal: Added support for extended CAN frames.Henrik Sölver
2014-10-22Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset.Dave Hylands
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.Damien George
2014-10-12moduzlib: Fix fn prototype and some code style; use it in stmhal port.Damien George
2014-10-12stmhal: Enable module weak links.Damien George
2014-10-10Add support for complimentary channel output and deadtime.Dave Hylands
2014-10-05stmhal, timer: Set freq from float; get timer source freq.Damien George
2014-10-02stmhal: Add basic CAN bus support.Damien George
2014-09-30stmhal: Add network and usocket module.Damien George
2014-09-28Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands
2014-09-26stmhal: Initial implementation of cc3k module and driver.Damien George
2014-09-23Add pulse_width_percent to teensy.Dave Hylands