]> rtime.felk.cvut.cz Git - pes-rpp/rpp-simulink.git/blobdiff - rpp/blocks/sfunction_scic.c
Change license to MIT
[pes-rpp/rpp-simulink.git] / rpp / blocks / sfunction_scic.c
index 87710666b113e9f430817c63d0645b0c36dadd18..9a3bcdeb857bbc224630af3c1a84908ab6cff627 100644 (file)
@@ -3,10 +3,26 @@
  * Authors:
  *     - Carlos Jenkins <carlos@jenkins.co.cr>
  *
- * This document contains proprietary information belonging to Czech
- * Technical University in Prague. Passing on and copying of this
- * document, and communication of its contents is not permitted
- * without prior written authorization.
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
  *
  * File : sfunction_scic.c
  * Abstract:
@@ -23,7 +39,7 @@
 /*
 %YAML 1.2
 ---
-Name: Serial Communication Interface Configuration
+Name: Serial Configure
 Category: Communication
 Header: rpp/sci.h
 Mnemonic: SCIC
@@ -38,17 +54,12 @@ Parameters:
 # Description and Help is in Markdown mark-up
 Description: &desc |
 
-  This block allows to configure the baud rate of the SCI. There should be only one block of this type 
-  per model, and this requirement is validated.
+  This block configures the baud rate of the Serial Communication
+  Interface (SCI). Only one block of this type per model is alloved.
 
 Help: *desc
 
-Status:
-  Tested:
-    - Changing baud rate.
-    - Compilation and general use.
-  Untested:
-  Not working:
+Status: Stable
 
 RPP API functions used:
     - rpp_sci_setup()