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-27
extmod/vfs: Replace VLA in proxy func with small, static sized array.
Damien George
2017-10-27
docs/usocket: Document inet_ntop(), inet_pton().
Paul Sokolovsky
2017-10-26
docs/usocket: Elaborate descriptions.
Paul Sokolovsky
2017-10-26
tests/net_inet: Update tls test to work with CPython and incl new site.
Damien George
2017-10-26
docs/uselect: Document one-shot polling mode.
Paul Sokolovsky
2017-10-24
unix/modusocket: Remove #if MICROPY_SOCKET_EXTRA code blocks.
Paul Sokolovsky
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-23
unix: Rename modsocket.c to modusocket.c.
Paul Sokolovsky
2017-10-21
py/objtype: Fit qstrs for special methods in byte type.
Paul Sokolovsky
2017-10-19
py/objtype: Use CPython compatible method name for sizeof.
Paul Sokolovsky
2017-10-19
py/argcheck: Remove #if guard around terse error message helper func.
Damien George
2017-10-19
stm32: Make uos.dupterm() conform to specs by using extmod version.
Damien George
2017-10-19
stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked.
Damien George
2017-10-19
extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.
Damien George
2017-10-19
README: Add gcc and arm-none-eabi-newlib to list of required components.
Damien George
2017-10-17
stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver.
Damien George
2017-10-17
stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz.
Damien George
2017-10-16
docs/library/network: Update docs to state that W5500 is supported.
Damien George
2017-10-16
travis: Update build command now that stm32 Wiznet config has changed.
Damien George
2017-10-16
stm32/modnwwiznet5k: Add support for W5500 Ethernet chip.
Damien George
2017-10-16
drivers/wiznet5k: Get low-level W5500 driver working.
Damien George
2017-10-16
drivers/wiznet5k: Improve the performance of socket ops with threading.
Li Weiwei
2017-10-16
stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro.
Li Weiwei
2017-10-16
stm32/modusocket: Return OSError(-2) if getaddrinfo fails.
Damien George
2017-10-16
stm32/modusocket: Make getaddrinfo() work when passed an IP address.
Damien George
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
[next]