summaryrefslogtreecommitdiffstatshomepage
path: root/py/persistentcode.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-07-01 22:41:47 +1000
committerDamien George <damien.p.george@gmail.com>2019-07-01 22:48:05 +1000
commit999733b1fb08fb07a31846115998dbf43a913327 (patch)
treecdbe6a82a952c154263a55eceefa2884d7dd3ad1 /py/persistentcode.c
parent9ca478913040d0fe6fe72582a432c400ec1386ac (diff)
downloadmicropython-999733b1fb08fb07a31846115998dbf43a913327.tar.gz
micropython-999733b1fb08fb07a31846115998dbf43a913327.zip
minimal: Use soft float for CROSS=1 Cortex-M4 target.
When compiled with hard float the system should enable FP access when it starts or else FP instructions lead to a fault. But this minimal port does not enable (or use) FP and so, to keep it minimal, switch to use soft floating point. (This became an issue due to the recent commit 34c04d2319cdfae01ed7bf7f9e341d69b86d751a which saves/restores FP registers in the NLR state.)
Diffstat (limited to 'py/persistentcode.c')
0 files changed, 0 insertions, 0 deletions