aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-03-31py: Remove old "run time" functions that were 1 liners.Damien George
2014-03-30Merge map.h into obj.h.Damien George
2014-03-30Rename rt_* to mp_*.Damien George
2014-03-30stmhal: Unify naming of HW config; make SD detect configurable.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-29stmhal: Add CDC+HID USB device.Damien George
2014-03-29stmhal: Add Windows .inf file for USB CDC device.Damien George
2014-03-29stmhal: Factor out stdio and readline to separate files.Damien George
2014-03-29py: Rename old const type objects to mp_type_* for consistency.Damien George
2014-03-29stmhal: Add TODO's to exti.c; fix delay in lcd.c.Damien George
2014-03-26stmhal: Use rt_check_nargs to check number of arguments.Damien George
2014-03-26stmhal: Remove ExtiMeta object and clean up class constants.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-25stmhal: Change Usart creation function to class make_new.Damien George
2014-03-25stmhal: Shuffle around some init functions in main().Damien George
2014-03-25stmhal: Add I2C support; change accel driver to use new I2C.Damien George
2014-03-25Proper support for registering builtin modules in ROM.Damien George
2014-03-24Fix netduino to buildDave Hylands
2014-03-24stmhal: Make pyb.ADC the ADC class (not a function).Damien George
2014-03-24stmhal - fixed up adc stuffDave Hylands
2014-03-24stmhal: Add comment to DAC driver for function to implement.Damien George
2014-03-24stmhal: Add DAC driver.Damien George
2014-03-24stmhal: Improve REPL CTRL commands.Damien George
2014-03-24stmhal: Fix bug with USB CDC transmit buffer wrap around.Damien George
2014-03-24stmhal: Make Led, Servo and Accel their class, not a function.Damien George
2014-03-24stmhal: Update help function.Damien George
2014-03-23stmhal: Fix issues with USB CDC init and receive.Damien George
2014-03-23stmhal: Improved interface to accelerometer.Damien George
2014-03-23stmhal: Remove servo LED debugging.Damien George
2014-03-23stm/stmhal: Change gammaf to tgammaf.Damien George
2014-03-23stmhal: Change flash MSD from fixed to removable drive.Damien George
2014-03-23stmhal: Copy changes to math.c from stm port.Damien George
2014-03-23stmhal: Improve LED intensity get/set method.Damien George
2014-03-22stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.Damien George
2014-03-22stmhal: Add intensity method for blue LED.Damien George
2014-03-22stmhal: Add input() and pyb.input() functions.Damien George
2014-03-22stm/stmhal: Add more math stubs.Damien George
2014-03-22stmhal: Servo driver can move at a given speed.Damien George
2014-03-22stmhal: Add servo driver.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-22stmhal: Tidy up USB CDC+MSC device some more.Damien George
2014-03-22sthmal: Remove obsolete files.Damien George
2014-03-22stmhal: Tidy up USB device configuration. Make it use less RAM.Damien George
2014-03-22stmhal: USB CDC and MSC device work together.Damien George
2014-03-21stmhal: Add support for USB MSC device.Damien George
2014-03-21Disable some math functions until they work correctly.Damien George
2014-03-20stmhal: Add accelerometer driver; fix bug with LFN.Damien George