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