summaryrefslogtreecommitdiffstatshomepage
path: root/teensy
Commit message (Expand)AuthorAge
* teensy/main: Remove unnecessary header includes.Damien George2017-02-17
* teensy: Convert to use builtin help function.Damien George2017-01-22
* all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky2017-01-04
* py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader.Damien George2016-11-16
* py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George2016-10-21
* teensy: Update to provide new mp_hal_pin_XXX functions following stmhal.Damien George2016-10-18
* py/vstr: Combine vstr_new_size with vstr_new since they are rarely used.Damien George2016-10-14
* all: Remove 'name' member from mp_obj_module_t struct.Damien George2016-09-22
* Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0eDave Hylands2016-09-17
* py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled.Delio Brignoli2016-09-05
* teensy: Fix execution of frozen boot.py and main.pyDave Hylands2016-08-22
* ports: Remove typedef of machine_ptr_t, it's no longer needed.Damien George2016-08-15
* cc3200, teensy: Remove broken malloc/free/realloc macro helpers.Damien George2016-08-02
* teensy: Update the README with OSX specific information and tips.Georgia Reh2016-06-06
* cc3200, stmhal, teensy: Use pyhelp_print_obj function.Colin Hogben2016-04-25
* py: Add rules for automated extraction of qstrs from sources.Jan Čapek2016-04-16
* py: Declare help, input, open builtins in core.Paul Sokolovsky2016-04-15
* py: Add ability to have frozen persistent bytecode from .mpy files.Damien George2016-04-13
* py/runtime: mp_stack_ctrl_init() should be called immediately on startup.Paul Sokolovsky2016-01-29
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* lib/utils: Add pyexec_frozen_module to load and execute frozen module.Damien George2015-12-26
* stmhal: uart.any() function now returns number of bytes available.Ryan Shaw2015-11-30
* lib/utils/printf: Move from stmhal/ .Paul Sokolovsky2015-11-10
* lib/pyexec: Move header pyexec.h from stmhal directory.Damien George2015-11-09
* teensy: Switch over to using frozen modules instead of memzipDave Hylands2015-11-04
* lib/memzip: Factor out memzip from teensy/ into lib/memzip.Dave Hylands2015-11-04
* stmhal: pyexec.c is common module, move to lib/utils/ .Paul Sokolovsky2015-10-31
* all: Add py/mphal.h and use it in all ports.Damien George2015-10-31
* teensy: Switch from HAL_* to mp_hal_* functions.Paul Sokolovsky2015-10-29
* Makefiles: Remove duplicate object files when linking.Paul Sokolovsky2015-10-24
* teensy: Update to compile with latest changes to stmhal Pin class.Damien George2015-10-19
* all: Make netutils.h available to all ports by default.Paul Sokolovsky2015-10-19
* Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.Damien George2015-10-12
* py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming.Paul Sokolovsky2015-10-11
* stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable.Damien George2015-08-03
* teensy: Add readinto and readlines qstrs.Damien George2015-05-13
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* teensy: Fix function prototype.Paul Sokolovsky2015-04-05
* string0.c: Move from stmhal/ to lib/.Paul Sokolovsky2015-04-05
* stmhal: Make pybstdio usable by other ports, and use it.Damien George2015-02-13
* fix type errorLi lin2015-02-04
* py: Change vstr_null_terminate -> vstr_null_terminated_str, returns str.Damien George2015-01-29
* py: Change vstr so that it doesn't null terminate buffer by default.Damien George2015-01-28
* teensy: Update for readline module moved to lib/.Paul Sokolovsky2015-01-12
* py: Disable stack checking by default; enable on most ports.Damien George2015-01-09
* stmhal: Collect all root pointers together in 1 place.Damien George2015-01-07
* py: Put all global state together in state structures.Damien George2015-01-07
* teensy: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* Makefiles: Support py/*.h includes per #1022.Paul Sokolovsky2014-12-27
* modsys: Add sys.print_exception(exc, file=sys.stdout) function.Paul Sokolovsky2014-12-08