8000 optionally move float emulation code into iram by d-a-v · Pull Request #8958 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

optionally move float emulation code into iram #8958

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 14 commits into from
Nov 12, 2023
Merged
Prev Previous commit
Next Next commit
+doc
  • Loading branch information
d-a-v committed Jul 17, 2023
commit 798d2084c86c28f76476bc3b4932b74511440946
6 changes: 6 additions & 0 deletions doc/ideoptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ See our issue tracker in regards to default version selection.

Notice that 3.x.x is provided **as-is** and remains **experimental**.

Soft-float location
~~~~~~~~~~~~~~~~~~~

- ``in rom``: This provides more space in IRAM but disallow using floating operations inside ISRs. This is the default for some years.
- ``in iram``: Floats can be used in ISRs, cost is ~1KB IRAM.

SSL Support
~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion package/package_esp8266com_index.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,4 +383,4 @@
]
}
]
}
}
0