pohmelie
|
b32b0d38fe
|
unix: freedos strip and size names for binaries
After this you need only one path for build (path/to/djgpp/bin). Original patch made by @dhylands
|
2016-04-08 20:15:37 +03:00 |
|
Tom Sparks
|
20d9bc2d76
|
extmod/modure: re_exec() renamed to ure_exec() due to collison in 4.3BSD.
Addresses issue #1972.
|
2016-04-08 20:12:03 +03:00 |
|
Paul Sokolovsky
|
05ba2433f6
|
extmod/modwebsocket: Properly check number of args to constructor.
|
2016-04-08 16:05:48 +03:00 |
|
Paul Sokolovsky
|
5e919b7ef8
|
lib/axtls: Update to the latest upstream master.
|
2016-04-08 15:19:57 +03:00 |
|
Paul Sokolovsky
|
9c04299da1
|
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
|
2016-04-07 16:44:10 +03:00 |
|
Paul Sokolovsky
|
5e7fa7c80c
|
docs/ubinascii: Document non-standard "sep" argument to hexlify().
|
2016-04-07 12:39:00 +03:00 |
|
Martin Fischer
|
8a8e775035
|
stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS).
SOF irqs are now standard for rx/tx USB transfers, so enable them for both
FS and HS modes. Fixes #1944.
|
2016-04-07 09:23:33 +01:00 |
|
Damien George
|
04d5e644fc
|
py/objarray: Fix array.append so it doesn't extend if append fails.
Addresses issue #1965.
|
2016-04-07 09:03:33 +01:00 |
|
Damien George
|
2c915e1ae6
|
py: Implement basic with support in native emitter.
|
2016-04-07 08:53:24 +01:00 |
|
Damien George
|
ce8b4e8749
|
py: Combine continuous block of emit steps into with_cleanup emit call.
Because different emitters need to handle with-cleanup in different ways.
|
2016-04-07 08:50:38 +01:00 |
|
Damien George
|
2c407bcf20
|
esp8266: Switch from terse error messages to normal ones.
Adds 2k to the code size.
|
2016-04-07 00:38:08 +03:00 |
|
Paul Sokolovsky
|
d85439fd19
|
esp8266/README: Add short troubleshooting section.
|
2016-04-07 00:21:04 +03:00 |
|
Damien George
|
1a0a323ca8
|
esp8266: Add initial implementation of machine.UART.
Currently UART(0) and UART(1) are exposed and only uart.write works.
|
2016-04-06 19:45:52 +03:00 |
|
Paul Sokolovsky
|
4e51a3038c
|
cc3200/mods/modwlan: Include stream.h after recent refactor.
|
2016-04-06 01:18:39 +03:00 |
|
Damien George
|
96eca22322
|
esp8266: Make destination for vendor OS debug output soft-configurable.
Use esp.osdebug(None) to disable, or esp.osdebug(uart_id) to send output
to a UART.
|
2016-04-06 00:12:58 +03:00 |
|
Paul Sokolovsky
|
e6a4d4e23c
|
py: Move stream-related declarations from obj.h to stream.h.
|
2016-04-05 22:06:52 +03:00 |
|
Paul Sokolovsky
|
e4cb7c6158
|
docs/esp8266/quickref: Add note about physical vs logical pin numbers.
|
2016-04-05 16:30:51 +03:00 |
|
Paul Sokolovsky
|
2c8356c482
|
esp8266/modnetwork: require_if(): Report the actual interface required.
|
2016-04-05 16:09:03 +03:00 |
|
Paul Sokolovsky
|
f81ea6307c
|
docs/ubinascii: Document a2b_base64(), b2a_base64().
|
2016-04-05 14:00:12 +03:00 |
|
Paul Sokolovsky
|
de12502d89
|
esp8266: Move pyb.unique_id() to machine.unique_id().
|
2016-04-05 00:57:49 +03:00 |
|
Paul Sokolovsky
|
81fd5685fc
|
esp8266: Move pyb.hard_reset() to machine.reset().
|
2016-04-05 00:20:25 +03:00 |
|
Paul Sokolovsky
|
1b811b946e
|
unix/modsocket: Use mp_const_empty_map instead of creating empty map.
|
2016-04-04 23:43:16 +03:00 |
|
Paul Sokolovsky
|
069654f2be
|
py/obj.h: Add comment why mp_fun_kw_t takes non-const mp_map_t*.
mp_fun_kw_t takes mp_map_t* (and not const mp_map_t*) to ease passing
this arg to mp_map_lookup(), which may modify its arg, depending on
flags.
|
2016-04-04 15:37:19 +03:00 |
|
pohmelie
|
cee888255b
|
unix: djgpp errno.h have no ENOTSUP, so define it to Linux value.
|
2016-04-03 23:23:01 +03:00 |
|
Paul Sokolovsky
|
28d4b94dce
|
docs/machine: Change wording to be a bit more port-neutral.
|
2016-04-03 20:49:29 +03:00 |
|