aboutsummaryrefslogtreecommitdiff
path: root/stmhal/qstrdefsport.h
AgeCommit message (Expand)Author
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
2014-09-21stmhal: Add pulse_width_ratio to timer channel object.Damien George
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-09-07Remove skeletal modselect from extmod and just put it in stmhal.Damien George
2014-09-01stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor.Damien George
2014-08-25Add support for pyb.micros() by using the systick timer.Dave Hylands
2014-08-24Add time.mktime and enhance time.localtime (for stmhal)Dave Hylands
2014-08-16stmhal: In safe mode, still mount SD card and present as MSD over USB.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-07-31stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support.Damien George
2014-07-31stmhal: Add USB_VCP class/object, for direct USB VCP control.Damien George
2014-07-21Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit...blmorris
2014-07-21Merge https://github.com/micropython/micropythonblmorris
2014-07-19stmhal: Add file.flush and os.stat.Damien George
2014-07-11Incorporate stylistic changes suggested by @dhylandsblmorris
2014-07-11Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methodsblmorris
2014-06-15stmhal: Add Python function to set UART for REPL.Damien George
2014-06-15stmhal: Update and improve LCD driver.Damien George
2014-06-11stmhal, file: Implement a,x,+ open modes, seek and tell.Damien George
2014-05-18stmhal: Activate bootloader with pyb.bootloader()Sven Wegener
2014-05-08stmhal: Add time.time() and time.localtime().Damien George
2014-05-03Add license header to (almost) all files.Damien George
2014-04-21stmhal: Make switch a class, to follow suit of all other modules.Damien George
2014-04-21stmhal, servo: Rename calibrate method to calibration.Damien George
2014-04-21stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George
2014-04-21stmhal: Make DAC dynamically allocate instances; rename dma->write_timed.Damien George
2014-04-21stmhal: Rename USART to UART.Damien George
2014-04-21stmhal: Improve USART class, to be more like SPI and I2C.Damien George
2014-04-21stmhal, SPI and I2C: Improvements to functionality and consistency.Damien George
2014-04-20stmhal: Small bug fixes and simplifications.Damien George
2014-04-20stmhal: Update ExtInt to allow keyword arguments in constructor.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-19stmhal: Add pyb.Pin.init method to re-init GPIO pin mode.Damien George
2014-04-19stmhal: Improve RTC class; make fatfs use RTC for time stamping files.Damien George