@@ -44,40 +44,49 @@ The archive also contains the QM modeling tool for Windows
44
44
After the installation, your Arduino ` <Sketchbook> ` folder should look
45
45
as follows:
46
46
47
- <Sketchbook>/ - your Arduino Sketchbook folder
48
- |
49
- +-libraries/ - libraries folder
50
- | +-qpcpp_arm-cm/ - QP/C++ library for ARM Cortex-M based boards
51
- | | +-examples/ - QP/C++ library examples
52
- | | | +-blinky-sam/ - Blinky example for SAM-based Arduinos
53
- | | | | +-blinky-sam.ino - Blinky code (generated)
54
- | | | | +-blinky-sam.qm - Blinky model (for QM tool)
55
- | | | +-blinky_bsp-sam/ - Blinky example with Board Support Package for SAM
56
- | | | | +-blinky_bsp-sam.ino - Blinky code (generated)
57
- | | | | +-blinky_bsp-sam.qm - Blinky model (for QM tool)
58
- | | | +-blinky_bsp-teensy4/ - Blinky example with Board Support Package for Teensy4
59
- | | | | +-blinky_bsp-teensy4.ino - Blinky code (generated)
60
- | | | | +-blinky_bsp-teensy4.qm - Blinky model (for QM tool)
61
- | | | +-dpp_bsp-sam/ - Dining Philosopher example with BSP for SAM
62
- | | | | +-dpp_bsp-sam.ino - DPP code (generated)
63
- | | | | +-dpp_bsp-sam.qm - DPP model (for QM tool)
64
- | | +-src/ - QP/C++ library source code
65
- | | | +-qpcpp.h - QP/C++ library header file
66
- | | | +-... - QP/C++ library sources
67
- | | +-library.properties - QP/C++ library properties
68
- | |
69
- +-libraries/ - libraries folder
70
- | +-qpn_avr/ - QP-nano library for AVR-based Arduinos
71
- | | +-... (now obsolete, for backgwards compatibility only)
72
- | |
73
- | +-qm/ - QM modeling tool for Windows
74
- | | +-bin/ - QM binaries (executable and DLLs)
75
- | | | +-qm.exe - QM executable for Windows
76
- | | +-Resources/ - QM resources
77
- | | | +-...
78
- |
79
- +-README.md - this file
80
- +-QP-Arduino_GPL_Exception.txt - GPL exception for QP on Arduino
47
+ <Sketchbook>/ - your Arduino Sketchbook folder
48
+ ├───libraries/ - libraries folder
49
+ │ ├───qpcpp_arm-cm/ - QP/C++ library for ARM Cortex-M based boards
50
+ │ │ ├───examples/ - QP/C++ library examples
51
+ │ │ │ ├───blinky-sam/ - Blinky example for SAM-Arduinos
52
+ │ │ │ │ ├───blinky-sam.ino - Blinky code (generated by QM)
53
+ │ │ │ │ └───blinky-sam.qm - Blinky model (for QM)
54
+ │ │ │ ├───blinky2-sam/ - Blinky2 example for SAM-Arduinos
55
+ │ │ │ │ ├───blinky2-sam.ino - Blinky2 code (generated by QM)
56
+ │ │ │ │ └───blinky2-sam.qm - Blinky2 model (for QM)
57
+ │ │ │ ├───blinky_bsp-sam/ - Blinky example with BSP for SAM
58
+ │ │ │ │ ├───blinky_bsp-sam.ino - Blinky-BSP code (generated by QM)
59
+ │ │ │ │ ├───blinky_bsp-sam.qm - Blinky-BSP model (for QM)
60
+ │ │ │ │ ├───bsp.hpp - BSP header (generated by QM)
61
+ │ │ │ │ └───bsp.cpp - BSP source (generated by QM)
62
+ │ │ │ ├───blinky_bsp-teensy4/ - Blinky example with BSP for Teensy4
63
+ │ │ │ │ ├───blinky_bsp-teensy4.ino - Blinky-BSP code (generated by QM)
64
+ │ │ │ │ ├───blinky_bsp-teensy4.qm - Blinky-BSP model (for QM)
65
+ │ │ │ │ ├───bsp.hpp - BSP header (generated by QM)
66
+ │ │ │ │ └───bsp.cpp - BSP source (generated by QM)
67
+ │ │ │ └───dpp_bsp-sam/ - DPP example with BSP for SAM
68
+ │ │ │ ├───qview/ - DPP with QView demonstration
69
+ │ │ │ │ ├───dpp_bsp-teensy4.ino - DPP-BSP code (generated by QM)
70
+ │ │ │ │ ├───dpp_bsp-teensy4.qm - DPP-BSP model (for QM)
71
+ │ │ │ │ ├───bsp.hpp - BSP header (generated by QM)
72
+ │ │ │ │ └───bsp.cpp - BSP source (generated by QM)
73
+ │ │ └───src/ - QP/C++ library source
74
+ │ │
75
+ │ └───qpn_avr/ - QP-nano library for AVR-based Arduinos
76
+ │ ├───examples/ - QP-nano library examples
77
+ │ │ ├───blinky/
78
+ │ │ ├───blinky_bsp/
79
+ │ │ ├───dpp/
80
+ │ │ └───pelican/
81
+ │ └───src/
82
+ ├───qm/ - QM modeling tool
83
+ │ ├───bin/ - QM binaries (executable and DLLs)
84
+ │ │ └───qm.exe - QM executable for Windows
85
+ │ └───html/ - QM documentation
86
+ │ └───index.html
87
+ │
88
+ ├───README.md - this file
89
+ └───QP-Arduino_GPL_Exception.txt - GPL exception for QP on Arduino
81
90
82
91
83
92
> ** NOTE:** The QP-Arduino archive contains QM for Windows only. But QM is also
0 commit comments