Scott Shawcroft
|
f0bb26d70f
|
Merge MicroPython 1.13 into CircuitPython
|
2021-05-04 18:06:33 -07:00 |
Diego Elio Pettenò
|
dd5d7c86d2
|
Fix up end of file and trailing whitespace.
This can be enforced by pre-commit, but correct it separately to make it easier to review.
|
2020-06-03 10:56:35 +01:00 |
stijn
|
bcf01d1686
|
all: Fix implicit conversion from double to float.
These are found when building with -Wfloat-conversion.
|
2020-04-18 22:42:24 +10:00 |
Alexander Steffen
|
55f33240f3
|
all: Use the name MicroPython consistently in comments
There were several different spellings of MicroPython present in comments,
when there should be only one.
|
2017-07-31 18:35:40 +10:00 |
Damien George
|
6d1f5070ce
|
lib/libm: Add frexp and modf functions; use in stmhal; add tests.
Addresses issue #1081.
|
2015-01-22 13:48:29 +00:00 |