We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf6640 commit 3830299Copy full SHA for 3830299
arduino-mk-vars.md
@@ -888,6 +888,24 @@ OPTIMIZATION_LEVEL = 3
888
889
----
890
891
+### OTHER_LIBS
892
+
893
+**Description:**
894
895
+Additional Linker lib flags, for platform support
896
897
+Defaults to ""
898
899
+**Example:**
900
901
+```Makefile
902
+OTHER_LIBS = -lsomeplatformlib
903
+```
904
905
+**Requirement:** *Optional*
906
907
+----
908
909
### CFLAGS_STD
910
911
**Description:**
0 commit comments