configuration_json
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
configuration_json [ 18.12.2024 00:54] – [hardware_flow_control] lars | configuration_json [ 23.02.2025 15:27] (current) – [project_type] lars | ||
---|---|---|---|
Line 3: | Line 3: | ||
====== File format specification of configuration definition ====== | ====== File format specification of configuration definition ====== | ||
- | this describes the possible elements of a configuration description in json format. | + | this describes the possible elements of a configuration description in JSON format. |
{{odt> | {{odt> | ||
- | The json format is defined here: https:// | + | The JSON format is defined here: https:// |
All elements not listed as essential are optional. Being optional means that they can be missing and the configuration is still valid. | All elements not listed as essential are optional. Being optional means that they can be missing and the configuration is still valid. | ||
Line 61: | Line 61: | ||
Keys like *digital_output* and *SPI* represent group names and are taken from a predefined set of group names understood by MBSP. Keys nested within them are arbitrary user-defined names for a instance in that group. In those instances the keys are from the defined set specific for that group. | Keys like *digital_output* and *SPI* represent group names and are taken from a predefined set of group names understood by MBSP. Keys nested within them are arbitrary user-defined names for a instance in that group. In those instances the keys are from the defined set specific for that group. | ||
+ | |||
+ | ===== general settings ===== | ||
+ | |||
+ | these are settings on the top layer that effect the whole project. | ||
- | ===== vendor_name | + | ==== vendor_name ==== |
- | Name of the company that sells the micro controller. As listed on chipselect.org | + | Name of the company that sells the micro controller. As listed on https://chipselect.org |
**type**: string | **type**: string | ||
- | ===== chip_name | + | ==== chip_name ==== |
- | model number of the micro controller. | + | Model number of the micro controller. |
**type**: string | **type**: string | ||
Model number is truncated so that it only contains relevant differences for code generation: flash and ram sizes are relevant, temperature range or package are not. | Model number is truncated so that it only contains relevant differences for code generation: flash and ram sizes are relevant, temperature range or package are not. | ||
+ | |||
+ | |||
+ | ==== project_type ==== | ||
+ | |||
+ | what type of project to generate. | ||
+ | |||
+ | **type**: string | ||
+ | |||
+ | **default**: | ||
+ | |||
+ | Possible values are: | ||
+ | * "hal only" : only creates the hardware driver files (in the hal/ folder) and hardware definitions (in the hal/hw/ folder) | ||
+ | * " | ||
+ | * " | ||
Line 177: | Line 195: | ||
" | " | ||
" | " | ||
- | } | + | }, |
- | " | + | " |
- | " | + | " |
- | " | + | " |
- | " | + | " |
- | " | + | " |
- | " | + | " |
- | " | + | " |
} | } | ||
} | } | ||
</ | </ | ||
+ | |||
+ | |||
+ | ==== pads ==== | ||
+ | |||
+ | defines the used signal pins. At least one pin must be present(either TX or RX). Pins that are not present will not be used/ are not available for functionality. | ||
+ | |||
+ | === TX === | ||
+ | |||
+ | The UART will send data on this pin. (Idle = High). | ||
+ | |||
+ | === RX === | ||
+ | |||
+ | The UART will receive (read) signals on this pin. | ||
+ | |||
+ | === CTS === | ||
+ | |||
+ | Clear to send signal for flow control. | ||
+ | |||
+ | === RTS === | ||
+ | |||
+ | Request to Send signal for flow control. | ||
+ | |||
==== bits_per_packet ==== | ==== bits_per_packet ==== | ||
Line 236: | Line 276: | ||
defines if the Request to Send (RTS) and Clear to send (CTS) signals should be used for flow control. Possible values are: | defines if the Request to Send (RTS) and Clear to send (CTS) signals should be used for flow control. Possible values are: | ||
- | * no (RTS and CTS pins are not used. | + | * off (RTS and CTS pins are not used. |
* RTS only | * RTS only | ||
* CTS only | * CTS only | ||
- | * yes (RTS and CTS signals are used) | + | * on (RTS and CTS signals are used) |
**type**: enum | **type**: enum | ||
- | **default**: | + | **default**: |
==== receive_buffer_size ==== | ==== receive_buffer_size ==== | ||
Line 401: | Line 441: | ||
TBD | TBD | ||
- | |||
- | ===== ... group ===== | ||
- | |||
- | TBD | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
configuration_json.1734479689.txt.gz · Last modified: 18.12.2024 00:54 by lars