aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-18stmhal: Change PLL configuration for STM32F7DISC.Fabian
2015-12-18windows: Add Appveyor CI builds for msvc port.stijn
2015-12-18py/obj: Fix float constants for MICROPY_OBJ_REPR_C.Damien George
2015-12-18lib/libm: Allow math funcs to be used by non-Thumb archs.Damien George
2015-12-18stmhal, cc3200: Actually implement machine -> umachine module weak link.Paul Sokolovsky
2015-12-18msvc: Add dirent.h/.c implementationstijn
2015-12-18unix: machine_mem improvementsDave Hylands
2015-12-18py/gc: When printing info, use %u instead of UINT_FMT for size_t args.Damien George
2015-12-18py: Add MICROPY_ENABLE_COMPILER and MICROPY_PY_BUILTINS_EVAL_EXEC opts.Damien George
2015-12-18py/emitglue: Add include of unistd.h for read function.Damien George
2015-12-18py/compile: Simplify compilation of comprehension iterators.Damien George
2015-12-18ports: Rename "machine" module to "umachine".Paul Sokolovsky
2015-12-18windows/windows_mphal: Add basic support for raising KeyboardInterrupt.Paul Sokolovsky
2015-12-18windows: Make keyboard_interrupt_obj available, it's standard feature.Paul Sokolovsky
2015-12-18unix/unix_mphal: Just consistently set sigaction.sa_flags to 0.Paul Sokolovsky
2015-12-17py/parse: Include stddef.h for definition of size_t.Damien George
2015-12-17unix/unix_mphal: Properly initialize struct sigaction.Paul Sokolovsky
2015-12-17py/modgc: Remove obsolete extern declaration.Damien George
2015-12-17py/compile: Use size_t or uintptr_t instead of mp_uint_t.Damien George
2015-12-17py/parse: Replace mp_int_t/mp_uint_t with size_t etc, where appropriate.Damien George
2015-12-17py/qstr: Change type of qstr from mp_uint_t to size_t.Damien George
2015-12-17py/qstr: Use size_t instead of mp_uint_t when counting allocated bytes.Damien George
2015-12-17py/bc: Use size_t instead of mp_uint_t to count size of state and args.Damien George
2015-12-17py: Fix MICROPY_STACKLESS mode to compile with MICROPY_OBJ_REPR_D.Damien George
2015-12-17py/mpprint: Implement %llu and %lld format specifiers for mp_printf.Damien George
2015-12-16py/gc: Use size_t instead of mp_uint_t to count things related to heap.Damien George
2015-12-16py/gc: For finaliser, interpret a pointer into the heap as concrete obj.Damien George
2015-12-16py/gc: Scan GC blocks as an array of pointers, not an array of objects.Damien George
2015-12-16py/modsys: Fix module globals table to use MP_ROM_QSTR.Damien George
2015-12-16docs/library: Add network server example.danicampora
2015-12-16unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.Damien George
2015-12-16unix: Add FreeDos targetpohmelie
2015-12-16unix/modos: Fix silly bugs in ilistdir tuple creation.Damien George
2015-12-16unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.Damien George
2015-12-16stmhal/moduselect: Implement "oneshot polling" flag.Paul Sokolovsky
2015-12-16stmhal: Extend SPI support to fully support all SPI devices on STM32F429.Tobias Badertscher
2015-12-16uos: Add errno() function to get/set errno value.Paul Sokolovsky
2015-12-15msvc: Use new modmachine infrastructure per changes in f925165stijn
2015-12-14unix/modos: Implement ilistdir().Paul Sokolovsky
2015-12-14py/objpolyiter: Implement instance-polymorphic iterator type.Paul Sokolovsky
2015-12-14unix/modtime: Add strftime() function (only single argument is supported).Paul Sokolovsky
2015-12-13unix/moduselect: Make configurable with MICROPY_PY_USELECT.Paul Sokolovsky
2015-12-13unix: Move modmachine into unix directoryDave Hylands
2015-12-12lib/utils/printf: Add vsnprintf alias for Clang.Paul Sokolovsky
2015-12-12stmhal: Make uart init use struct instead of array for parsing args.Damien George
2015-12-12py/modmath: Add domain error checking to sqrt, log, log2, log10.Michael Buesch
2015-12-12stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx.Damien George
2015-12-12py: Fix compiler to handle lambdas used as default arguments.Damien George
2015-12-12tools: Upgrade upip to 0.6.3.Paul Sokolovsky
2015-12-12unix: Rename "_os" module to "uos" for consistency with baremetal ports.Paul Sokolovsky