changeset 17:8af528eb28bb default tip

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:29:42 +0100
parents 250ec536c9fa
children
files .github/BOM/BOM_page-0001.jpg .github/PCB/PCB_page-0001.jpg .github/SCH/SCH_page-0001.jpg .gitignore .hgignore .repo/BOM/BOM_page-0001.jpg .repo/PCB/PCB_page-0001.jpg .repo/SCH/SCH_page-0001.jpg README.md
diffstat 9 files changed, 30 insertions(+), 28 deletions(-) [+]
line wrap: on
line diff
Binary file .github/BOM/BOM_page-0001.jpg has changed
Binary file .github/PCB/PCB_page-0001.jpg has changed
Binary file .github/SCH/SCH_page-0001.jpg has changed
--- 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
--- /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
Binary file .repo/BOM/BOM_page-0001.jpg has changed
Binary file .repo/PCB/PCB_page-0001.jpg has changed
Binary file .repo/SCH/SCH_page-0001.jpg has changed
--- 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)