| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
To address issue #699.
|
| |
|
| |
|
|
|
|
| |
Fixes for compiler warnings in pedantic mode.
|
|
|
|
|
| |
Includes static function fix and all the previous improvements and fixes
by @dpgeorge.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This prevents duplication of objects in the sleep list. Also helps
with reducing the code size by ~100 bytes.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Most boards (except the pyboard) don't have a 32kHz crystal so they
should use the LSI for the RTC.
|
| |
|
|
|
|
|
| |
We already have branch for lookup->is_type == true, so here it's guaranteed
to be false.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
According to the new SDK (1.1.0) this is not needed, and it's best
not to do it, because this module is a shared resource.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This allows to wake from low-power modes at a regular interval.
This method is preliminary, pending testing and API overhaul.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
These allow to fine-tune the compiler to select whether it optimises
tuple assignments of the form a, b = c, d and a, b, c = d, e, f.
Sensible defaults are provided.
|
| |
|
|
|
|
|
|
|
|
| |
This allows to use the On-Chip retention registers for both the
RTC and to share notification flags between the bootloader and the
application. The two flags being shared right now are the "safe boot"
request and the WDT reset cause. we still have 2 more bits free for
future use.
|
| |
|