Damien George
|
df1e92ba3a
|
extmod, ujson: Add \uxxxx parsing in json strings.
|
2014-09-21 23:43:03 +01:00 |
Damien George
|
fa2f1f72e0
|
extmod, ujson: Slight reduction in code size.
|
2014-09-21 23:43:03 +01:00 |
Damien George
|
89e4657c69
|
extmod: Add loads to ujson module.
|
2014-09-21 23:43:03 +01:00 |
Damien George
|
612045f53f
|
py: Add native json printing using existing print framework.
Also add start of ujson module with dumps implemented. Enabled in unix
and stmhal ports. Test passes on both.
|
2014-09-17 22:56:34 +01:00 |
Damien George
|
013d53c0b4
|
Remove skeletal modselect from extmod and just put it in stmhal.
|
2014-09-07 20:42:01 +01:00 |
Damien George
|
6c9c7bc75a
|
stmhal: Implement generic select.select and select.poll.
|
2014-09-07 20:40:32 +01:00 |
Damien George
|
c8c44a4c2e
|
py: Add ioctl method to stream protocol; add initial modselect.
|
2014-09-07 20:40:10 +01:00 |
Damien George
|
e875e3882d
|
extmod: Fix type-punned-ptr error.
|
2014-09-02 11:38:45 +01:00 |
stijn
|
759138caee
|
msvc: Exclude modtermios, include extmod and fix compilation error
|
2014-09-02 09:00:20 +02:00 |
Damien George
|
ecc88e949c
|
Change some parts of the core API to use mp_uint_t instead of uint/int.
Addressing issue #50, still some way to go yet.
|
2014-08-30 00:35:11 +01:00 |
Damien George
|
72b115cbaa
|
extmod, zlibd: Make some simple ROM and RAM savings.
ROM down by 320 bytes on stmhal. RAM down by 5.5k for a decompression
object.
|
2014-08-22 18:38:16 +01:00 |
Damien George
|
1ddd844815
|
extmod: Finish rename of zlib to zlibd; enable zlibd on stmhal.
|
2014-08-12 23:23:53 +01:00 |
Paul Sokolovsky
|
8882c20b8f
|
modzlibd: Add tinfl.c from miniz SVN repo, r63.
The only change is line-ending convesion to LF.
|
2014-08-13 00:26:19 +03:00 |
Paul Sokolovsky
|
510296f25a
|
modzlibd: Decompress part of "zlib" module, based on miniz tinfl.c .
|
2014-08-13 00:26:19 +03:00 |
Damien George
|
105e32f1a5
|
stmhal: Enable moductypes by default.
Also fixes compiler error in moductypes when compiled without debugging.
Addresses issue #778.
|
2014-08-12 20:02:26 +01:00 |
Paul Sokolovsky
|
5f47ebbf82
|
moductypes: Remove debug inclusion of stdio.h .
|
2014-08-10 10:11:22 +03:00 |
Damien George
|
bb4c6f35c6
|
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Addresses issue #724.
|
2014-07-31 10:49:14 +01:00 |
Paul Sokolovsky
|
2097c8b1e1
|
moductypes: Add symbolic constants to specify bitfield position/length.
|
2014-07-11 00:06:36 +03:00 |
Paul Sokolovsky
|
8215847b4d
|
moductypes: Foreign data interface module, roughly based on ctype ideas.
But much smaller and memory-efficient. Uses Python builtin data structures
(dict, tuple, int) to describe structure layout.
|
2014-07-09 19:28:24 +03:00 |