- Mar 14, 2014
-
-
Damien George authored
Enumerates CDC device over USB, but doesn't transmit/receive yet.
-
- Mar 13, 2014
-
-
Damien George authored
-
Damien George authored
Implement str.count and add tests for it.
-
Damien George authored
Cleanup systick for stmhal
-
Dave Hylands authored
-
Damien George authored
REPL working on UART6 with STMHAL
-
xbe authored
See pull request #343.
-
xbe authored
Also modify mp_get_index to accept: 1. Indices that are or evaluate to a boolean. 2. Slice indices. Add tests for these two cases.
-
Dave Hylands authored
-
Damien George authored
-
- Mar 12, 2014
-
-
Damien George authored
-
Damien George authored
Fix realloc
-
Damien George authored
These have been taken from the musl library. It's a bit of a hack for now, just to get math functions working.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
mux authored
-
Damien George authored
Initial checkin with STM HAL
-
Damien George authored
-
Damien George authored
If operation will overflow, a multi-precision integer is created.
-
Damien George authored
A couple of bugs in mpn_shl, and overflow bug in mpz_set_from_int.
-
Dave Hylands authored
This compiles and links, but hasn't been tested on a board yet and even if it was run, it doesn't currently do anything.
-
- Mar 10, 2014
-
-
Damien George authored
MICROPY_ENABLE_FLOAT is automatically set in mpconfig.h if MICROPY_FLOAT_IMPL is set to a non-zero value.
-
Damien George authored
-
Damien George authored
Fix makeqstrdata.py to work in Python 2.7
-
Dave Hylands authored
-
Dave Hylands authored
-
- Mar 09, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 08, 2014
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
mp_module_obj_t can now be put in ROM. Configuration of float type is now similar to longint: can now choose none, float or double as the implementation. math module has basic math functions. For STM port, these are not yet implemented (they are just stub functions).
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- Mar 07, 2014
-
-
Damien George authored
-