8412 Commits (f2baa9ec245a66c4cd7d990e39a4af3f6fab1cb7)
 

Author SHA1 Message Date
Paul Sokolovsky f2baa9ec24 py/objtype: Use CPython compatible method name for sizeof. 7 years ago
Damien George 93ce125abe py/argcheck: Remove #if guard around terse error message helper func. 7 years ago
Damien George d6bf3658f4 stm32: Make uos.dupterm() conform to specs by using extmod version. 7 years ago
Damien George 0eb333e3cf stm32/mphalport: Improve efficiency of mp_hal_stdout_tx_strn_cooked. 7 years ago
Damien George 9725a654bd extmod/uos_dupterm: Swallow any errors from dupterm closing the stream. 7 years ago
Damien George c53ca32561 README: Add gcc and arm-none-eabi-newlib to list of required components. 7 years ago
Damien George 8fa3d2996c stm32/modnwwiznet5k: Implement stream ioctl for the Wiznet driver. 7 years ago
Damien George 285ac58532 stm32/modnwwiznet5k: Increase SPI bus speed to 42MHz. 7 years ago
Damien George d90ade5e3e docs/library/network: Update docs to state that W5500 is supported. 7 years ago
Damien George 06f2fdbe61 travis: Update build command now that stm32 Wiznet config has changed. 7 years ago
Damien George e36821a766 stm32/modnwwiznet5k: Add support for W5500 Ethernet chip. 7 years ago
Damien George c0ea91bc89 drivers/wiznet5k: Get low-level W5500 driver working. 7 years ago
Li Weiwei 73e387cff6 drivers/wiznet5k: Improve the performance of socket ops with threading. 7 years ago
Li Weiwei 5c437963d7 stm32/mpconfigport.h: Add MICROPY_THREAD_YIELD() macro. 7 years ago
Damien George 0a30ad96c8 stm32/modusocket: Return OSError(-2) if getaddrinfo fails. 7 years ago
Damien George 5d7b0b237b stm32/modusocket: Make getaddrinfo() work when passed an IP address. 7 years ago
Damien George 65ba481cb0 stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. 7 years ago
Paul Sokolovsky 829c329daf README: Add explicit section on contributing. 7 years ago
Damien George 37282f8fc1 extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index. 7 years ago
Li Weiwei e39fcda8eb stm32/usbd_cdc_interface.h: Fix code comments after recent refactor. 7 years ago
Damien George 7c7c7b161d stm32/usbd_cdc_interface: Don't reset CDC output buf on initialisation. 7 years ago
Damien George c59fc1419d py/emitnative: Simplify binary op emitter, no need to check inplace ops. 7 years ago
Damien George a3afa8cfc4 py/emitnative: Implement floor-division and modulo for viper emitter. 7 years ago
Vitor Massaru Iha 1b7d6a7951 esp8266/modules/webrepl_setup: Add info about allowed password length. 7 years ago
Mike Causer b1457db002 docs/library: Add missing cross-ref links for classes in pyb module. 7 years ago
Damien George 69da74e538 py/modbuiltins: Use existing utf8_get_char helper in builtin ord func. 7 years ago
Damien George dc948e4d54 py/formatfloat: Use standard isinf, isnan funcs instead of custom ones. 7 years ago
Damien George 08a196697c py/formatfloat: Don't print the negative sign of a NaN value. 7 years ago
Damien George 81a06d2c9c lib/libm: Remove implementation of log2f, use MP_NEED_LOG2 instead. 7 years ago
Damien George d8d4e4dfbe py/modmath: Convert log2 macro into a function. 7 years ago
Damien George 25e140652b py/modmath: Add full checks for math domain errors. 7 years ago
Mike Causer f599a38059 docs/esp8266/quickref: Add quickref info for RTC class. 7 years ago
Mike Causer dc92f1c4ee docs/pyboard/tutorial: Update now that yellow LED also supports PWM. 7 years ago
Mike Causer d236d0c415 docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes. 7 years ago
Damien George 933eab46fc py/bc: Update opcode_format_table to match the bytecode. 7 years ago
Damien George add933feaf docs/library/network: Clarify usage of "bssid" arg in connect() method. 7 years ago
Damien George 6db132e130 esp8266/modnetwork: Add "bssid" keyword arg to WLAN.connect() method. 7 years ago
Paul Sokolovsky 53966fd9a8 examples: hwconfig_console: Add .on()/.off() methods. 7 years ago
Paul Sokolovsky c15be989ee tools/pyboard: Update docstring for additional device support. 7 years ago
Paul Sokolovsky 4514f073c1 zephyr: Switch to interrupt-driven pull-style console. 7 years ago
Paul Sokolovsky 71c1a05d88 tests/run-tests: Close device under test using "finally". 7 years ago
Paul Sokolovsky 58ea239510 zephyr: Use CONFIG_NET_APP_SETTINGS to setup initial network addresses. 7 years ago
Damien George 6f1a615427 stm32/boards: Fix typos in stm32f767_af.csv table. 7 years ago
Damien George ca2427c313 drivers/display/ssd1306: Make poweron() work the same with SSD1306_SPI. 7 years ago
Tiago Queiroz 7df4083ac6 drivers/display/ssd1306: Implement SSD1306_I2C poweron method. 8 years ago
Paul Sokolovsky ea6692a83e tools/pyboard: Use repr() when quoting data in error messages. 7 years ago
Damien George 98dd126e98 tests/extmod: Add test for '-' in character class in regex. 7 years ago
Li Weiwei 8c7db42ee3 stm32/modnwwiznet5k: Get the IP address of an established socket. 7 years ago
Damien George ff93fd4f50 py/persistentcode: Bump .mpy version number to version 3. 7 years ago
Damien George 36f7952f76 py/objtype: Clean up unary- and binary-op enum-to-qstr mapping tables. 7 years ago