# ----------------------------------------------------------------------------- # # This file is part of the µOS++ distribution. # (https://github.com/micro-os-plus/) # Copyright (c) 2022 Liviu Ionescu. All rights reserved. # # Permission to use, copy, modify, and/or distribute this software # for any purpose is hereby granted, under the terms of the MIT license. # # If a copy of the license was not distributed with this file, it can # be obtained from https://opensource.org/licenses/MIT/. # # ----------------------------------------------------------------------------- option('platform-name', type : 'string', value : '', description : '[native, qemu-cortex-m*, qemu-cortex-a*, riscv-rv*]' ) # -----------------------------------------------------------------------------