diff --git a/config.toml b/config.toml index 858e575..402cd72 100644 --- a/config.toml +++ b/config.toml @@ -1037,48 +1037,59 @@ theme = "doc-theme" identifier = "datasheets@oem" parent = "datasheets" weight = 20 - +[[menu.main]] + name = "F01 H7" + url = "/datasheets/oem/f01h7/" + identifier = "datasheets@oem@f01h7" + parent = "datasheets@oem" + weight = 10 +[[menu.main]] + name = "F01 S3" + url = "/datasheets/oem/f01s3/" + identifier = "datasheets@oem@f01s3" + parent = "datasheets@oem" + weight = 20 [[menu.main]] name = "W01" url = "/datasheets/oem/w01/" identifier = "datasheets@oem@w01" parent = "datasheets@oem" - weight = 10 + weight = 30 [[menu.main]] name = "L01" url = "/datasheets/oem/l01/" identifier = "datasheets@oem@l01" parent = "datasheets@oem" - weight = 20 + weight = 40 [[menu.main]] name = "L01 OEM Baseboard" url = "/datasheets/oem/l01_reference/" identifier = "datasheets@oem@l01_reference" parent = "datasheets@oem" - weight = 25 + weight = 50 [[menu.main]] name = "L04" url = "/datasheets/oem/l04/" identifier = "datasheets@oem@l04" parent = "datasheets@oem" - weight = 30 + weight = 60 [[menu.main]] name = "G01" url = "/datasheets/oem/g01/" identifier = "datasheets@oem@g01" parent = "datasheets@oem" - weight = 40 + weight = 70 [[menu.main]] name = "Universal OEM Baseboard" url = "/datasheets/oem/universal_reference/" identifier = "datasheets@oem@universal_reference" parent = "datasheets@oem" - weight = 60 + weight = 80 [[menu.main]] name = "Shields" diff --git a/content/datasheets/_index.md b/content/datasheets/_index.md index ecf331a..ccde1a6 100644 --- a/content/datasheets/_index.md +++ b/content/datasheets/_index.md @@ -22,6 +22,9 @@ The follow pages contain all information relating to each product, for example: ## OEM modules +- **NEW:** [F01 H7](/datasheets/oem/f01h7/) +- **NEW:** [F01 S3](/datasheets/oem/f01s3/) + - [W01](/datasheets/oem/w01/) - [G01](/datasheets/oem/g01/) - [L01](/datasheets/oem/l01/) diff --git a/content/datasheets/oem/_index.md b/content/datasheets/oem/_index.md index b25300e..6c08144 100644 --- a/content/datasheets/oem/_index.md +++ b/content/datasheets/oem/_index.md @@ -7,9 +7,11 @@ aliases: This section contains all of the datasheets for the Pycom OEM Devices. This includes the W01, L01, L04, and G01. -- [W01](/datasheets/oem/w01/) -- [G01](/datasheets/oem/g01/) -- [L01](/datasheets/oem/l01/) -- [L01 OEM Baseboard](/datasheets/oem/l01_reference/) -- [L04](/datasheets/oem/l04/) -- [Universal OEM Baseboard](/datasheets/oem/universal_reference/) +- **NEW:** [F01 H7](f01h7/) +- **NEW:** [F01 S3](f01s3/) +- [W01](w01/) +- [G01](g01/) +- [L01](l01/) +- [L01 OEM Baseboard](l01_reference/) +- [L04](l04/) +- [Universal OEM Baseboard](universal_reference/) diff --git a/content/datasheets/oem/f01h7.md b/content/datasheets/oem/f01h7.md new file mode 100644 index 0000000..6a2b8de --- /dev/null +++ b/content/datasheets/oem/f01h7.md @@ -0,0 +1,20 @@ +--- +title: "F01 H7" +--- + +## ![](/gitbook/assets/F01_H7.png) + +## Datasheet + +The datasheet of the W01 is available as a [PDF File](/gitbook/assets/specsheets/F01_H7.pdf) + +### Certifications + + +## Pinout + +There is currently no pinout available + +## Drawings + +## Tutorials diff --git a/content/datasheets/oem/f01s3.md b/content/datasheets/oem/f01s3.md new file mode 100644 index 0000000..f0882af --- /dev/null +++ b/content/datasheets/oem/f01s3.md @@ -0,0 +1,20 @@ +--- +title: "F01 S3" +--- + +## ![](/gitbook/assets/F01_S3.png) + +## Datasheet + +The datasheet of the W01 is available as a [PDF File](/gitbook/assets/specsheets/F01_S3.pdf) + +### Certifications + + +## Pinout + +There is currently no pinout available + +## Drawings + +## Tutorials diff --git a/static/gitbook/assets/F01_H7.png b/static/gitbook/assets/F01_H7.png new file mode 100644 index 0000000..c8e1cf9 Binary files /dev/null and b/static/gitbook/assets/F01_H7.png differ diff --git a/static/gitbook/assets/F01_S3.png b/static/gitbook/assets/F01_S3.png new file mode 100644 index 0000000..39bbc46 Binary files /dev/null and b/static/gitbook/assets/F01_S3.png differ diff --git a/static/gitbook/assets/specsheets/F01_H7.pdf b/static/gitbook/assets/specsheets/F01_H7.pdf new file mode 100644 index 0000000..15888c6 Binary files /dev/null and b/static/gitbook/assets/specsheets/F01_H7.pdf differ diff --git a/static/gitbook/assets/specsheets/F01_S3.pdf b/static/gitbook/assets/specsheets/F01_S3.pdf new file mode 100644 index 0000000..53ce2fe Binary files /dev/null and b/static/gitbook/assets/specsheets/F01_S3.pdf differ