Pavol Rusnak
3679ee9b52
py: fix null pointer dereference in mpz.c, fix missing va_end in warning.c
8 years ago
Damien George
e72cda99fd
py: Convert occurrences of non-debug printf to mp_printf.
10 years ago
Damien George
cd34207409
py: Can compile with -Wmissing-declarations and -Wmissing-prototypes.
10 years ago
Damien George
51dfcb4bb7
py: Move to guarded includes, everywhere in py/ core.
Addresses issue #1022 .
10 years ago
Paul Sokolovsky
8a8c1fc82f
py: Add basic framework for issuing compile/runtime warnings.
10 years ago
Paul Sokolovsky
8139494e54
stmhal: Include mpconfig.h before all other includes.
It defines types used by all other headers.
Fixes #691 .
11 years ago
Damien George
04b9147e15
Add license header to (almost) all files.
Blanket wide to all .c and .h files. Some files originating from ST are
difficult to deal with (license wise) so it was left out of those.
Also merged modpyb.h, modos.h, modstm.h and modtime.h in stmhal/.
11 years ago
Damien George
f78d9b1a72
stmhal: Add accelerometer driver; fix bug with LFN.
11 years ago
Dave Hylands
f14b92b9e1
REPl working on UART6 with STMHAL
11 years ago
Damien George
46239413d0
stm: Implement mp_import_stat.
To follow up pull request #309 .
11 years ago