- 04 Mar, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
unix: Allow to set heap size using "-X heapsize=N" option.
-
Paul Sokolovsky authored
-
- 03 Mar, 2014 8 commits
-
-
Damien George authored
Addresses issue #327.
-
Damien George authored
Checks for non-default args following default args, and errors out. Addresses issue #328.
-
Damien George authored
-
Damien George authored
Implement collections.namedtuple
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
I.e. as replacement of MP_OBJ_IS_TYPE(), which takes into account subclassing.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 02 Mar, 2014 1 commit
-
-
Damien George authored
Implement machine_sqrt using VSQRT
-
- 01 Mar, 2014 5 commits
-
-
mux authored
-
Damien George authored
Support building "unix" port for ARM
-
Damien George authored
Implement not, shl and shr in mpz library. Add function to create mpzs on the stack, used for memory efficiency when rhs is a small int. Factor out code to parse base-prefix of number into a dedicated function.
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
-
- 28 Feb, 2014 1 commit
-
-
Paul Sokolovsky authored
This change allows to build unix version without libreadline installed.
-
- 27 Feb, 2014 2 commits
-
-
Damien George authored
Remove param from python API of ext_register
-
Dave Hylands authored
Minor cleanup.
-
- 26 Feb, 2014 14 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Don't need to wrap bitfields in their own struct. Compiler does the correct thing without it.
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
Update LED configuration
-
Damien George authored
Print an error if an invalid BOARD is specified
-
Damien George authored
Add EXTI support
-
Damien George authored
Fix floating point printing of negative numbers in the range (0, -1.0)
-
Dave Hylands authored
-
Dave Hylands authored
-
- 25 Feb, 2014 1 commit
-
-
Dave Hylands authored
-
- 24 Feb, 2014 2 commits
-
-
Damien George authored
Also change int -> machine_int_t where appropriate.
-
Damien George authored
With this option selected, only HID on its own works, not VCP+HID.
-
- 23 Feb, 2014 3 commits
-
-
Dave Hylands authored
Revamp usrsw to use new exti code. Add user switch callback function.
-
Damien George authored
Stack layout is different when -g used, so need to handle the pendsv jump differently. Addresses Issue #315.
-
Damien George authored
-