aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-25tools/pyboard.py: Speed up reading of chars by decreasing sleep period.Damien George
2015-07-25tools/pyboard.py: Make enter_raw_repl stricter and more reliable.Damien George
2015-07-25tools/pyboard.py: Fix parsing of returned error so last chr is not lost.Damien George
2015-07-24tests: Skip parser test if "compile" builtin is not available.Damien George
2015-07-24py/parse: Fix handling of empty input so it raises an exception.Damien George
2015-07-24py/parse: De-duplicate and simplify code for parser "or" rule.Damien George
2015-07-23py/lexer: Raise SyntaxError when str hex escape sequence is malformed.Damien George
2015-07-23py: Issue an error when compiling Viper functions with more than 4 args.Damien George
2015-07-23py: Allow viper functions to take up to 4 arguments.Damien George
2015-07-22stmhal: Allow ADC.read_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4.Damien George
2015-07-21stmhal: Allow DAC.write_timed to take Timer object in place of freq.Damien George
2015-07-21stmhal: Clean up DAC code a little.Damien George
2015-06-06py: reduce array slice assignment code sizeDelio Brignoli
2015-07-20stmhal/boards/stm32fxx_prefix.c: Fix alt function number calculationblmorris
2015-07-20py: Small code space optimisations for memoryview slice assigment.Damien George
2015-07-20qemu-arm: Enable array slice assignment to get memoryview1 test to pass.Delio Brignoli
2015-07-20py: Implement memoryview slice assignment.Delio Brignoli
2015-07-20stmhal: Add CMSIS device header files for STM32F2xx series.Damien George
2015-07-20stmhal: Add STM32CubeF2 version 1.1.0, in hal/f2 directory.Wojtek Siudzinski
2015-07-20stmhal: Update Makefile and board configs to compile with relocated hal.Damien George
2015-07-20stmhal: Move HAL Cube files to f4/ subdir, keeping only those we use.Damien George
2015-07-20CODECONVENTIONS: Add a short section about how to allocate heap memory.Damien George
2015-07-20esp8266: Use m_new/m_renew/m_del funcs instead of private gc_xxx.Damien George
2015-07-20py: Make qstr hash size configurable, defaults to 2 bytes.Damien George
2015-07-19modbuiltins: Implement round() to precision.Sebastian Plamauer
2015-07-19esp8266: modesp: Update for gc_realloc() refactor.Paul Sokolovsky
2015-07-17cc3200: Add socket.sendall() (aliases to send()).Daniel Campora
2015-07-16cc3200: Make socket stream methods return POSIX error codes.Daniel Campora
2015-07-15cc3200: Remove superflous assignment since the result is not used.Daniel Campora
2015-07-15cc3200: Create /flash/cert folder if it doesn't exist.Daniel Campora
2015-07-15cc3200: Implement new OTA mechanism with 2 firmware update slots.Daniel Campora
2015-07-14stmhal: Add qstr definition for ifconfig when building for WizNetDave Hylands
2015-07-14py: Improve allocation policy of qstr data.Damien George
2015-07-15unix: modsocket: Implement inet_pton() in preference of inet_aton().Paul Sokolovsky
2015-07-14unix: modsocket: Implement recvfrom().Paul Sokolovsky
2015-07-12unix: modsocket: Implement sendto().Paul Sokolovsky
2015-07-11unix: socket.getaddrinfo: Port is unsigned value.Paul Sokolovsky
2015-07-10cc3200: Refactor and clean-up socket closing code.Daniel Campora
2015-07-10cc3200: Set simplelink time and date when enabling WLAN.Daniel Campora
2015-07-10cc3200: Add struct weak link for ustruct.Daniel Campora
2015-07-10unix: socket.getaddrinfo: Accept family & socktype arguments.Paul Sokolovsky
2015-07-09cc3200: Increment telnet Tx retry delay on every try.Daniel Campora
2015-07-08cc3200: Correct udelay us to ticks calculation.Daniel Campora
2015-07-08cc3200: Use alternative HAL_Delay also when interrupts are disabled.Daniel Campora
2015-07-08docs: Update pyb.Accel doc to reflect changes and explain filtered_xyz.Damien George
2015-07-08modmachine: Implement physical memory access using /dev/mem (Linux, etc).Paul Sokolovsky
2015-07-07cc3200: Translate simplelink's socket error numbers to POSIX values.Daniel Campora
2015-07-07cc3200: Create /flash/sys and /flash/lib directories while booting.Daniel Campora
2015-07-07cc3200: Make update-wipy.py more robust.Daniel Campora