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
2016-04-10
py/stream: Fix signed comparison issue.
Paul Sokolovsky
2016-04-10
extmod/modwebsocket: Implement MP_STREAM_SET_DATA_OPTS ioctl.
Paul Sokolovsky
2016-04-10
extmod/modwebsocket: Allow to get type of last read data using ioctl().
Paul Sokolovsky
2016-04-10
py/stream: Add Python-level ioctl() method.
Paul Sokolovsky
2016-04-10
py/stream.h: Add bigger inventory of stream ioctl's.
Paul Sokolovsky
2016-04-09
extmod/modwebsocket: Record current fragment type (binary/text/etc.)
Paul Sokolovsky
2016-04-09
extmod/modwebsocket: Add option for blocking writes to non-blk sockets.
Paul Sokolovsky
2016-04-09
extmod/modwebsocket: Reset mask between packets.
Paul Sokolovsky
2016-04-08
extmod/modwebsocket: Make sure to propagate EOF.
Paul Sokolovsky
2016-04-08
unix: freedos strip and size names for binaries
pohmelie
2016-04-08
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Tom Sparks
2016-04-08
extmod/modwebsocket: Properly check number of args to constructor.
Paul Sokolovsky
2016-04-08
lib/axtls: Update to the latest upstream master.
Paul Sokolovsky
2016-04-07
docs: esp8266: Enable "machine" module docs.
Paul Sokolovsky
2016-04-07
docs/ubinascii: Document non-standard "sep" argument to hexlify().
Paul Sokolovsky
2016-04-07
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
Martin Fischer
2016-04-07
py/objarray: Fix array.append so it doesn't extend if append fails.
Damien George
2016-04-07
py: Implement basic with support in native emitter.
Damien George
2016-04-07
py: Combine continuous block of emit steps into with_cleanup emit call.
Damien George
2016-04-07
esp8266: Switch from terse error messages to normal ones.
Damien George
2016-04-07
esp8266/README: Add short troubleshooting section.
Paul Sokolovsky
2016-04-06
esp8266: Add initial implementation of machine.UART.
Damien George
2016-04-06
cc3200/mods/modwlan: Include stream.h after recent refactor.
Paul Sokolovsky
2016-04-06
esp8266: Make destination for vendor OS debug output soft-configurable.
Damien George
2016-04-05
py: Move stream-related declarations from obj.h to stream.h.
Paul Sokolovsky
2016-04-05
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
Paul Sokolovsky
2016-04-05
esp8266/modnetwork: require_if(): Report the actual interface required.
Paul Sokolovsky
2016-04-05
docs/ubinascii: Document a2b_base64(), b2a_base64().
Paul Sokolovsky
2016-04-05
esp8266: Move pyb.unique_id() to machine.unique_id().
Paul Sokolovsky
2016-04-05
esp8266: Move pyb.hard_reset() to machine.reset().
Paul Sokolovsky
2016-04-04
unix/modsocket: Use mp_const_empty_map instead of creating empty map.
Paul Sokolovsky
2016-04-04
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
Paul Sokolovsky
2016-04-03
unix: djgpp errno.h have no ENOTSUP, so define it to Linux value.
pohmelie
2016-04-03
docs/machine: Change wording to be a bit more port-neutral.
Paul Sokolovsky
2016-04-03
docs/os: Change wording to be a bit more port-neutral.
Paul Sokolovsky
2016-04-03
docs: esp8266: esp.socket is deprecated, remove from docs.
Paul Sokolovsky
2016-04-03
esp8266: Bump heap size to 24k.
Paul Sokolovsky
2016-04-03
esp8266: Update flashing instructions in README.
Paul Sokolovsky
2016-04-03
esp8266: Switch back to flashing combined firmware (single file).
Paul Sokolovsky
2016-04-03
esp8266: Minimize gap between Inst/DataRAM segments and FlashROM segment.
Paul Sokolovsky
2016-04-03
esp8266/ets_alt_task: Comment out debug output.
Paul Sokolovsky
2016-04-03
esp8266: Bump iROM size to 512k.
Paul Sokolovsky
2016-04-03
esp8266: Move .rodata where it belongs with -mforce-l32 help.
Paul Sokolovsky
2016-04-03
docs: Update copyright notice.
Paul Sokolovsky
2016-04-03
esp8266/README: Add link to docs.
Paul Sokolovsky
2016-04-02
examples/http_client_ssl.py: HTTPS client example.
Paul Sokolovsky
2016-04-02
examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.
Paul Sokolovsky
2016-04-02
examples/http_server.py: Introduce main() function.
Paul Sokolovsky
2016-04-02
examples/http_server.py: Refactor/simplify for Python 3.5.
Paul Sokolovsky
2016-04-02
examples/http_client.py: Introduce main() function.
Paul Sokolovsky
[next]