- 03 Mar, 2014 6 commits
-
-
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
-
- 22 Feb, 2014 5 commits
-
-
Damien George authored
Add Configurable LFN support to FatFS
-
mux authored
-
Damien George authored
-
Damien George authored
Some functionality is still missing (eg and, or, bit shift), and some things are buggy (eg subtract).
-
Paul Sokolovsky authored
-