aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/cortex-m33.json
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2020-12-13 23:47:27 -0800
committerdeadprogram <[email protected]>2021-02-16 12:48:52 +0100
commitaf02c09b56b3a5c60401a2416311c3f0b690aafb (patch)
treefd1eb573f8dc0501822cdc33597dd9ee0825fdc0 /targets/cortex-m33.json
parent801bd2a7ffb775a95aaf5a03e3a291cad6528f8c (diff)
downloadtinygo-af02c09b56b3a5c60401a2416311c3f0b690aafb.tar.gz
tinygo-af02c09b56b3a5c60401a2416311c3f0b690aafb.zip
nucleol552ze: implementation with CLOCK, LED, and UART
Diffstat (limited to 'targets/cortex-m33.json')
-rw-r--r--targets/cortex-m33.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/targets/cortex-m33.json b/targets/cortex-m33.json
new file mode 100644
index 000000000..d15354f89
--- /dev/null
+++ b/targets/cortex-m33.json
@@ -0,0 +1,9 @@
+{
+ "inherits": ["cortex-m"],
+ "llvm-target": "armv7m-none-eabi",
+ "cflags": [
+ "--target=armv7m-none-eabi",
+ "-mfloat-abi=soft",
+ "-Qunused-arguments"
+ ]
+}