From 526ce4f5ccf76f70ba7bc3d072b83a0b6479d5b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Rohl=C3=ADnek?= Date: Tue, 28 Nov 2023 09:36:40 +0100 Subject: [PATCH] feat(storage/fatfs): add sbom file for FatFs --- components/fatfs/sbom.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 components/fatfs/sbom.yml diff --git a/components/fatfs/sbom.yml b/components/fatfs/sbom.yml new file mode 100644 index 0000000000..d66fcde93b --- /dev/null +++ b/components/fatfs/sbom.yml @@ -0,0 +1,5 @@ +name: 'FatFs' +version: 'R0.15' +supplier: 'Organization: Espressif Systems (Shanghai) CO LTD' +originator: 'ChaN' +description: 'Generic FAT Filesystem Module for embedded systems.'