Skip to content

Commit

Permalink
Upload device-db 4.11.1.5194 [2216]
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlab-runner committed Mar 1, 2024
1 parent d3c00b4 commit 7c000f2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Device Database (device-db)

### Overview
The device database supported in ModusToolbox™ applies to all Infineon Technologies devices.
Device database provides device information for project-creator, configurators,
and other ModusToolbox™ tools. The device database is tied to the PDL
(Peripheral Driver Library) packages available for different device categories.

The database consists of a set of marketing devices distributed in a set of hierarchical directories.
Each marketing device contains a base view that describes the basic characteristics of the device and additional views as defined by applications that use the device-db asset.
The database is structured as hierarchical directory tree with device related
information defined at different hierarchy levels.
This information is consumed by ModusToolbox™ tools:
* Device Configurator and other BSP configurators - to display and configure peripheral resources.
* BSP Assistant - to create and configure the BSP for a given device/module part number.
* QSPI Configurator - to create and configure QSPI configuration for external memory chips.

This database is used by the ModusToolbox™ software. Do not use this repository directly.

Expand Down
11 changes: 8 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Device Database v4.11.0
# Device Database v4.11.1
For details, refer to [README.md](./README.md).

## Version info
* New device support.
* Minor bug fixes.
* ModusToolbox™ tools performance improvements.
* Documentation improvements.

## Recommended device support libraries
* mtb-pdl-cat1 >= 3.9.0
* mtb-pdl-cat2 >= 2.8.0
* mtb-xmclib-cat3 >= 4.3.0


## More information in:
Expand Down
3 changes: 3 additions & 0 deletions props.json
Original file line number Diff line number Diff line change
Expand Up @@ -7201,6 +7201,9 @@
"part": true,
"path": "modules/WM-BAC-CYW-50"
}
],
"ignore": [
"."
]
}
}
2 changes: 1 addition & 1 deletion version.dat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.11.0.4997
4.11.1.5194
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<version>4.11.0.4997</version>
<version>4.11.1.5194</version>

0 comments on commit 7c000f2

Please sign in to comment.