Paul Sokolovsky
426bb58b23
moduzlib: New zlib-like module, based on uzlib.
2014-10-13 00:07:43 +03:00
Damien George
1ef2348df0
py: Implement and,or,xor native ops for viper.
2014-10-12 14:21:06 +01:00
Paul Sokolovsky
1606607bd4
modure: Make sure that re1.5 compiled in only of modure itself is enabled.
...
This is achieved by including re1.5 *.c files straight from modure.c .
2014-10-12 03:40:20 +03:00
Paul Sokolovsky
457c0a606c
modure: Upgrade re1.5 to 0.5.1
...
Changes include:
regexp.h: Add double-include protection.
2014-10-12 03:12:19 +03:00
Damien George
fbf976c9aa
Merge pull request #902 from pfalcon/readme-unix
...
README: Update "unix" section with more info/details.
2014-10-11 18:58:46 +01:00
Damien George
37671c9a97
Merge branch 'pfalcon-modure'
2014-10-11 18:55:44 +01:00
Damien George
dd5ee9ff9c
stmhal: Enable ure module (tests pass on pyboard).
2014-10-11 18:55:12 +01:00
Damien George
26fa3e30ec
Merge branch 'modure' of https://github.com/pfalcon/micropython into pfalcon-modure
2014-10-11 18:49:02 +01:00
Paul Sokolovsky
945df4e564
README: Update "unix" section with more info/details.
2014-10-11 20:45:32 +03:00
Damien George
1ce916aefd
Merge pull request #900 from dhylands/comp-deadtime
...
Add support for complimentary channel output and deadtime.
2014-10-11 18:44:39 +01:00
Paul Sokolovsky
c36c75c4dc
unix: Update comment MICROPY_GCREGS_SETJMP (untested -> undertested).
2014-10-11 20:33:44 +03:00
Paul Sokolovsky
6c2ab5c315
unix: Add comment about needed dependencies for MICROPY_FORCE_32BIT.
2014-10-11 20:33:37 +03:00
Paul Sokolovsky
f7bcce0552
modure: Basic tests.
2014-10-11 14:36:33 +03:00
Paul Sokolovsky
5edbadefc1
modure: Import needed files from re1.5 v0.5.
...
https://github.com/pfalcon/re1.5
2014-10-11 14:36:32 +03:00
Paul Sokolovsky
c71e045165
modure: Initial module, using re1.5 (which is based on re1 codebase).
...
https://github.com/pfalcon/re1.5
2014-10-11 14:36:32 +03:00
Dave Hylands
1c795445b3
Add support for complimentary channel output and deadtime.
...
This patch enables output on the complimentary channels (TIMx_CHyN).
For timers 1 and 8, deadtime can also be inserted when the channels
transition. For the pyboard, TIM8_CH1/CH1N and TIM8_CH2/CH2N can
take advantage of this.
2014-10-10 13:54:03 -07:00
Damien George
9b6617ea8b
stmhal: Add pyb.stop() and pyb.standby() functions.
2014-10-09 19:02:47 +01:00
Damien George
cc5b4a2653
Merge pull request #899 from pfalcon/usocket-rename
...
unix: Rename "microsocket" module to "usocket".
2014-10-09 18:58:24 +01:00
Paul Sokolovsky
23b3b04072
unix: Rename "microsocket" module to "usocket".
...
Per new conventions, we'd like to consistently use "u*" naming conventions
for modules which don't offer complete CPython compatibility, while offer
subset or similar API.
2014-10-09 20:43:10 +03:00
Paul Sokolovsky
a2d8f98a7e
examples: Rename unix socket examples to have more precise naming (http).
2014-10-09 20:35:56 +03:00
Damien George
1e49b151a7
Merge branch 'master' of github.com:micropython/micropython
2014-10-09 16:54:14 +01:00
Damien George
f0f964807e
Merge branch 'dhylands-lexer-crash'
2014-10-09 16:54:03 +01:00
Damien George
9bf5f2857d
py: Add further checks for failed malloc in lexer init functions.
2014-10-09 16:53:37 +01:00
Damien George
a8202762f0
Merge branch 'lexer-crash' of https://github.com/dhylands/micropython into dhylands-lexer-crash
2014-10-09 16:48:55 +01:00
Damien George
40e4c777a1
Merge pull request #897 from tomvonclef/master
...
Updating README.md. The Unix build requires pkg-config for FFI.
2014-10-09 16:47:06 +01:00