diff options
author | Jonathan Böcker <[email protected]> | 2024-03-21 07:53:06 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-23 10:23:07 +0100 |
commit | a7ddb33bea6e4f02e964c6b3fb4eaab5f96db346 (patch) | |
tree | b92344e3163191b01d86269f81b2adece08d5ad1 /targets | |
parent | 8a93196f1fa8d193e280948e972b725e66acb666 (diff) | |
download | tinygo-a7ddb33bea6e4f02e964c6b3fb4eaab5f96db346.tar.gz tinygo-a7ddb33bea6e4f02e964c6b3fb4eaab5f96db346.zip |
Add pca10059-s140v7 as a target
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pca10059-s140v7.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/targets/pca10059-s140v7.json b/targets/pca10059-s140v7.json new file mode 100644 index 000000000..ca302c373 --- /dev/null +++ b/targets/pca10059-s140v7.json @@ -0,0 +1,3 @@ +{ + "inherits": ["pca10059", "nrf52840-s140v7"] +} |