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.
 
 
 
 
 
 

18 lines
291 B

  1. # This file sets up the various options used for compiling
  2. # code.
  3. #
  4. # See bsd.mkopt.mk for more information.
  5. __DEFAULT_YES_OPTIONS = STROBE \
  6. SYSINIT
  7. __DEFAULT_NO_OPTIONS = \
  8. NODE151 \
  9. STM32F103 \
  10. SX1276 \
  11. USB_CDC
  12. __DEFAULT_DEPENDENT_OPTIONS =
  13. .include <$(.PARSEDIR)/bsd.mkopt.mk>