| Use rm -rf to remove build dir, so it doesn't error out if dir doesn't exist. |
|
More...
|
over 12 years ago
|
| Put unicode functions in unicode.c, and tidy their names. |
|
More...
|
over 12 years ago
|
| Make unix-cpy cross platform; remove dependency of asmx64 on mpconfig. |
|
More...
|
over 12 years ago
|
| Merge branch 'cross-plat' of https://github.com/pfalcon/micropython into pfalcon-cross-plat |
|
More...
|
over 12 years ago
|
| Make "unix" target be crossplatform and support x86, x64, ARM hosts. |
|
More...
|
over 12 years ago
|
| Small change to handling of integers in run-tests. |
|
More...
|
over 12 years ago
|
| Add basic functionality tests for the Python bit. |
|
More...
|
over 12 years ago
|
| py: add dict length function, and fix rt_store_set. |
|
More...
|
over 12 years ago
|
| Change memory allocation API to require size for free and realloc. |
|
More...
|
over 12 years ago
|
| Update README.md. |
|
More...
|
over 12 years ago
|
| py: implement POP_BLOCK in VM. |
|
More...
|
over 12 years ago
|
| Merge pull request #3 from pfalcon/for-upstream |
|
More...
|
over 12 years ago
|
| Add 2 files to a gitignore. |
|
More...
|
over 12 years ago
|
| Add tests to test compiler and emitted byte code. |
|
More...
|
over 12 years ago
|
| Don't error out if build/ directory already exists. |
|
More...
|
over 12 years ago
|
| Handle return value of read() call. |
|
More...
|
over 12 years ago
|
| Add unix-cpy, used to test Micro Python byte code against CPython. |
|
More...
|
over 12 years ago
|
| py: implement some basic exception matching. |
|
More...
|
over 12 years ago
|
| Add code in VM to handle nested exceptions correctly. |
|
More...
|
over 12 years ago
|
| Parse upper-case hex numbers correctly. |
|
More...
|
over 12 years ago
|
| Add CODECONVENTIONS, and modify i2c module to conform. |
|
More...
|
over 12 years ago
|
| Merge branch 'master' of https://github.com/dpgeorge/micropython |
|
More...
|
over 12 years ago
|
| changes to Makefile and main.c to add i2c.c |
|
More...
|
over 12 years ago
|
| Added i2c python interface object |
|
More...
|
over 12 years ago
|
| Small edits to main README. |
|
More...
|
over 12 years ago
|
| Add PYBv3 EAGLE files, gerbers, schematic, BOM and assembly guide. |
|
More...
|
over 12 years ago
|
| stm: Tidy up some wlan code. |
|
More...
|
over 12 years ago
|
| stm: fix some compiler warnings in CC3000 code. |
|
More...
|
over 12 years ago
|
| py: simplify __next__ method for generators. |
|
More...
|
over 12 years ago
|
| Change object representation from 1 big union to individual structs. |
|
More...
|
over 12 years ago
|