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-16
stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.
Damien George
2017-10-15
README: Add explicit section on contributing.
Paul Sokolovsky
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-13
stm32/usbd_cdc_interface.h: Fix code comments after recent refactor.
Li Weiwei
2017-10-13
stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation.
Damien George
2017-10-12
py/emitnative: Simplify binary op emitter, no need to check inplace ops.
Damien George
2017-10-11
py/emitnative: Implement floor-division and modulo for viper emitter.
Damien George
2017-10-11
esp8266/modules/webrepl_setup: Add info about allowed password length.
Vitor Massaru Iha
2017-10-11
docs/library: Add missing cross-ref links for classes in pyb module.
Mike Causer
2017-10-11
py/modbuiltins: Use existing utf8_get_char helper in builtin ord func.
Damien George
2017-10-10
py/formatfloat: Use standard isinf, isnan funcs instead of custom ones.
Damien George
2017-10-10
py/formatfloat: Don't print the negative sign of a NaN value.
Damien George
2017-10-10
lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead.
Damien George
2017-10-10
py/modmath: Convert log2 macro into a function.
Damien George
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
[next]