aboutsummaryrefslogtreecommitdiff
path: root/stmhal/qstrdefsport.h
AgeCommit message (Expand)Author
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
2014-04-19stmhal: Add pyb.unique_id, to get unique id of MCU.Damien George
2014-04-19stmhal: Rename pyb.Led to pyb.LED to conform to naming rules.Damien George
2014-04-19stmhal: Add lots of constants to stm module.Damien George
2014-04-18stmhal: Update help and comments re gpio changing to Pin.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-16stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled.Damien George
2014-04-15stmhal: Add ADC function to read data at a given frequency.Damien George
2014-04-15stmhal: Add I2C.scan method, to scan all devices on the bus.Damien George
2014-04-14stmhal: Add pyb.wfi() function (calls __WFI).Damien George
2014-04-10stmhal: Add stm module, which contains some constants for the MCU.Damien George
2014-04-09stmhal: Add functionality to Servo object.Damien George
2014-04-08unix, stmhal: Consistently use "FileIO" as class name for file objects.Paul Sokolovsky
2014-04-05py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George
2014-04-03stmhal: Reimplement file support using stream protocol API.Paul Sokolovsky
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-26stmhal: Remove ExtiMeta object and clean up class constants.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-23stmhal: Improved interface to accelerometer.Damien George
2014-03-22stmhal: Add input() and pyb.input() functions.Damien George
2014-03-22stmhal: Add time module with sleep function.Damien George
2014-03-22stmhal: Add os module with a few basic functions.Damien George
2014-03-22stmhal: Add PYBv10 config; add RNG support.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands