summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial/filesystem.rst
diff options
context:
space:
mode:
authorAlessandro Gatti <a.gatti@frob.it>2024-05-09 06:33:57 +0200
committerDamien George <damien@micropython.org>2024-05-31 17:04:24 +1000
commit3613ad96244ecaa67e8d45b637dc6b24fd2942be (patch)
treee04b93cda6a2f5ceb9197a5472eb8f9066c942de /docs/esp8266/tutorial/filesystem.rst
parent3af006efb39ad0b7aa7c0401c93329b654bca617 (diff)
lib/libm: Do not force floating point type size evaluation.
Since C99, `FLT_EVAL_METHOD` should be left for the compiler/libc to define. Its redefinition breaks compilation with picolibc as the target's libc, since it defines said symbol in math.h before the libm define is evaluated by the compiler. In its place, there is a check to make sure floating point type sizes are what are expected to be, triggering a compilation error if those assumptions are no longer valid. Co-authored-by: Angus Gratton <angus@redyak.com.au> Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Diffstat (limited to 'docs/esp8266/tutorial/filesystem.rst')
0 files changed, 0 insertions, 0 deletions