index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
unix
/
modffi.c
Age
Commit message (
Expand
)
Author
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-18
all: Fix implicit conversion from double to float.
stijn
2020-04-18
all: Fix implicit floating point promotion.
stijn
2020-04-18
Revert "all: Fix implicit casts of float/double, and signed comparison."
stijn
2020-04-13
all: Clean up error strings to use lowercase and change cannot to can't.
Damien George
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-30
all: Fix implicit casts of float/double, and signed comparison.
David Lechner
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-05-17
various: Add and update my copyright line based on git history.
Paul Sokolovsky
2019-02-25
unix/modffi: Eliminate unused-argument warning when debugging disabled.
Damien George
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
Damien George
2018-10-17
unix/modffi: Add support for "q"/"Q" specs (int64_t/uint64_t).
Paul Sokolovsky
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George