Implement a secure ICS protocol targeting LoRa Node151 microcontroller for controlling irrigation.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # This file sets up the various options used for compiling
- # code.
- #
- # See bsd.mkopt.mk for more information.
-
- __DEFAULT_YES_OPTIONS = STROBE \
- SYSINIT
-
- __DEFAULT_NO_OPTIONS = \
- NODE151 \
- RS485FRAME \
- STM32F103 \
- SX1276 \
- USB_CDC
-
- __DEFAULT_DEPENDENT_OPTIONS =
-
- .include <$(.PARSEDIR)/bsd.mkopt.mk>
|