# HG changeset patch # User Dennis C. M. # Date 1748960982 -3600 # Node ID 8af528eb28bb606734bd3a7e699bcdc5f1f164b7 # Parent 250ec536c9fae36c242e690ff47dbe992224f64b Move to mercurial diff -r 250ec536c9fa -r 8af528eb28bb .github/BOM/BOM_page-0001.jpg Binary file .github/BOM/BOM_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb .github/PCB/PCB_page-0001.jpg Binary file .github/PCB/PCB_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb .github/SCH/SCH_page-0001.jpg Binary file .github/SCH/SCH_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb .gitignore --- a/.gitignore Wed Nov 20 08:24:54 2024 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -### Altium ### -# Previews Folders -**/__Previews/ - -# History Folders -**/History/* - -# Project Logs -Project Logs*/ - -# Project Outputs -Project Outputs*/ - -# Auto-conversion notices -*.PcbDoc.htm - -# Access lock file for dbLib sources -**/*.ldb - -# Document Local Metadata -*.metadata - -# Project hierarchy auto-generated file -*.PrjPcbStructure \ No newline at end of file diff -r 250ec536c9fa -r 8af528eb28bb .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Tue Jun 03 15:29:42 2025 +0100 @@ -0,0 +1,25 @@ +syntax: glob +### Altium ### +# Previews Folders +**/__Previews/ + +# History Folders +**/History/* + +# Project Logs +Project Logs*/ + +# Project Outputs +Project Outputs*/ + +# Auto-conversion notices +*.PcbDoc.htm + +# Access lock file for dbLib sources +**/*.ldb + +# Document Local Metadata +*.metadata + +# Project hierarchy auto-generated file +*.PrjPcbStructure diff -r 250ec536c9fa -r 8af528eb28bb .repo/BOM/BOM_page-0001.jpg Binary file .repo/BOM/BOM_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb .repo/PCB/PCB_page-0001.jpg Binary file .repo/PCB/PCB_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb .repo/SCH/SCH_page-0001.jpg Binary file .repo/SCH/SCH_page-0001.jpg has changed diff -r 250ec536c9fa -r 8af528eb28bb README.md --- a/README.md Wed Nov 20 08:24:54 2024 +0000 +++ b/README.md Tue Jun 03 15:29:42 2025 +0100 @@ -1,15 +1,16 @@ # EVB-A32QS1-RFRG -A GNSS receiver development board based on a STM32 MCU. In the `Export` folder you can find an overview of the schematic, PCB and bill of materials. +A GNSS receiver development board based on a STM32 MCU. In the `Export` folder +you can find an overview of the schematic, PCB and bill of materials. ## schematic -![alt text](.github/SCH/SCH_page-0001.jpg) +![alt text](.repo/SCH/SCH_page-0001.jpg) ## PCB -![alt text](.github/PCB/PCB_page-0001.jpg) +![alt text](.repo/PCB/PCB_page-0001.jpg) ## BOM -![alt text](.github/BOM/BOM_page-0001.jpg) \ No newline at end of file +![alt text](.repo/BOM/BOM_page-0001.jpg)