- 24 Mar, 2016 1 commit
-
-
Damien George authored
This is an initial attempt at making a simple C pin API for writing things like I2C drivers in C.
-
- 23 Mar, 2016 8 commits
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
Paul Sokolovsky authored
-
Damien George authored
-
Paul Sokolovsky authored
-
- 19 Mar, 2016 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
It handles more cases than mp_binary_get_int.
-
Damien George authored
-
- 17 Mar, 2016 7 commits
-
-
Peter Hinch authored
-
Peter Hinch authored
-
Peter Hinch authored
-
Peter Hinch authored
-
Damien George authored
-
Damien George authored
FIRST_PRIO=2 works but using 0 is hopefully safer, and can anyway be optimised in the future.
-
Paul Sokolovsky authored
Requires special lexer to access their contents.
-
- 16 Mar, 2016 5 commits
-
-
Damien George authored
-
Damien George authored
Previous to this patch, the "**b" in "a**b" had its own parse node with just one item (the "b"). Now, the "b" is just the last element of the power parse-node. This saves (a tiny bit of) RAM when compiling.
-
Paul Sokolovsky authored
-
Damien George authored
-
Damien George authored
-
- 15 Mar, 2016 7 commits
-
-
Damien George authored
Hopefully these tests run reliably on Travis.
-
Damien George authored
Previous to this patch, all qemu-arm tests were running in the same session, and global variables could be left over from the previous test. This patch makes it so that the heap and runtime are reinitialised at the start of each test.
-
Damien George authored
-
Damien George authored
All tests in basics/ directory can now run and pass using 64-bit unix port with only a 16k heap (./run-tests --heapsize 16k). Tests in this directory should remain small so they can be used for ports with a small heap.
-
Damien George authored
This allows you to specify the heapsize that unix will use when running the test suite, eg: ./run-tests --heapsize 16k
-
Damien George authored
-
Damien George authored
-
- 14 Mar, 2016 6 commits
-
-
Damien George authored
Addresses issue #1898.
-
Damien George authored
-
Damien George authored
-
Damien George authored
Passing an mp_uint_t to a %d printf format is incorrect for builds where mp_uint_t is larger than word size (eg a nanboxing build). This patch adds some simple casting to int in these cases.
-
Damien George authored
-
Damien George authored
size_t is the proper type to count number of bytes in a string. The base argument does not need to be a full mp_uint_t, int is enough.
-
- 13 Mar, 2016 2 commits
-
-
Dave Hylands authored
Added definitions for SPI1, SPI2, and SPI3 Removed USB stuff (that could be removed) Updated BOARD name defintion
-
Dave Hylands authored
This makes the board match the name printed on the board (and agree with the documentation)
-