-
8a919fb051
Merge pull request #499 from lurch/skip-travis-tests
Damien George
2014-04-16 10:48:24 +01:00
-
-
1381146382
stmhal: Fix C bindings of I2C.read/write.
Damien George
2014-04-16 10:43:03 +01:00
-
1b997d5244
run-tests can now skip certain tests when run under Travis CI
Andrew Scheller
2014-04-16 03:28:40 +01:00
-
-
1452221aca
Auto-generate the stmhal/pybcdc_inf header file from static files
Andrew Scheller
2014-04-11 00:02:10 +01:00
-
-
571d5a3363
New config option MICROPY_FORCE_32BIT (defaulted to 0)
Andrew Scheller
2014-04-16 01:46:01 +01:00
-
-
2822d4e6ce
stmhal: Add I2C functions for pure master read/write.
Damien George
2014-04-16 00:27:14 +01:00
-
ee01411036
py: Add len(bytes).
Damien George
2014-04-15 23:10:00 +01:00
-
897fe0c0d0
py: Add builtin functions bin and oct, and some tests for them.
Damien George
2014-04-15 22:03:55 +01:00
-
d5323f07ff
Merge pull request #496 from dhylands/fix-debug-usart
Damien George
2014-04-15 21:25:27 +01:00
-
-
00adf67179
Fix call to enable pyb_usart_global_debug.
Dave Hylands
2014-04-15 12:20:31 -07:00
-
-
c58c1191b2
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-15 19:59:13 +01:00
-
-
9699ea6a2f
stmhal: Fix USB MSC so that it unmounts correctly on Mac OS X.
Damien George
2014-04-15 19:56:32 +01:00
-
4d7f4eb6a9
stmhal: Add ADC function to read data at a given frequency.
Damien George
2014-04-15 19:52:56 +01:00
-
e95da5b784
stmhal: Add I2C.scan method, to scan all devices on the bus.
Damien George
2014-04-15 19:24:13 +01:00
-
f6d25ecf7b
stmhal: Add simple README.txt to freshly-created filesystem.
Damien George
2014-04-15 19:20:25 +01:00
-
3b108e7699
Merge pull request #493 from aitjcize/patch
Damien George
2014-04-15 14:33:11 +01:00
-
-
9413ca02fb
Rename header file.
AZ Huang
2014-04-15 21:29:08 +08:00
-
203bc98804
travis: Move diffing back to after_failure command.
Damien George
2014-04-15 12:52:59 +01:00
-
b013aea809
py: Fix builtin hex to print prefix.
Damien George
2014-04-15 12:50:21 +01:00
-
5805111732
py: Add hex builtin function.
Damien George
2014-04-15 12:42:52 +01:00
-
256b319d56
tests: Disable memoryerror.py test, since it fails on travis.
Damien George
2014-04-15 12:30:30 +01:00
-
48aaa27c6a
travis: Diff output, hopefully this works.
Damien George
2014-04-15 12:20:22 +01:00
-
fd1c7b9d48
travis: Continue to debug tests output.
Damien George
2014-04-15 12:05:26 +01:00
-
e8ecca21ff
travis: More tests output debugging.
Damien George
2014-04-15 11:56:57 +01:00
-
c13d0b3304
stmhal: Wrap skin-named-usarts in PYBV10 #if.
Damien George
2014-04-15 11:52:47 +01:00
-
35443610b1
travis: More tests debugging.
Damien George
2014-04-15 11:38:30 +01:00
-
45b4cc77dd
travis: Debugging failing tests.
Damien George
2014-04-15 11:25:36 +01:00
-
9e2890bb00
travis: On fail, cd to tests directory before diffing.
Damien George
2014-04-15 11:14:42 +01:00
-
2f930fa0cb
Merge pull request #490 from redteam316/master
Damien George
2014-04-15 11:05:55 +01:00
-
-
9309d9982f
Move entry_table to separated header file.
AZ Huang
2014-04-15 15:57:01 +08:00
-
11559cff38
travis: only build unix with gcc-4.7
Andrew Scheller
2014-04-15 04:36:25 +01:00
-
f0777d1c2c
travis: build unix targets first
Andrew Scheller
2014-04-15 04:15:36 +01:00
-
e71311ed87
Fixed Travis-CI Build Status Link in README.md
Jonathan Greig
2014-04-14 21:52:22 -05:00
-
-
499d50be98
Merge remote-tracking branch 'upstream/master' into patch-1
Andrew Scheller
2014-04-15 03:48:58 +01:00
-
-
8c1bec4ae7
.travis.yml: Use gcc-4.7 to avoid broken codegeneration and failed tests.
Paul Sokolovsky
2014-04-15 05:13:48 +03:00
-
16fecc0a84
Update .travis.yml
Andrew Scheller
2014-04-15 03:02:17 +01:00
-
c1cc4a68bc
Merge pull request #486 from lurch/patch-1
Paul Sokolovsky
2014-04-15 04:58:44 +03:00
-
-
-
-
c29a0ac56a
Update .travis.yml
Andrew Scheller
2014-04-15 02:42:23 +01:00
-
9b5a9d41dc
Update .travis.yml
Andrew Scheller
2014-04-15 02:29:59 +01:00
-
e31a8222f2
Update .travis.yml
Andrew Scheller
2014-04-15 02:14:53 +01:00
-
0388b2ea78
Update .travis.yml
Andrew Scheller
2014-04-15 00:52:15 +01:00
-
-
cc8c0882a0
pip-micropython: Fix inverted condition.
Paul Sokolovsky
2014-04-15 02:32:41 +03:00
-
e10da77a5c
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-14 23:44:20 +01:00
-
-
8341725b65
travis: Only run some tests, to work around CPython version issues.
Damien George
2014-04-14 23:43:35 +01:00
-
3683789207
py: Clean up and add comments to makeqstrdata.
Damien George
2014-04-14 23:38:37 +01:00
-
a5854d2bc5
builtinimport: Add basic support for namespace packages.
Paul Sokolovsky
2014-04-15 01:23:40 +03:00
-
75ffcaeace
py: Implement __delitem__ method for classes.
Paul Sokolovsky
2014-04-15 01:20:52 +03:00
-
-
bc9ec5002d
Merge pull request #485 from lurch/patch-1
Damien George
2014-04-14 22:30:20 +01:00
-
-
6fc40cc3da
pip-micropython: revert $HOME back to ~
Andrew Scheller
2014-04-14 22:26:34 +01:00
-
-
5224705248
travis: Change to tests directory before running.
Damien George
2014-04-14 22:04:15 +01:00
-
3d867f5eab
Merge pull request #479 from lurch/patch-1
Damien George
2014-04-14 21:41:05 +01:00
-
-
a7239b2fc2
Merge pull request #480 from lurch/patch-2
Damien George
2014-04-14 21:39:31 +01:00
-
-
98bd4f24ff
Fix README build status image.
Damien George
2014-04-14 21:33:31 +01:00
-
1d8d2f84aa
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-14 21:31:11 +01:00
-
-
15bbd251f6
Update README to include build status from Travis CI.
Damien George
2014-04-14 21:30:53 +01:00
-
2a2cfbd0cf
Merge pull request #484 from aitjcize/travis
Damien George
2014-04-14 21:27:25 +01:00
-
-
3bb8bd899b
Make USE_COMPUTED_GOTO a config option in mpconfig.h.
Damien George
2014-04-14 21:20:30 +01:00
-
0ae9c7042a
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-14 19:44:49 +01:00
-
-
1da8a6cfc7
Merge pull request #482 from aitjcize/threaded
Damien George
2014-04-14 19:45:37 +01:00
-
-
b1f692e82e
Use computed goto instead of switching op-codes.
AZ Huang
2014-04-14 23:22:44 +08:00
-
-
ad8abd1a95
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-14 19:33:23 +01:00
-
-
5904dad842
Merge pull request #483 from aitjcize/parallel
Damien George
2014-04-14 19:34:08 +01:00
-
-
60993c166d
Add Travis CI support.
AZ Huang
2014-04-15 02:05:47 +08:00
-
-
-
658eae308f
Fix parallel build.
AZ Huang
2014-04-15 01:47:14 +08:00
-
-
0aac7ba344
Make pip-micropython more portable
Andrew Scheller
2014-04-14 12:26:12 +01:00
-
-
cc83737d35
Don't allow both ENDIANNESSes to be set
Andrew Scheller
2014-04-14 02:39:56 +01:00
-
-
48a9b3fd11
tools: Improve timout/reading of pyboard.py.
Damien George
2014-04-14 01:47:36 +01:00
-
cce7119a2b
stmhal: Work around crazy bug in USB CDC.
Damien George
2014-04-14 01:46:25 +01:00
-
7e5be0b1b4
stmhal: Improved usart module a bit.
Damien George
2014-04-14 01:45:58 +01:00
-
6dba016a56
stmhal: Add pyb.wfi() function (calls __WFI).
Damien George
2014-04-14 01:45:24 +01:00
-
bbae42d62f
modsys: Implement sys.version.
Paul Sokolovsky
2014-04-14 01:46:45 +03:00
-
58676fc2c7
objstr: Allow to define statically allocated str objects.
Paul Sokolovsky
2014-04-14 01:45:06 +03:00
-
59e269cfec
qstr, objstr: Make sure that valid hash != 0, treat 0 as "not computed".
Paul Sokolovsky
2014-04-14 01:43:01 +03:00
-
14de114ba8
objdict: Add __delitem__.
Paul Sokolovsky
2014-04-13 23:55:59 +03:00
-
cd94b384a3
objdict: Add __setitem__.
Paul Sokolovsky
2014-04-13 23:41:49 +03:00
-
-
86a03044e3
stmhal: Add stdin/stdout/stderr objects.
Damien George
2014-04-13 19:00:56 +01:00
-
e2a48b66c2
tests: Add property test.
Damien George
2014-04-13 19:00:27 +01:00
-
777b0f32f4
py: Add property object, with basic functionality.
Damien George
2014-04-13 18:59:45 +01:00
-
4417478d0f
tests: Make tests pass on pyboard.
Damien George
2014-04-13 17:46:30 +01:00
-
9dcc60d0b1
py: Detect ZeroDivisionError properly for floats.
Damien George
2014-04-13 17:45:30 +01:00
-
212f89e61a
stmhal: Improve USB CDC write function (increase timeout).
Damien George
2014-04-13 16:39:04 +01:00
-
0e4ba25834
py: Fix SyntaxError exception: don't have a block name, so pass NULL.
Damien George
2014-04-13 15:01:28 +01:00
-
73496fbbe4
py: Fix up source-line calculation.
Damien George
2014-04-13 14:51:56 +01:00
-
b636d024d2
Make pyboard.py have its own exception; update run-tests for pyboard.
Damien George
2014-04-13 13:48:33 +01:00
-
d240ff83c7
Merge branch 'master' of github.com:micropython/micropython
Damien George
2014-04-13 13:25:27 +01:00
-
-
b502156e22
py: Adjust #includes in lexerunix.c.
Damien George
2014-04-13 13:25:05 +01:00
-
978d2c0267
modsys: Implement sys.byteorder.
Paul Sokolovsky
2014-04-13 09:53:52 +03:00
-
baaaf65eaa
modsys: Implement basic sys.version_info.
Paul Sokolovsky
2014-04-13 09:46:58 +03:00
-
-
da6c2fafb5
Merge pull request #470 from errordeveloper/misc_fix/lexerunix
Damien George
2014-04-13 13:24:39 +01:00
-
-
d395a0e4b1
Merge pull request #471 from errordeveloper/misc_fix/unistd
Damien George
2014-04-13 13:22:36 +01:00
-
-
674f9887ce
bare-arm/unix-cpy: Minor changes.
Damien George
2014-04-13 13:19:28 +01:00
-
cb861a5c6a
stm[hal]: Init mp_sys_path and mp_sys_argv correctly.
Damien George
2014-04-13 13:19:09 +01:00
-
5bb7d99175
py: Modify makeqstrdata to recognise better the output of CPP.
Damien George
2014-04-13 13:16:51 +01:00
-
49f20b841d
py: Add more #if's for configurable MOD_SYS.
Damien George
2014-04-13 13:05:16 +01:00
-
640e7e4779
Merge pull request #476 from pfalcon/static-sys
Damien George
2014-04-13 12:52:39 +01:00
-
-
f95c68e536
Merge pull request #473 from pfalcon/list-extend-iter
Damien George
2014-04-13 12:46:34 +01:00
-
-
b9e7ed4ebc
py: Oops, fix int.from_bytes to correctly convert bytes!
Damien George
2014-04-13 12:40:50 +01:00
-
5213eb35b5
py: Make int.from_bytes a classmethod; support arbitrary length buf.
Damien George
2014-04-13 12:24:13 +01:00
-
8a1cab952f
py: Fix mp_get_buffer, and use it in more places.
Damien George
2014-04-13 12:08:52 +01:00
-
4b01de44ba
py: Add traceback info to syntax errors.
Damien George
2014-04-13 11:56:02 +01:00