Skip to content
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

Cortex M4 and FPU #110

Closed
0xc0170 opened this issue Nov 19, 2013 · 1 comment
Closed

Cortex M4 and FPU #110

0xc0170 opened this issue Nov 19, 2013 · 1 comment

Comments

@0xc0170
Copy link
Contributor

0xc0170 commented Nov 19, 2013

I found out yesterday that Cortex M4 core enables FPU by default.

An example for ARM toolchain

        if   target.core == "Cortex-M0+":
            cpu = "Cortex-M0"
        elif target.core == "Cortex-M4":
            cpu = "Cortex-M4.fp"
        else:
            cpu = target.core

I propose to create two cores Cortex-M4 and Cortex-M4F.
All current targets for M4 will become M4F, and the new one coming K20D5 will be just M4. I'll create a branch for this with a fix.

Regards,
0xc0170

@errordeveloper
Copy link

👍

@bogdanm bogdanm closed this as completed Dec 6, 2013
bridadan pushed a commit that referenced this issue Jun 21, 2016
artokin pushed a commit to artokin/mbed-os that referenced this issue Nov 5, 2018
…31ca

bc331ca Delete transaction when handling response (ARMmbed#110)
0292600 Use callback function when deleting request (ARMmbed#109)
1edc4a8 New API to clear requests by service ID (ARMmbed#108)
61ecb6b Session cleanup timer fixes (ARMmbed#105)

git-subtree-dir: features/nanostack/coap-service
git-subtree-split: bc331ca
yossi2le pushed a commit to yossi2le/mbed-os that referenced this issue Jan 2, 2019
* Add config file for nrf52

* Update mbed-os to include softdevice build tool improvments

* Make nrf52_dk use sd blockdevice by default

* Add uicr mods for nrf52

* Update minimal printf to pull in SWO print support

* update sd-driver to 0.1.3 to get default pins sd for nrf52

* Fix armcc compilation

spoof mbed_trace.h
add pal config file
ignore all nanostack related code in mbed-os
lrusinowicz pushed a commit to lrusinowicz/mbed-os that referenced this issue Feb 5, 2019
pan- added a commit to pan-/mbed that referenced this issue May 29, 2020
Updating mbed-os to mbed-os-5.6.3
artokin added a commit to artokin/mbed-os that referenced this issue Dec 2, 2021
…from 834c5357c6..ccba775217

ccba775217 Merge pull request ARMmbed#110 from PelionIoT/sync_from_mbed_os
301b184ba4 Update copyright
3c9927a4e8 Sync from Mbed OS
68a243c432 Merge pull request ARMmbed#109 from PelionIoT/IOTTHD-4839
55004765bd Read received packet length in RX done callback

git-subtree-dir: connectivity/drivers/802.15.4_RF/atmel-rf-driver
git-subtree-split: ccba7752172988f2c50a646af09dd0c1e91d4fc8
artokin added a commit to artokin/mbed-os that referenced this issue Dec 8, 2021
…from 834c5357c6..ccba775217

ccba775217 Merge pull request ARMmbed#110 from PelionIoT/sync_from_mbed_os
301b184ba4 Update copyright
3c9927a4e8 Sync from Mbed OS
68a243c432 Merge pull request ARMmbed#109 from PelionIoT/IOTTHD-4839
55004765bd Read received packet length in RX done callback

git-subtree-dir: connectivity/drivers/802.15.4_RF/atmel-rf-driver
git-subtree-split: ccba7752172988f2c50a646af09dd0c1e91d4fc8
Jookia pushed a commit to Jookia/mbed-os that referenced this issue Mar 11, 2023
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

No branches or pull requests

3 participants