8000 merge 1.4.0 into master by bxparks · Pull Request #37 · bxparks/AceRoutine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

merge 1.4.0 into master #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jul 29, 2021
Merged

merge 1.4.0 into master #37

merged 16 commits into from
Jul 29, 2021

Conversation

bxparks
Copy link
Owner
@bxparks bxparks commented Jul 29, 2021
  • 1.4.0 (2021-07-29)
    • Upgrade STM32duino Core from 1.9.0 to 2.0.0.
      • MemoryBenchmark: Flash usage increases by 2.3kB across the board, but
        static RAM goes down by 250 bytes. Very little change to AceRoutine
        code itself.
      • AutoBenchmark: No change.
    • Upgrade SparkFun SAMD Core from 1.8.1 to 1.8.3.
      • No change observed in MemoryBenchmark or AutoBenchmark.
    • Add virtual Coroutine::setupCoroutine() with a default empty
      implementation, and optional CoroutineScheduler::setupCoroutines() to
      automatically loop over all coroutines.
      • See Issue #36 for
        motivation.
      • If not used, Coroutine::setupCoroutine() increases flash consumption
        by 4 bytes, and static memory by 2 bytes per coroutine on AVR
        processors.
      • If used, Coroutine::setupCoroutine() can consume a significant
        amount of memory resources. On AVR, at least 50-60 bytes per
        coroutine. On 32-bit processors, about 30-40 bytes per coroutine.

@bxparks bxparks merged commit b42183f into master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0