aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-04-03Add the git version to the bannerDave Hylands
2014-04-03stmhal: Add home/end cursor support in readline.Damien George
2014-04-03Merge pull request #419 from pfalcon/stmhal-file-streamsDamien George
2014-04-03stmhal: On soft reset, if in raw REPL mode, don't run main.py.Damien George
2014-04-03stmhal: Fix raw REPL so that it passes through more ASCII chars.Damien George
2014-04-03stmhal: Add powf, logf, log2f, log10f.Damien George
2014-04-03stmhal: #undef log2f if it's defined.Damien George
2014-04-03stmhal: Reimplement file support using stream protocol API.Paul Sokolovsky
2014-04-02stmhal: Fix servo object; add fpclassify to math functions.Damien George
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George
2014-04-02stmhal: Add backspace key to readline (along with delete key).Damien George
2014-04-01Fix pyb.Led(n) code to work properly.Dave Hylands
2014-04-01Enhance str.format supportDave Hylands
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