aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-10py/modmath: Add full checks for math domain errors.Damien George
2017-10-10docs/esp8266/quickref: Add quickref info for RTC class.Mike Causer
2017-10-10docs/pyboard/tutorial: Update now that yellow LED also supports PWM.Mike Causer
2017-10-10docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes.Mike Causer
2017-10-10py/bc: Update opcode_format_table to match the bytecode.Damien George
2017-10-09docs/library/network: Clarify usage of "bssid" arg in connect() method.Damien George
2017-10-09esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method.Damien George
2017-10-09examples: hwconfig_console: Add .on()/.off() methods.Paul Sokolovsky
2017-10-08tools/pyboard: Update docstring for additional device support.Paul Sokolovsky
2017-10-07zephyr: Switch to interrupt-driven pull-style console.Paul Sokolovsky
2017-10-07tests/run-tests: Close device under test using "finally".Paul Sokolovsky
2017-10-07zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses.Paul Sokolovsky
2017-10-06stm32/boards: Fix typos in stm32f767_af.csv table.Damien George
2017-10-06drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI.Damien George
2017-10-06drivers/display/ssd1306: Implement SSD1306_I2C poweron method.Tiago Queiroz
2017-10-05tools/pyboard: Use repr() when quoting data in error messages.Paul Sokolovsky
2017-10-05tests/extmod: Add test for '-' in character class in regex.Damien George
2017-10-05stm32/modnwwiznet5k: Get the IP address of an established socket.Li Weiwei
2017-10-05py/persistentcode: Bump .mpy version number to version 3.Damien George
2017-10-05py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables.Damien George
2017-10-05py: Clean up unary and binary enum list to keep groups together.Damien George
2017-10-04lib/libm: Fix tanhf so that it correctly handles +/- infinity args.Damien George
2017-10-04py/mpprint: Only check for null string printing when NDEBUG not defined.Damien George
2017-10-04py/objstr: Make empty bytes object have a null-terminating byte.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-10-04py/objtype: Change type of enum-to-qstr table to uint16_t to save space.Damien George
2017-10-04docs/esp8266/tutorial: Update neopixel with example of using 4 bbp.Gabe
2017-10-04py/{mkenv.mk,mkrules.mk}: Append .exe for Windows executable files.chrismas9
2017-10-03esp8266/esp_mphal: Send data in chunks to mp_uos_dupterm_tx_strn.Damien George
2017-10-03drivers/nrf24l01: Make nRF24L01 test script more portable.Damien George
2017-10-03py/objset: Include the failed key in a KeyError raised from set.remove.Damien George
2017-10-03py/objset: Check that RHS of a binary op is a set/frozenset.Damien George
2017-10-03py/objset: Simplify set and frozenset by separating their locals dicts.Damien George
2017-10-03tests/extmod: Add test for ure regexes leading to infinite recursion.Paul Sokolovsky
2017-10-03extmod/modure: Add stack overflow checking when executing a regex.Paul Sokolovsky
2017-10-02extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking.Paul Sokolovsky
2017-09-29tools/upip: Upgrade to 1.2.2.Paul Sokolovsky
2017-09-26py/objfloat: Support raising a negative number to a fractional power.Damien George
2017-09-26py: Add config option to print warnings/errors to stderr.David Lechner
2017-09-25py: Clarify which mp_unary_op_t's may appear in the bytecode.Paul Sokolovsky
2017-09-25py/persistentcode: Define mp_raw_code_save_file() for any unix target.Anton Patrushev
2017-09-25drivers/display/ssd1306.py: Improve performance of graphics methods.Peter Hinch
2017-09-25stm32/timer: Enable ARPE so that timer freq can be changed smoothly.Damien George
2017-09-24extmod/re1.5: Update to 0.8.1.Paul Sokolovsky
2017-09-22py/runtime0: Add comments about unary/binary-op enums used in bytecode.Damien George
2017-09-22lib/embed/abort_: Use mp_raise_msg helper function.Damien George
2017-09-22py/vm: Use lowercase letter at start of exception message.Damien George
2017-09-22stm32/usbdev: Move all the USB device descriptor state into its struct.Damien George
2017-09-22stm32/usbdev: Make device descriptor callbacks take a state pointer.Damien George
2017-09-21stm32/usbdev: Merge all global USB device state into a single struct.Damien George