- 15 Oct, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 13 Oct, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 12 Oct, 2014 5 commits
-
-
Damien George authored
-
-
Paul Sokolovsky authored
-
Paul Sokolovsky authored
This is achieved by including re1.5 *.c files straight from modure.c .
-
Paul Sokolovsky authored
Changes include: regexp.h: Add double-include protection.
-
- 11 Oct, 2014 2 commits
-
-
- 06 Oct, 2014 1 commit
-
-
Damien George authored
-
- 28 Sep, 2014 1 commit
-
-
Dave Hylands authored
Teensy doesn't need to worry about overflows since all of its timers are only 16-bit. For PWM, the pulse width needs to be able to vary from 0..period+1 (pulse-width == period+1 corresponds to 100% PWM) I couldn't test the 0xffffffff cases since we can't currently get a period that big in python. With a prescaler of 0, that corresponds to a freq of 0.039 (i.e. cycle every 25.56 seconds), and we can't set that using freq or period. I also tested both stmhal and teensy with floats disabled, which required a few other code changes to compile.
-
- 21 Sep, 2014 4 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 17 Sep, 2014 1 commit
-
-
Damien George authored
Also add start of ujson module with dumps implemented. Enabled in unix and stmhal ports. Test passes on both.
-
- 07 Sep, 2014 3 commits
-
-
Damien George authored
-
Damien George authored
-
Damien George authored
-
- 02 Sep, 2014 2 commits
-
-
Damien George authored
-
stijn authored
-
- 29 Aug, 2014 1 commit
-
-
Damien George authored
Addressing issue #50, still some way to go yet.
-
- 22 Aug, 2014 1 commit
-
-
Damien George authored
ROM down by 320 bytes on stmhal. RAM down by 5.5k for a decompression object.
-
- 12 Aug, 2014 4 commits
-
-
Damien George authored
-
Paul Sokolovsky authored
The only change is line-ending convesion to LF.
-
Paul Sokolovsky authored
-
Damien George authored
Also fixes compiler error in moductypes when compiled without debugging. Addresses issue #778.
-
- 10 Aug, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 31 Jul, 2014 1 commit
-
-
Damien George authored
Addresses issue #724.
-
- 10 Jul, 2014 1 commit
-
-
Paul Sokolovsky authored
-
- 09 Jul, 2014 1 commit
-
-
Paul Sokolovsky authored
But much smaller and memory-efficient. Uses Python builtin data structures (dict, tuple, int) to describe structure layout.
-