aboutsummaryrefslogtreecommitdiff
path: root/stmhal
AgeCommit message (Expand)Author
2014-04-09stmhal: Make /src/main.py just /main.py; allow SD to be used as root device.Damien George
2014-04-09stmhal: Update windows driver; \r\n newlines and addition USB id.Damien George
2014-04-09stmhal: Add windows cdc .inf driver to flash filesystem.Damien George
2014-04-09stmhal: Improve help() function.Damien George
2014-04-09stmhal: Add functionality to Servo object.Damien George
2014-04-08Fix make-pins.py to support having multiple names for a pin.Dave Hylands
2014-04-08stmhal: Make USRSW re-register the EXTI callback each time it's set.Damien George
2014-04-08stmhal: in EXTI interrupt handler wrap uPy calls in gc_lock and nlr_buf.Damien George
2014-04-08Add a check for NULL nlr_top in nlr_jump.Damien George
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-08unix, stmhal: Consistently use "FileIO" as class name for file objects.Paul Sokolovsky
2014-04-07Replace some Makefile commands with variables in py/mkenv.mkAndrew Scheller
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-04-05py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George
2014-04-05py: Make globals and locals proper dictionary objects.Damien George
2014-04-05py: Change module globals from mp_map_t* to mp_obj_dict_t*.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-04-05stmhal: autoflash now enters serial comms after flashing.Damien George
2014-04-05stmhal: Add more escape seqs; add debugging output for escape seq.Damien George
2014-04-05stmhal readline: Parse XTERM Home/End key codes.Paul Sokolovsky
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