summaryrefslogtreecommitdiff
path: root/teensy
AgeCommit message (Expand)Author
2014-11-27stmhal: Reduce coupling between USB driver and readline.Damien George
2014-11-17ports: Define mp_off_t.Paul Sokolovsky
2014-10-29Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void*stijn
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4Damien George
2014-09-29stmhal: Fix edge case for timer PWM of 100%.Damien George
2014-09-29Merge pull request #881 from dhylands/elapsedDamien George
2014-09-29Merge pull request #880 from dhylands/irq-alignDamien George
2014-09-28Added pyb.elapsed_millis and pyb.elapsed_microsDave Hylands
2014-09-28teensy: Enable 8-byte stack alignment for IRQ Handlers.Dave Hylands
2014-09-27Fix timer overflow code.Dave Hylands
2014-09-25stmhal, timer: Factor code to compute PWM percent; improve 32bit case.Damien George
2014-09-23Add pulse_width_percent to teensy.Dave Hylands
2014-09-19Add Timer support (PWM, OC, IC) for stmhal and teensyDave Hylands
2014-09-15py: Move definition of mp_sys_exit to core.Damien George
2014-08-30Update teensy README.md fileDave Hylands
2014-08-25teensy: Fix multiple definition of irq functions.Damien George
2014-08-25stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-25stmhal: Make enable_irq and disable_irq inline functions.Damien George
2014-08-25Add save/restore_irqDave Hylands
2014-08-24py: Fix bug where GC collected native/viper/asm function data.Damien George
2014-08-16teensy/README.md (corrected typo)Dan Peirce
2014-08-16modified: teensy/README.mdDan Peirce
2014-08-08stmhal/teensy: Use _ instead of - in source file names.Damien George
2014-08-07Add support for selecting pin alternate functions from python.Dave Hylands
2014-08-04Follow rename of readline_init to readline_init0 on teensyDave Hylands
2014-08-04Merge branch 'master' of github.com:micropython/micropythonDamien George
2014-08-04Put call to qstr_init and mp_init_emergency_exc_buf in mp_init.Damien George
2014-08-03Updated teensys usb.c and switched to using usb.h from stmhal.Dave Hylands
2014-08-02Fix teensy to work with the latest tree.Dave Hylands
2014-07-14Add core files and use same toolchain as stmhalDave Hylands
2014-07-14Fix teensy to build on latest tree.Dave Hylands
2014-07-03lexer: Convert type (u)int to mp_(u)int_t.Damien George
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-18bare-arm, stmhal, teensy: Duplicate -nostdlib to CFLAGSSven Wegener
2014-06-15Updated teensy to build.Dave Hylands
2014-06-01Rename bultins config variables to MICROPY_PY_BUILTINS_*.Damien George
2014-05-21Tidy up some configuration options.Damien George
2014-04-17build: Simplify build directory layout by putting all headers in genhdr.Damien George
2014-04-16build directory can now be renamedAndrew Scheller
2014-04-08Improve REPL detecting when input needs to continue.Damien George
2014-04-07Add uPy welcome message to UNIX and Windows ports; update Teensy port.Damien George
2014-04-06py: Add option to compiler to specify default code emitter.Damien George
2014-04-05py: Change nlr_jump to nlr_raise, to aid in debugging.Damien George
2014-03-31Update README.mdjon mills
2014-03-30Rename rt_* to mp_*.Damien George
2014-02-15Implement proper exception type hierarchy.Damien George
2014-02-15Change mp_obj_type_t.name from const char * to qstr.Damien George
2014-02-12Remove mp_obj_new_exception_msg_1_arg and _2_arg.Damien George