├── LICENSE ├── README.md ├── case ├── bl_deckel_2.stl ├── bl_gehäuse_2.stl ├── blitzbox_blech_2.stl └── blitzbox_gehäuse_2.stl ├── documentation ├── AO3400A.pdf ├── Bosch_LSU49_Tech_Info.pdf ├── CP2102-9.pdf ├── FGB3056_F085-1008592.pdf ├── Infineon-ESD5V3U4RRS-DS-v01_01-en.pdf ├── Lambda_Sensor_LSU_4.9_Datasheet_51_en_2779147659.pdf ├── MAX9924-MAX9927.pdf ├── MP2359.pdf ├── NUF2042XV6-D.PDF ├── TC4424A.pdf ├── cp2102n-datasheet.pdf └── wiki │ ├── images │ ├── mainconnector.jpg │ ├── pinheader1.jpg │ └── pinheader2.jpg │ ├── pinout_V0.1.2_Connector_top_side.html │ ├── pinout_V0.1.3_Connector_top_side.html │ └── pinout_V0.1.4_Connector_top_side.html ├── fabrication ├── V0.1.2 │ ├── assembly.jpg │ ├── blitzbox_V0.1.2_bom_complete.csv │ ├── blitzbox_V0.1.2_bom_no_MCU.csv │ ├── blitzbox_V0.1.2_cpl_complete.csv │ ├── blitzbox_V0.1.2_cpl_no_MCU.csv │ └── gerber_blitzbox_V0.1.2_2022-03-31.zip ├── V0.1.3 │ ├── assembly_solderside.png │ ├── blitzbox_v0.1.3_2022-08-26.zip │ ├── blitzbox_v0.1.3_bom_2022-08-26.csv │ └── blitzbox_v0.1.3_cpl_2022-08-26.csv ├── V0.1.4 │ ├── blitzbox_v0.1.4_2023-02-20.zip │ ├── blitzbox_v0.1.4_bom_2023-02-13.csv │ └── blitzbox_v0.1.4_cpl_2023-02-13.csv ├── V0.1.5 │ ├── assembly_solderside.png │ ├── blitzbox_v0.1.5_2023-03-13.zip │ ├── blitzbox_v0.1.5_bom_2023-03-13.csv │ └── blitzbox_v0.1.5_cpl_2023-03-13.csv ├── V0.1.6 │ ├── blitzbox_v0.1.6a_2023-03-22.zip │ ├── blitzbox_v0.1.6a_bom_2023-03-22.csv │ └── blitzbox_v0.1.6a_cpl_2023-03-22.csv ├── V0.1.7 │ ├── blitzbox_v0.1.7_2023-04-06.zip │ ├── blitzbox_v0.1.7_bom_2023-04-06.csv │ └── blitzbox_v0.1.7_cpl_2023-04-06.csv ├── V0.1.8 │ ├── blitzbox_v0.1.8_2023-04-19.zip │ ├── blitzbox_v0.1.8_bom_2023-04-19.csv │ └── blitzbox_v0.1.8_cpl_2023-04-19.csv └── V0.1.9 │ ├── blitzbox_v0.1.9_2025-01-08.zip │ ├── blitzbox_v0.1.9_bom_2025-01-08.csv │ └── blitzbox_v0.1.9_cpl_2023-05-15.csv ├── hardware ├── Rev0.0.1 │ ├── 2020-06-10 17_20_44-Window.png │ ├── GERBERS │ │ ├── BlitzboxBL49sp_V0.0.1.zip │ │ ├── blitzboxBL49sp_max.cmp │ │ ├── blitzboxBL49sp_max.crc │ │ ├── blitzboxBL49sp_max.crs │ │ ├── blitzboxBL49sp_max.drd │ │ ├── blitzboxBL49sp_max.dri │ │ ├── blitzboxBL49sp_max.gko │ │ ├── blitzboxBL49sp_max.gpi │ │ ├── blitzboxBL49sp_max.l15 │ │ ├── blitzboxBL49sp_max.ly2 │ │ ├── blitzboxBL49sp_max.plc │ │ ├── blitzboxBL49sp_max.pls │ │ ├── blitzboxBL49sp_max.sol │ │ ├── blitzboxBL49sp_max.stc │ │ └── blitzboxBL49sp_max.sts │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.2 │ ├── 2020-06-10 16_48_58-Window.png │ ├── GERBERS │ │ ├── BlitzboxBL49sp_V0.0.2.zip │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ └── blitzboxBL49sp.sts │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.3 │ ├── 2020-08-17_10-09-23_BlitzboxBL49sp-master_.png │ ├── GERBERS │ │ ├── BlitzboxBL49sp_V0.0.3.zip │ │ ├── blitzboxBL49sp_max.cmp │ │ ├── blitzboxBL49sp_max.crc │ │ ├── blitzboxBL49sp_max.crs │ │ ├── blitzboxBL49sp_max.drd │ │ ├── blitzboxBL49sp_max.dri │ │ ├── blitzboxBL49sp_max.gko │ │ ├── blitzboxBL49sp_max.gpi │ │ ├── blitzboxBL49sp_max.l15 │ │ ├── blitzboxBL49sp_max.ly2 │ │ ├── blitzboxBL49sp_max.plc │ │ ├── blitzboxBL49sp_max.pls │ │ ├── blitzboxBL49sp_max.sol │ │ ├── blitzboxBL49sp_max.stc │ │ └── blitzboxBL49sp_max.sts │ ├── bottom.png │ ├── bottom_layer.png │ ├── iBOM │ │ └── ibom.html │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.4 │ ├── 2020-08-18_15-27-23_BlitzboxBL49sp-master_.png │ ├── AssemblyPlacement.png │ ├── GERBERS │ │ ├── blitzboxBL49sp_max.cmp │ │ ├── blitzboxBL49sp_max.crc │ │ ├── blitzboxBL49sp_max.crs │ │ ├── blitzboxBL49sp_max.drd │ │ ├── blitzboxBL49sp_max.dri │ │ ├── blitzboxBL49sp_max.gko │ │ ├── blitzboxBL49sp_max.gpi │ │ ├── blitzboxBL49sp_max.l15 │ │ ├── blitzboxBL49sp_max.ly2 │ │ ├── blitzboxBL49sp_max.plc │ │ ├── blitzboxBL49sp_max.pls │ │ ├── blitzboxBL49sp_max.sol │ │ ├── blitzboxBL49sp_max.stc │ │ ├── blitzboxBL49sp_max.sts │ │ └── blitzboxBL49sp_max_V0.0.4.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.4a │ ├── 2020-08-18_15-27-23_BlitzboxBL49sp-master_.png │ ├── AssemblyPlacement.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_max_V0.0.4a.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.4b │ ├── 2020-08-26_13-27-23_BlitzboxBL49sp-master_.png │ ├── AssemblyPlacement.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_max_V0.0.4b.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.4c │ ├── 2020-08-30_21-38-23_BlitzboxBL49sp-master_.png │ ├── AssemblyPlacement.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_max_V0.0.4c.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.5 │ ├── 2020-09-13 20_17_59-3 Board - C__Disks_Tools_Megasquirt_Derivate_Schaltplaene_BlitzboxBL49sp-master_.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_max_V0.0.5.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── partlist2.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.6 │ ├── 2020-09-15 13_45_51-3 Board - C__Disks_Tools_Megasquirt_Derivate_Schaltplaene_BlitzboxBL49sp-master_.png │ ├── AssemblyPlacement.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ └── blitzboxBL49sp.sts │ ├── bottom.png │ ├── bottom_layer.png │ ├── iBOM │ │ └── ibom.html │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── partlist2.txt │ ├── production_snapshot.png │ ├── schematics.pdf │ ├── size_comparation.jpg │ ├── top.png │ └── top_layer.png ├── Rev0.0.7 │ ├── 2020-09-30-Board-BlitzboxBL49sp-V0.0.7.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_max_V0.0.7.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── partlist2.txt │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.0.8 │ ├── 2021-01-01-Board-Blitzbox-V0.0.8.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_ncv_V0.0.8.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── partlist.txt │ ├── schematics.pdf │ ├── size_comparison.jpg │ ├── top.png │ └── top_layer.png ├── Rev0.0.9 │ ├── 2021-05-20-Board-Blitzbox-V0.0.9.png │ ├── GERGERS │ │ ├── blitzbox.cmp │ │ ├── blitzbox.crc │ │ ├── blitzbox.crs │ │ ├── blitzbox.drd │ │ ├── blitzbox.dri │ │ ├── blitzbox.gko │ │ ├── blitzbox.gpi │ │ ├── blitzbox.l15 │ │ ├── blitzbox.ly2 │ │ ├── blitzbox.plc │ │ ├── blitzbox.pls │ │ ├── blitzbox.sol │ │ ├── blitzbox.stc │ │ ├── blitzbox.sts │ │ └── blitzboxBL49sp_max_V0.0.9.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.0 │ ├── 2021-05-26-Board-Blitzbox-V0.1.0.png │ ├── GERBERS │ │ ├── blitzboxBL49sp.cmp │ │ ├── blitzboxBL49sp.crc │ │ ├── blitzboxBL49sp.crs │ │ ├── blitzboxBL49sp.drd │ │ ├── blitzboxBL49sp.dri │ │ ├── blitzboxBL49sp.gko │ │ ├── blitzboxBL49sp.gpi │ │ ├── blitzboxBL49sp.l15 │ │ ├── blitzboxBL49sp.ly2 │ │ ├── blitzboxBL49sp.plc │ │ ├── blitzboxBL49sp.pls │ │ ├── blitzboxBL49sp.sol │ │ ├── blitzboxBL49sp.stc │ │ ├── blitzboxBL49sp.sts │ │ └── blitzboxBL49sp_V0.1.0.zip │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics.pdf │ ├── size_comparison.jpg │ ├── top.png │ └── top_layer.png ├── Rev0.1.1 │ ├── 2021-08-26-Board-Blitzbox-V0.1.1.png │ ├── GERBERS │ │ ├── blitzboxBL49sp_V0.1.1.zip │ │ ├── blitzbox_V0.1.1_Legend_Bot.GBO │ │ ├── blitzbox_V0.1.1_Legend_Top.GTO │ │ ├── blitzbox_V0.1.1_Paste_Bot.GBP │ │ ├── blitzbox_V0.1.1_Paste_Top.GTP │ │ ├── blitzbox_V0.1.1_Profile_NP.GKO │ │ ├── blitzbox_V0.1.1_Soldermask_Bot.GBS │ │ ├── blitzbox_V0.1.1_Soldermask_Top.GTS │ │ ├── blitzbox_V0.1.1_copper_l1.GTL │ │ ├── blitzbox_V0.1.1_copper_l2.G1 │ │ ├── blitzbox_V0.1.1_copper_l3.G2 │ │ ├── blitzbox_V0.1.1_copper_l4.GBL │ │ └── blitzbox_V0.1.1_drill.XLN │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics.pdf │ ├── size_comparison.jpg │ ├── top.png │ └── top_layer.png ├── Rev0.1.2 │ ├── 2021-12-06-Board-Blitzbox-V0.1.2.png │ ├── 2022-04-23-Board-Blitzbox-V0.1.2_bottom.png │ ├── 2022-04-23-Board-Blitzbox-V0.1.2_top.png │ ├── assembly.jpg │ ├── bottom.png │ ├── bottom_layer.png │ ├── corrections │ │ └── RX_Pullup_1ok.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics.pdf │ ├── size_comparison.jpg │ ├── top.png │ └── top_layer.png ├── Rev0.1.3 │ ├── 2022-08-26-Board-Blitzbox-V0.1.2_bottom.png │ ├── 2022-08-26-Board-Blitzbox-V0.1.2_top.png │ ├── 2022-08-26-Board-Blitzbox-V0.1.3.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── assembly_bottomside.png │ ├── assembly_solderside.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.3.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.4 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-02-13-Board-Blitzbox-V0.1.4.png │ ├── assembly_connectorside_V0.1.4.png │ ├── assembly_solderside_V0.1.4.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.4.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.5 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-03-13-Board-Blitzbox-V0.1.5.png │ ├── assembly_connectorside_V0.1.5.png │ ├── assembly_solderside_V0.1.5.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.5.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.6 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-03-22-Board-Blitzbox-V0.1.6.png │ ├── assembly_connectorside_V0.1.6.png │ ├── assembly_solderside_V0.1.6.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.6.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.7 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-04-06-Board-Blitzbox-V0.1.7.png │ ├── assembly_connectorside_V0.1.7.png │ ├── assembly_solderside_V0.1.7.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.7.pdf │ ├── top.png │ └── top_layer.png ├── Rev0.1.8 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-04-19-Board-Blitzbox-V0.1.8.png │ ├── assembly_connectorside_V0.1.8.png │ ├── assembly_solderside_V0.1.8.png │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.8.pdf │ ├── top.png │ └── top_layer.png └── Rev0.1.9 │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_bottom.png │ ├── 2022-09-22-Board-Blitzbox-V0.1.3_top.png │ ├── 2023-05-15-Board-Blitzbox-V0.1.9.png │ ├── assembly_connectorside_V0.1.9.png │ ├── assembly_solderside_V0.1.9.png │ ├── blitzbox_v0.1.9.pdf │ ├── bottom.png │ ├── bottom_layer.png │ ├── internal_plane1.png │ ├── internal_plane2.png │ ├── schematics_blitzbox_v0.1.9.pdf │ ├── top.png │ └── top_layer.png └── software ├── 202202 ├── BlitzBoxBL49sp_base_tune.msq ├── blitzboxBL49sp_firmware_speeduino-202202.elf ├── blitzboxBL49sp_firmware_speeduino-202202.hex ├── blitzboxBL49sp_firmware_speeduino-202202.ino.eep ├── blitzboxBL49sp_firmware_speeduino-202202_IAT_as_Lambda_In.hex ├── changes │ ├── init.ino │ ├── init_IAT_as_Lambda_In.ino │ └── speeduino.ini ├── fuses.txt ├── speeduino-202202.zip ├── speeduino-202202 │ ├── .gitattributes │ ├── .gitignore │ ├── Doxyfile │ ├── LICENSE │ ├── README.md │ ├── azure-pipelines.yml │ ├── contributing.md │ ├── lib │ │ └── readme.txt │ ├── misra │ │ ├── check_misra.sh │ │ ├── misra.json │ │ ├── misra_2012_text.txt │ │ ├── suppression_notes.txt │ │ └── suppressions.txt │ ├── platformio.ini │ ├── reference │ │ ├── Calculations.dash │ │ ├── bootloaders │ │ │ └── Speeduino-usbserial-atmega16u2-Mega2560-Rev3.hex │ │ ├── speeduino.ini │ │ └── speeduino_logo.png │ ├── speeduino │ │ ├── Doxyfile │ │ ├── SD_logger.h │ │ ├── SD_logger.ino │ │ ├── TS_CommandButtonHandler.h │ │ ├── TS_CommandButtonHandler.ino │ │ ├── acc_mc33810.h │ │ ├── acc_mc33810.ino │ │ ├── auxiliaries.h │ │ ├── auxiliaries.ino │ │ ├── board_avr2560.h │ │ ├── board_avr2560.ino │ │ ├── board_same51.h │ │ ├── board_same51.ino │ │ ├── board_stm32_generic.h │ │ ├── board_stm32_generic.ino │ │ ├── board_stm32_official.h │ │ ├── board_stm32_official.ino │ │ ├── board_teensy35.h │ │ ├── board_teensy35.ino │ │ ├── board_teensy41.h │ │ ├── board_teensy41.ino │ │ ├── board_template.h │ │ ├── board_template.ino │ │ ├── cancomms.h │ │ ├── cancomms.ino │ │ ├── comms.cpp │ │ ├── comms.h │ │ ├── corrections.h │ │ ├── corrections.ino │ │ ├── crankMaths.h │ │ ├── crankMaths.ino │ │ ├── decoders.h │ │ ├── decoders.ino │ │ ├── display.h │ │ ├── display.ino │ │ ├── engineProtection.h │ │ ├── engineProtection.ino │ │ ├── errors.h │ │ ├── errors.ino │ │ ├── globals.h │ │ ├── globals.ino │ │ ├── idle.h │ │ ├── idle.ino │ │ ├── init.h │ │ ├── init.ino │ │ ├── int16_ref.h │ │ ├── logger.h │ │ ├── logger.ino │ │ ├── maths.h │ │ ├── maths.ino │ │ ├── newComms.cpp │ │ ├── newComms.h │ │ ├── page_crc.cpp │ │ ├── page_crc.h │ │ ├── pages.cpp │ │ ├── pages.h │ │ ├── rtc_common.h │ │ ├── rtc_common.ino │ │ ├── scheduledIO.h │ │ ├── scheduledIO.ino │ │ ├── scheduler.h │ │ ├── scheduler.ino │ │ ├── secondaryTables.h │ │ ├── secondaryTables.ino │ │ ├── sensors.h │ │ ├── sensors.ino │ │ ├── speeduino.h │ │ ├── speeduino.ino │ │ ├── src │ │ │ ├── BackupSram │ │ │ │ ├── BackupSramAsEEPROM.cpp │ │ │ │ └── BackupSramAsEEPROM.h │ │ │ ├── FRAM │ │ │ │ ├── Fram.cpp │ │ │ │ └── Fram.h │ │ │ ├── FastCRC │ │ │ │ ├── FastCRC.h │ │ │ │ ├── FastCRC_cpu.h │ │ │ │ ├── FastCRC_tables.h │ │ │ │ ├── FastCRChw.cpp │ │ │ │ ├── FastCRCsw.cpp │ │ │ │ ├── LICENCE.md │ │ │ │ ├── README.md │ │ │ │ ├── examples │ │ │ │ │ ├── FastCRC_Benchmark │ │ │ │ │ │ └── FastCRC_Benchmark.ino │ │ │ │ │ ├── FastCRC_CRC16 │ │ │ │ │ │ └── FastCRC_CRC16.ino │ │ │ │ │ ├── FastCRC_CRC32 │ │ │ │ │ │ └── FastCRC_CRC32.ino │ │ │ │ │ ├── FastCRC_CRC8 │ │ │ │ │ │ └── FastCRC_CRC8.ino │ │ │ │ │ ├── FastCRC_cont │ │ │ │ │ │ └── FastCRC_cont.ino │ │ │ │ │ └── FastCRC_validate │ │ │ │ │ │ └── FastCRC_validate.ino │ │ │ │ ├── keywords.txt │ │ │ │ └── library.properties │ │ │ ├── FlashStorage │ │ │ │ ├── FlashAsEEPROM.cpp │ │ │ │ ├── FlashAsEEPROM.h │ │ │ │ ├── FlashStorage.cpp │ │ │ │ └── FlashStorage.h │ │ │ ├── HardwareTimers │ │ │ │ ├── HardwareTimer.cpp_test │ │ │ │ └── HardwareTimer.h_test │ │ │ ├── PID_v1 │ │ │ │ ├── Examples │ │ │ │ │ ├── PID_AdaptiveTunings │ │ │ │ │ │ └── PID_AdaptiveTunings.ino │ │ │ │ │ ├── PID_Basic │ │ │ │ │ │ └── PID_Basic.ino │ │ │ │ │ └── PID_RelayOutput │ │ │ │ │ │ └── PID_RelayOutput.ino │ │ │ │ ├── PID_v1.cpp │ │ │ │ ├── PID_v1.h │ │ │ │ └── keywords.txt │ │ │ ├── SPIAsEEPROM │ │ │ │ ├── DMASAM.cpp │ │ │ │ ├── DMASAM.h │ │ │ │ ├── DMASAMD.h │ │ │ │ ├── SPIAsEEPROM.cpp │ │ │ │ ├── SPIAsEEPROM.h │ │ │ │ ├── SPIFlash.cpp │ │ │ │ ├── SPIFlash.h │ │ │ │ ├── SPIFlashIO.cpp │ │ │ │ ├── SPIFlashSFDP.cpp │ │ │ │ ├── SPIMemory.cpp │ │ │ │ ├── SPIMemory.h │ │ │ │ ├── defines.h │ │ │ │ ├── diagnostics.cpp │ │ │ │ ├── diagnostics.h │ │ │ │ ├── winbondflash.cpp │ │ │ │ └── winbondflash.h │ │ │ ├── STM32_CAN │ │ │ │ ├── STM32_CAN.cpp │ │ │ │ └── STM32_CAN.h │ │ │ └── libdivide │ │ │ │ ├── constant_fast_div.h │ │ │ │ ├── constant_fast_div.hpp │ │ │ │ ├── libdivide.h │ │ │ │ ├── s16_ldparams.h │ │ │ │ ├── s16_ldparams.hpp │ │ │ │ ├── u16_ldparams.h │ │ │ │ └── u16_ldparams.hpp │ │ ├── storage.cpp │ │ ├── storage.h │ │ ├── table2d.h │ │ ├── table2d.ino │ │ ├── table3d.cpp │ │ ├── table3d.h │ │ ├── table3d_axes.cpp │ │ ├── table3d_axes.h │ │ ├── table3d_interpolate.cpp │ │ ├── table3d_interpolate.h │ │ ├── table3d_typedefs.h │ │ ├── table3d_values.h │ │ ├── timers.h │ │ ├── timers.ino │ │ ├── updates.h │ │ ├── updates.ino │ │ ├── utilities.h │ │ └── utilities.ino │ └── test │ │ ├── test_decoders │ │ ├── dual_wheel │ │ │ ├── dual_wheel.cpp │ │ │ └── dual_wheel.h │ │ ├── missing_tooth │ │ │ ├── missing_tooth.cpp │ │ │ └── missing_tooth.h │ │ └── test_decoders.cpp │ │ ├── test_fuel │ │ ├── test_PW.cpp │ │ ├── test_PW.h │ │ ├── test_corrections.cpp │ │ ├── test_corrections.h │ │ └── test_fuel.cpp │ │ ├── test_misc │ │ ├── test_table2d.cpp │ │ ├── test_table2d.h │ │ ├── tests_init.cpp │ │ ├── tests_init.h │ │ ├── tests_maths.cpp │ │ ├── tests_maths.h │ │ ├── tests_misc.cpp │ │ ├── tests_tables.cpp │ │ └── tests_tables.h │ │ ├── test_schedules │ │ ├── test_accuracy_duration.cpp │ │ ├── test_accuracy_timeout.cpp │ │ ├── test_schedules.cpp │ │ ├── test_schedules.h │ │ ├── test_status_initial_off.cpp │ │ ├── test_status_off_to_pending.cpp │ │ ├── test_status_pending_to_running.cpp │ │ ├── test_status_running_to_off.cpp │ │ └── test_status_running_to_pending.cpp │ │ └── test_table3d_native │ │ └── test_main.cpp └── speeduino.ini ├── 202305 ├── BlitzBoxBL49sp_base_tune_202305.msq ├── blitzboxBL49sp_firmware_speeduino-202305.elf ├── blitzboxBL49sp_firmware_speeduino-202305.hex ├── blitzboxBL49sp_firmware_speeduino-202305_with_bootloader.bin ├── blitzboxBL49sp_firmware_speeduino-202305_with_bootloader.hex ├── changes │ ├── init.ino │ └── speeduino.ini ├── fuses.txt ├── speeduino-202305.zip └── speeduino-202305 │ ├── Doxyfile │ ├── LICENSE │ ├── README.md │ ├── contributing.md │ ├── lib │ └── readme.txt │ ├── misra │ ├── all_rules.txt │ ├── check_misra.sh │ ├── misra.json │ ├── misra_2012_text.txt │ ├── suppression_notes.txt │ └── suppressions.txt │ ├── platformio.ini │ ├── reference │ ├── Calculations.dash │ ├── bootloaders │ │ └── Speeduino-usbserial-atmega16u2-Mega2560-Rev3.hex │ ├── speeduino.ini │ └── speeduino_logo.png │ ├── speeduino │ ├── SD_logger.h │ ├── SD_logger.ino │ ├── TS_CommandButtonHandler.h │ ├── TS_CommandButtonHandler.ino │ ├── acc_mc33810.h │ ├── acc_mc33810.ino │ ├── auxiliaries.h │ ├── auxiliaries.ino │ ├── board_avr2560.h │ ├── board_avr2560.ino │ ├── board_same51.h │ ├── board_same51.ino │ ├── board_stm32_generic.h │ ├── board_stm32_generic.ino │ ├── board_stm32_official.h │ ├── board_stm32_official.ino │ ├── board_teensy35.h │ ├── board_teensy35.ino │ ├── board_teensy41.h │ ├── board_teensy41.ino │ ├── board_template.h │ ├── board_template.ino │ ├── canBroadcast.h │ ├── canBroadcast.ino │ ├── cancomms.h │ ├── cancomms.ino │ ├── comms.cpp │ ├── comms.h │ ├── comms_legacy.cpp │ ├── comms_legacy.h │ ├── comms_sd.h │ ├── corrections.h │ ├── corrections.ino │ ├── crankMaths.h │ ├── crankMaths.ino │ ├── decoders.h │ ├── decoders.ino │ ├── display.h │ ├── display.ino │ ├── engineProtection.h │ ├── engineProtection.ino │ ├── errors.h │ ├── errors.ino │ ├── globals.h │ ├── globals.ino │ ├── idle.h │ ├── idle.ino │ ├── init.h │ ├── init.ino │ ├── int16_byte.h │ ├── logger.h │ ├── logger.ino │ ├── maths.h │ ├── maths.ino │ ├── page_crc.cpp │ ├── page_crc.h │ ├── pages.cpp │ ├── pages.h │ ├── rtc_common.h │ ├── rtc_common.ino │ ├── schedule_calcs.cpp │ ├── schedule_calcs.h │ ├── schedule_calcs.hpp │ ├── scheduledIO.h │ ├── scheduledIO.ino │ ├── scheduler.h │ ├── scheduler.ino │ ├── secondaryTables.h │ ├── secondaryTables.ino │ ├── sensors.h │ ├── sensors.ino │ ├── speeduino.h │ ├── speeduino.ino │ ├── src │ │ ├── BackupSram │ │ │ ├── BackupSramAsEEPROM.cpp │ │ │ └── BackupSramAsEEPROM.h │ │ ├── FRAM │ │ │ ├── Fram.cpp │ │ │ └── Fram.h │ │ ├── FastCRC │ │ │ ├── FastCRC.h │ │ │ ├── FastCRC_cpu.h │ │ │ ├── FastCRC_tables.h │ │ │ ├── FastCRChw.cpp │ │ │ ├── FastCRCsw.cpp │ │ │ ├── LICENCE.md │ │ │ ├── README.md │ │ │ ├── examples │ │ │ │ ├── FastCRC_Benchmark │ │ │ │ │ └── FastCRC_Benchmark.ino │ │ │ │ ├── FastCRC_CRC16 │ │ │ │ │ └── FastCRC_CRC16.ino │ │ │ │ ├── FastCRC_CRC32 │ │ │ │ │ └── FastCRC_CRC32.ino │ │ │ │ ├── FastCRC_CRC8 │ │ │ │ │ └── FastCRC_CRC8.ino │ │ │ │ ├── FastCRC_cont │ │ │ │ │ └── FastCRC_cont.ino │ │ │ │ └── FastCRC_validate │ │ │ │ │ └── FastCRC_validate.ino │ │ │ ├── keywords.txt │ │ │ └── library.properties │ │ ├── FlashStorage │ │ │ ├── FlashAsEEPROM.cpp │ │ │ ├── FlashAsEEPROM.h │ │ │ ├── FlashStorage.cpp │ │ │ └── FlashStorage.h │ │ ├── HardwareTimers │ │ │ ├── HardwareTimer.cpp_test │ │ │ └── HardwareTimer.h_test │ │ ├── PID_v1 │ │ │ ├── Examples │ │ │ │ ├── PID_AdaptiveTunings │ │ │ │ │ └── PID_AdaptiveTunings.ino │ │ │ │ ├── PID_Basic │ │ │ │ │ └── PID_Basic.ino │ │ │ │ └── PID_RelayOutput │ │ │ │ │ └── PID_RelayOutput.ino │ │ │ ├── PID_v1.cpp │ │ │ ├── PID_v1.h │ │ │ └── keywords.txt │ │ ├── SPIAsEEPROM │ │ │ ├── DMASAM.cpp │ │ │ ├── DMASAM.h │ │ │ ├── DMASAMD.h │ │ │ ├── SPIAsEEPROM.cpp │ │ │ ├── SPIAsEEPROM.h │ │ │ ├── SPIFlash.cpp │ │ │ ├── SPIFlash.h │ │ │ ├── SPIFlashIO.cpp │ │ │ ├── SPIFlashSFDP.cpp │ │ │ ├── SPIMemory.cpp │ │ │ ├── SPIMemory.h │ │ │ ├── defines.h │ │ │ ├── diagnostics.cpp │ │ │ ├── diagnostics.h │ │ │ ├── winbondflash.cpp │ │ │ └── winbondflash.h │ │ ├── STM32_CAN │ │ │ ├── STM32_CAN.cpp │ │ │ └── STM32_CAN.h │ │ └── libdivide │ │ │ ├── constant_fast_div.h │ │ │ ├── constant_fast_div.hpp │ │ │ ├── libdivide.h │ │ │ ├── s16_ldparams.h │ │ │ ├── s16_ldparams.hpp │ │ │ ├── u16_ldparams.h │ │ │ └── u16_ldparams.hpp │ ├── storage.cpp │ ├── storage.h │ ├── table2d.h │ ├── table2d.ino │ ├── table3d.cpp │ ├── table3d.h │ ├── table3d_axes.h │ ├── table3d_axis_io.cpp │ ├── table3d_axis_io.h │ ├── table3d_interpolate.cpp │ ├── table3d_interpolate.h │ ├── table3d_typedefs.h │ ├── table3d_values.h │ ├── timers.h │ ├── timers.ino │ ├── updates.h │ ├── updates.ino │ ├── utilities.h │ └── utilities.ino │ └── test │ ├── test_decoders │ ├── FordST170 │ │ ├── FordST170.h │ │ └── ForsdST170.cpp │ ├── NGC │ │ ├── test_ngc.cpp │ │ └── test_ngc.h │ ├── Nissan360 │ │ ├── Nissan360.cpp │ │ └── Nissan360.h │ ├── dual_wheel │ │ ├── dual_wheel.cpp │ │ └── dual_wheel.h │ ├── missing_tooth │ │ ├── missing_tooth.cpp │ │ └── missing_tooth.h │ ├── renix │ │ ├── renix.cpp │ │ └── renix.h │ └── test_decoders.cpp │ ├── test_fuel │ ├── test_PW.cpp │ ├── test_PW.h │ ├── test_corrections.cpp │ ├── test_corrections.h │ └── test_fuel.cpp │ ├── test_init │ ├── main.cpp │ ├── test_fuel_schedule_init.cpp │ ├── test_ignition_schedule_init.cpp │ └── tests_init.cpp │ ├── test_math │ ├── main.cpp │ ├── tests_crankmaths.cpp │ ├── tests_crankmaths.h │ ├── tests_maths.cpp │ └── tests_maths.h │ ├── test_schedule_calcs │ ├── test_calcs_common.h │ ├── test_ign_calcs.cpp │ ├── test_inj_calcs.cpp │ └── test_schedule_calcs.cpp │ ├── test_schedules │ ├── test_accuracy_duration.cpp │ ├── test_accuracy_timeout.cpp │ ├── test_schedules.cpp │ ├── test_schedules.h │ ├── test_status_initial_off.cpp │ ├── test_status_off_to_pending.cpp │ ├── test_status_pending_to_running.cpp │ ├── test_status_running_to_off.cpp │ └── test_status_running_to_pending.cpp │ ├── test_table3d_native │ └── test_main.cpp │ ├── test_tables │ ├── main.cpp │ ├── test_table2d.cpp │ ├── test_table2d.h │ ├── tests_tables.cpp │ └── tests_tables.h │ └── test_utils.h ├── 202310 ├── BlitzBoxBL49sp_base_tune_202310.msq ├── blitzboxBL49sp_firmware_speeduino.ino.eep ├── blitzboxBL49sp_firmware_speeduino.ino.elf ├── blitzboxBL49sp_firmware_speeduino.ino.hex ├── blitzboxBL49sp_firmware_speeduino.ino.with_bootloader.bin ├── blitzboxBL49sp_firmware_speeduino.ino.with_bootloader.hex ├── changes │ ├── init.ino │ └── speeduino.ini ├── fuses.txt ├── speeduino-202310.zip └── speeduino-202310 │ ├── Doxyfile │ ├── LICENSE │ ├── README.md │ ├── build │ ├── speeduino.ino.eep │ ├── speeduino.ino.elf │ ├── speeduino.ino.hex │ ├── speeduino.ino.with_bootloader.bin │ └── speeduino.ino.with_bootloader.hex │ ├── contributing.md │ ├── lib │ └── readme.txt │ ├── misra │ ├── all_rules.txt │ ├── check_misra.sh │ ├── misra.json │ ├── misra_2012_text.txt │ ├── suppression_notes.txt │ └── suppressions.txt │ ├── platformio.ini │ ├── reference │ ├── Calculations.dash │ ├── bootloaders │ │ └── Speeduino-usbserial-atmega16u2-Mega2560-Rev3.hex │ ├── speeduino.ini │ └── speeduino_logo.png │ ├── speeduino │ ├── SD_logger.h │ ├── SD_logger.ino │ ├── TS_CommandButtonHandler.h │ ├── TS_CommandButtonHandler.ino │ ├── acc_mc33810.h │ ├── acc_mc33810.ino │ ├── auxiliaries.h │ ├── auxiliaries.ino │ ├── board_avr2560.h │ ├── board_avr2560.ino │ ├── board_same51.h │ ├── board_same51.ino │ ├── board_stm32_generic.h │ ├── board_stm32_generic.ino │ ├── board_stm32_official.h │ ├── board_stm32_official.ino │ ├── board_teensy35.h │ ├── board_teensy35.ino │ ├── board_teensy41.h │ ├── board_teensy41.ino │ ├── board_template.h │ ├── board_template.ino │ ├── canBroadcast.h │ ├── canBroadcast.ino │ ├── comms.cpp │ ├── comms.h │ ├── comms_legacy.cpp │ ├── comms_legacy.h │ ├── comms_sd.h │ ├── comms_secondary.h │ ├── comms_secondary.ino │ ├── corrections.h │ ├── corrections.ino │ ├── crankMaths.h │ ├── crankMaths.ino │ ├── decoders.h │ ├── decoders.ino │ ├── display.h │ ├── display.ino │ ├── engineProtection.h │ ├── engineProtection.ino │ ├── errors.h │ ├── errors.ino │ ├── globals.h │ ├── globals.ino │ ├── idle.h │ ├── idle.ino │ ├── init.h │ ├── init.ino │ ├── int16_byte.h │ ├── logger.h │ ├── logger.ino │ ├── maths.h │ ├── maths.ino │ ├── page_crc.cpp │ ├── page_crc.h │ ├── pages.cpp │ ├── pages.h │ ├── rtc_common.h │ ├── rtc_common.ino │ ├── schedule_calcs.cpp │ ├── schedule_calcs.h │ ├── schedule_calcs.hpp │ ├── scheduledIO.h │ ├── scheduledIO.ino │ ├── scheduler.h │ ├── scheduler.ino │ ├── secondaryTables.h │ ├── secondaryTables.ino │ ├── sensors.h │ ├── sensors.ino │ ├── speeduino.h │ ├── speeduino.ino │ ├── src │ │ ├── BackupSram │ │ │ ├── BackupSramAsEEPROM.cpp │ │ │ └── BackupSramAsEEPROM.h │ │ ├── FRAM │ │ │ ├── Fram.cpp │ │ │ └── Fram.h │ │ ├── FastCRC │ │ │ ├── FastCRC.h │ │ │ ├── FastCRC_cpu.h │ │ │ ├── FastCRC_tables.h │ │ │ ├── FastCRChw.cpp │ │ │ ├── FastCRCsw.cpp │ │ │ ├── LICENCE.md │ │ │ ├── README.md │ │ │ ├── examples │ │ │ │ ├── FastCRC_Benchmark │ │ │ │ │ └── FastCRC_Benchmark.ino │ │ │ │ ├── FastCRC_CRC16 │ │ │ │ │ └── FastCRC_CRC16.ino │ │ │ │ ├── FastCRC_CRC32 │ │ │ │ │ └── FastCRC_CRC32.ino │ │ │ │ ├── FastCRC_CRC8 │ │ │ │ │ └── FastCRC_CRC8.ino │ │ │ │ ├── FastCRC_cont │ │ │ │ │ └── FastCRC_cont.ino │ │ │ │ └── FastCRC_validate │ │ │ │ │ └── FastCRC_validate.ino │ │ │ ├── keywords.txt │ │ │ └── library.properties │ │ ├── FlashStorage │ │ │ ├── FlashAsEEPROM.cpp │ │ │ ├── FlashAsEEPROM.h │ │ │ ├── FlashStorage.cpp │ │ │ └── FlashStorage.h │ │ ├── HardwareTimers │ │ │ ├── HardwareTimer.cpp_test │ │ │ └── HardwareTimer.h_test │ │ ├── PID_v1 │ │ │ ├── Examples │ │ │ │ ├── PID_AdaptiveTunings │ │ │ │ │ └── PID_AdaptiveTunings.ino │ │ │ │ ├── PID_Basic │ │ │ │ │ └── PID_Basic.ino │ │ │ │ └── PID_RelayOutput │ │ │ │ │ └── PID_RelayOutput.ino │ │ │ ├── PID_v1.cpp │ │ │ ├── PID_v1.h │ │ │ └── keywords.txt │ │ ├── SPIAsEEPROM │ │ │ ├── DMASAM.cpp │ │ │ ├── DMASAM.h │ │ │ ├── DMASAMD.h │ │ │ ├── SPIAsEEPROM.cpp │ │ │ ├── SPIAsEEPROM.h │ │ │ ├── SPIFlash.cpp │ │ │ ├── SPIFlash.h │ │ │ ├── SPIFlashIO.cpp │ │ │ ├── SPIFlashSFDP.cpp │ │ │ ├── SPIMemory.cpp │ │ │ ├── SPIMemory.h │ │ │ ├── defines.h │ │ │ ├── diagnostics.cpp │ │ │ ├── diagnostics.h │ │ │ ├── winbondflash.cpp │ │ │ └── winbondflash.h │ │ ├── STM32_CAN │ │ │ ├── STM32_CAN.cpp │ │ │ └── STM32_CAN.h │ │ └── libdivide │ │ │ ├── constant_fast_div.h │ │ │ ├── constant_fast_div.hpp │ │ │ ├── libdivide.h │ │ │ ├── s16_ldparams.h │ │ │ ├── s16_ldparams.hpp │ │ │ ├── u16_ldparams.h │ │ │ └── u16_ldparams.hpp │ ├── storage.cpp │ ├── storage.h │ ├── table2d.h │ ├── table2d.ino │ ├── table3d.cpp │ ├── table3d.h │ ├── table3d_axes.h │ ├── table3d_axis_io.cpp │ ├── table3d_axis_io.h │ ├── table3d_interpolate.cpp │ ├── table3d_interpolate.h │ ├── table3d_typedefs.h │ ├── table3d_values.h │ ├── timers.h │ ├── timers.ino │ ├── updates.h │ ├── updates.ino │ ├── utilities.h │ └── utilities.ino │ └── test │ ├── test_decoders │ ├── FordST170 │ │ ├── FordST170.h │ │ └── ForsdST170.cpp │ ├── NGC │ │ ├── test_ngc.cpp │ │ └── test_ngc.h │ ├── Nissan360 │ │ ├── Nissan360.cpp │ │ └── Nissan360.h │ ├── dual_wheel │ │ ├── dual_wheel.cpp │ │ └── dual_wheel.h │ ├── missing_tooth │ │ ├── missing_tooth.cpp │ │ └── missing_tooth.h │ ├── renix │ │ ├── renix.cpp │ │ └── renix.h │ └── test_decoders.cpp │ ├── test_fuel │ ├── test_PW.cpp │ ├── test_PW.h │ ├── test_corrections.cpp │ ├── test_corrections.h │ ├── test_fuel.cpp │ ├── test_staging.cpp │ └── test_staging.h │ ├── test_init │ ├── main.cpp │ ├── test_fuel_schedule_init.cpp │ ├── test_ignition_schedule_init.cpp │ └── tests_init.cpp │ ├── test_math │ ├── main.cpp │ ├── tests_crankmaths.cpp │ ├── tests_crankmaths.h │ ├── tests_maths.cpp │ └── tests_maths.h │ ├── test_schedule_calcs │ ├── test_calcs_common.h │ ├── test_ign_calcs.cpp │ ├── test_inj_calcs.cpp │ └── test_schedule_calcs.cpp │ ├── test_schedules │ ├── test_accuracy_duration.cpp │ ├── test_accuracy_timeout.cpp │ ├── test_schedules.cpp │ ├── test_schedules.h │ ├── test_status_initial_off.cpp │ ├── test_status_off_to_pending.cpp │ ├── test_status_pending_to_running.cpp │ ├── test_status_running_to_off.cpp │ └── test_status_running_to_pending.cpp │ ├── test_table3d_native │ └── test_main.cpp │ ├── test_tables │ ├── main.cpp │ ├── test_table2d.cpp │ ├── test_table2d.h │ ├── tests_tables.cpp │ └── tests_tables.h │ └── test_utils.h ├── 202402 ├── BlitzBoxBL49sp_base_tune_202402.msq ├── README.md ├── blitzbox_firmware202402_map-baro_swapped.hex └── blitzbox_firmware202402_map-baro_swapped_hex.zip ├── 202501 ├── BlitzBoxBL49sp_base_tune_202501.msq ├── blitzboxBL49sp_firmware_speeduino.ino.eep ├── blitzboxBL49sp_firmware_speeduino.ino.elf ├── blitzboxBL49sp_firmware_speeduino.ino.hex ├── blitzboxBL49sp_firmware_speeduino.ino.with_bootloader.bin ├── blitzboxBL49sp_firmware_speeduino.ino.with_bootloader.hex └── fuses.txt ├── 202207.1 ├── BlitzBoxBL49sp_base_tune.msq ├── blitzboxBL49sp_firmware_speeduino-202207.1.elf ├── blitzboxBL49sp_firmware_speeduino-202207.1.hex ├── changes │ ├── init.ino │ └── speeduino.ini ├── fuses.txt ├── speeduino.ini └── speeduino_202207.1.zip ├── 202402.1 ├── README.md ├── blitzboxBL49sp_firmware_speeduino202402.1.hex ├── fuses.txt └── speeduino-202402.1_boost_pin_corrected.zip ├── 202402.2 ├── BlitzBoxBL49sp_base_tune_202402.2.msq └── README.md ├── 202501.1 ├── BlitzBoxBL49sp_base_tune_202501.1.msq ├── blitzboxBL49sp_speeduino.ino.eep ├── blitzboxBL49sp_speeduino.ino.elf ├── blitzboxBL49sp_speeduino.ino.hex ├── blitzboxBL49sp_speeduino.ino.with_bootloader.bin ├── blitzboxBL49sp_speeduino.ino.with_bootloader.hex └── fuses.txt ├── Onboard_WB_Lambda_V0.0.6-V0.1.1 ├── Build │ ├── Onboard_WB_Lambda_V0.0.6.ino.eep │ ├── Onboard_WB_Lambda_V0.0.6.ino.elf │ ├── Onboard_WB_Lambda_V0.0.6.ino.hex │ ├── Onboard_WB_Lambda_V0.0.6.ino.with_bootloader.bin │ ├── Onboard_WB_Lambda_V0.0.6.ino.with_bootloader.hex │ └── fuses.txt ├── Helper.ino ├── LambdaCtrl.h ├── Onboard_WB_Lambda_V0.0.6.ino └── libraries │ └── FastPID-master.zip ├── Onboard_WB_Lambda_V0.1.2_and_newer ├── Build │ ├── Onboard_WB_Lambda_V0.1.2.eep │ ├── Onboard_WB_Lambda_V0.1.2.elf │ ├── Onboard_WB_Lambda_V0.1.2.hex │ ├── Onboard_WB_Lambda_V0.1.2.with_bootloader.bin │ └── fuses.txt ├── Helper.ino ├── LambdaCtrl.h ├── Onboard_WB_Lambda_V0.1.2.ino └── libraries │ └── FastPID-master.zip └── XLoader ├── XLoader.zip └── XLoader ├── XLoader.exe ├── avrdude.conf ├── avrdude.exe ├── devices.txt ├── libusb0.dll └── license.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/README.md -------------------------------------------------------------------------------- /case/bl_deckel_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/case/bl_deckel_2.stl -------------------------------------------------------------------------------- /case/bl_gehäuse_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/case/bl_gehäuse_2.stl -------------------------------------------------------------------------------- /case/blitzbox_blech_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/case/blitzbox_blech_2.stl -------------------------------------------------------------------------------- /case/blitzbox_gehäuse_2.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/case/blitzbox_gehäuse_2.stl -------------------------------------------------------------------------------- /documentation/AO3400A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/AO3400A.pdf -------------------------------------------------------------------------------- /documentation/Bosch_LSU49_Tech_Info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/Bosch_LSU49_Tech_Info.pdf -------------------------------------------------------------------------------- /documentation/CP2102-9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/CP2102-9.pdf -------------------------------------------------------------------------------- /documentation/FGB3056_F085-1008592.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/FGB3056_F085-1008592.pdf -------------------------------------------------------------------------------- /documentation/Infineon-ESD5V3U4RRS-DS-v01_01-en.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/Infineon-ESD5V3U4RRS-DS-v01_01-en.pdf -------------------------------------------------------------------------------- /documentation/MAX9924-MAX9927.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/MAX9924-MAX9927.pdf -------------------------------------------------------------------------------- /documentation/MP2359.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/MP2359.pdf -------------------------------------------------------------------------------- /documentation/NUF2042XV6-D.PDF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/NUF2042XV6-D.PDF -------------------------------------------------------------------------------- /documentation/TC4424A.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/TC4424A.pdf -------------------------------------------------------------------------------- /documentation/cp2102n-datasheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/cp2102n-datasheet.pdf -------------------------------------------------------------------------------- /documentation/wiki/images/mainconnector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/images/mainconnector.jpg -------------------------------------------------------------------------------- /documentation/wiki/images/pinheader1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/images/pinheader1.jpg -------------------------------------------------------------------------------- /documentation/wiki/images/pinheader2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/images/pinheader2.jpg -------------------------------------------------------------------------------- /documentation/wiki/pinout_V0.1.2_Connector_top_side.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/pinout_V0.1.2_Connector_top_side.html -------------------------------------------------------------------------------- /documentation/wiki/pinout_V0.1.3_Connector_top_side.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/pinout_V0.1.3_Connector_top_side.html -------------------------------------------------------------------------------- /documentation/wiki/pinout_V0.1.4_Connector_top_side.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/documentation/wiki/pinout_V0.1.4_Connector_top_side.html -------------------------------------------------------------------------------- /fabrication/V0.1.2/assembly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/assembly.jpg -------------------------------------------------------------------------------- /fabrication/V0.1.2/blitzbox_V0.1.2_bom_complete.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/blitzbox_V0.1.2_bom_complete.csv -------------------------------------------------------------------------------- /fabrication/V0.1.2/blitzbox_V0.1.2_bom_no_MCU.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/blitzbox_V0.1.2_bom_no_MCU.csv -------------------------------------------------------------------------------- /fabrication/V0.1.2/blitzbox_V0.1.2_cpl_complete.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/blitzbox_V0.1.2_cpl_complete.csv -------------------------------------------------------------------------------- /fabrication/V0.1.2/blitzbox_V0.1.2_cpl_no_MCU.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/blitzbox_V0.1.2_cpl_no_MCU.csv -------------------------------------------------------------------------------- /fabrication/V0.1.2/gerber_blitzbox_V0.1.2_2022-03-31.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.2/gerber_blitzbox_V0.1.2_2022-03-31.zip -------------------------------------------------------------------------------- /fabrication/V0.1.3/assembly_solderside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.3/assembly_solderside.png -------------------------------------------------------------------------------- /fabrication/V0.1.3/blitzbox_v0.1.3_2022-08-26.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.3/blitzbox_v0.1.3_2022-08-26.zip -------------------------------------------------------------------------------- /fabrication/V0.1.3/blitzbox_v0.1.3_bom_2022-08-26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.3/blitzbox_v0.1.3_bom_2022-08-26.csv -------------------------------------------------------------------------------- /fabrication/V0.1.3/blitzbox_v0.1.3_cpl_2022-08-26.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.3/blitzbox_v0.1.3_cpl_2022-08-26.csv -------------------------------------------------------------------------------- /fabrication/V0.1.4/blitzbox_v0.1.4_2023-02-20.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.4/blitzbox_v0.1.4_2023-02-20.zip -------------------------------------------------------------------------------- /fabrication/V0.1.4/blitzbox_v0.1.4_bom_2023-02-13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.4/blitzbox_v0.1.4_bom_2023-02-13.csv -------------------------------------------------------------------------------- /fabrication/V0.1.4/blitzbox_v0.1.4_cpl_2023-02-13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.4/blitzbox_v0.1.4_cpl_2023-02-13.csv -------------------------------------------------------------------------------- /fabrication/V0.1.5/assembly_solderside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.5/assembly_solderside.png -------------------------------------------------------------------------------- /fabrication/V0.1.5/blitzbox_v0.1.5_2023-03-13.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.5/blitzbox_v0.1.5_2023-03-13.zip -------------------------------------------------------------------------------- /fabrication/V0.1.5/blitzbox_v0.1.5_bom_2023-03-13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.5/blitzbox_v0.1.5_bom_2023-03-13.csv -------------------------------------------------------------------------------- /fabrication/V0.1.5/blitzbox_v0.1.5_cpl_2023-03-13.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.5/blitzbox_v0.1.5_cpl_2023-03-13.csv -------------------------------------------------------------------------------- /fabrication/V0.1.6/blitzbox_v0.1.6a_2023-03-22.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.6/blitzbox_v0.1.6a_2023-03-22.zip -------------------------------------------------------------------------------- /fabrication/V0.1.6/blitzbox_v0.1.6a_bom_2023-03-22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.6/blitzbox_v0.1.6a_bom_2023-03-22.csv -------------------------------------------------------------------------------- /fabrication/V0.1.6/blitzbox_v0.1.6a_cpl_2023-03-22.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.6/blitzbox_v0.1.6a_cpl_2023-03-22.csv -------------------------------------------------------------------------------- /fabrication/V0.1.7/blitzbox_v0.1.7_2023-04-06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.7/blitzbox_v0.1.7_2023-04-06.zip -------------------------------------------------------------------------------- /fabrication/V0.1.7/blitzbox_v0.1.7_bom_2023-04-06.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.7/blitzbox_v0.1.7_bom_2023-04-06.csv -------------------------------------------------------------------------------- /fabrication/V0.1.7/blitzbox_v0.1.7_cpl_2023-04-06.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.7/blitzbox_v0.1.7_cpl_2023-04-06.csv -------------------------------------------------------------------------------- /fabrication/V0.1.8/blitzbox_v0.1.8_2023-04-19.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.8/blitzbox_v0.1.8_2023-04-19.zip -------------------------------------------------------------------------------- /fabrication/V0.1.8/blitzbox_v0.1.8_bom_2023-04-19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.8/blitzbox_v0.1.8_bom_2023-04-19.csv -------------------------------------------------------------------------------- /fabrication/V0.1.8/blitzbox_v0.1.8_cpl_2023-04-19.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.8/blitzbox_v0.1.8_cpl_2023-04-19.csv -------------------------------------------------------------------------------- /fabrication/V0.1.9/blitzbox_v0.1.9_2025-01-08.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.9/blitzbox_v0.1.9_2025-01-08.zip -------------------------------------------------------------------------------- /fabrication/V0.1.9/blitzbox_v0.1.9_bom_2025-01-08.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.9/blitzbox_v0.1.9_bom_2025-01-08.csv -------------------------------------------------------------------------------- /fabrication/V0.1.9/blitzbox_v0.1.9_cpl_2023-05-15.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/fabrication/V0.1.9/blitzbox_v0.1.9_cpl_2023-05-15.csv -------------------------------------------------------------------------------- /hardware/Rev0.0.1/2020-06-10 17_20_44-Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/2020-06-10 17_20_44-Window.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/BlitzboxBL49sp_V0.0.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/BlitzboxBL49sp_V0.0.1.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/GERBERS/blitzboxBL49sp_max.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.1/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.1/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.1/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.1/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.1/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/2020-06-10 16_48_58-Window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/2020-06-10 16_48_58-Window.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/BlitzboxBL49sp_V0.0.2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/BlitzboxBL49sp_V0.0.2.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.2/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.2/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.2/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.2/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/BlitzboxBL49sp_V0.0.3.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/BlitzboxBL49sp_V0.0.3.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/GERBERS/blitzboxBL49sp_max.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.3/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/iBOM/ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/iBOM/ibom.html -------------------------------------------------------------------------------- /hardware/Rev0.0.3/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.3/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.3/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.3/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.3/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/AssemblyPlacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/AssemblyPlacement.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max_V0.0.4.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/GERBERS/blitzboxBL49sp_max_V0.0.4.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.4/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.4/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.4/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/AssemblyPlacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/AssemblyPlacement.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp_max_V0.0.4a.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/GERBERS/blitzboxBL49sp_max_V0.0.4a.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4a/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4a/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/AssemblyPlacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/AssemblyPlacement.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp_max_V0.0.4b.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/GERBERS/blitzboxBL49sp_max_V0.0.4b.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4b/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4b/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/AssemblyPlacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/AssemblyPlacement.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp_max_V0.0.4c.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/GERBERS/blitzboxBL49sp_max_V0.0.4c.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.4c/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.4c/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.5/GERBERS/blitzboxBL49sp_max_V0.0.5.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/GERBERS/blitzboxBL49sp_max_V0.0.5.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.5/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.5/partlist2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/partlist2.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.5/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.5/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.5/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.5/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/AssemblyPlacement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/AssemblyPlacement.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.6/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/iBOM/ibom.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/iBOM/ibom.html -------------------------------------------------------------------------------- /hardware/Rev0.0.6/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.6/partlist2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/partlist2.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.6/production_snapshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/production_snapshot.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.6/size_comparation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/size_comparation.jpg -------------------------------------------------------------------------------- /hardware/Rev0.0.6/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.6/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.6/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/2020-09-30-Board-BlitzboxBL49sp-V0.0.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/2020-09-30-Board-BlitzboxBL49sp-V0.0.7.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.7/GERBERS/blitzboxBL49sp_max_V0.0.7.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/GERBERS/blitzboxBL49sp_max_V0.0.7.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.7/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.7/partlist2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/partlist2.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.7/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.7/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.7/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.7/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/2021-01-01-Board-Blitzbox-V0.0.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/2021-01-01-Board-Blitzbox-V0.0.8.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.8/GERBERS/blitzboxBL49sp_ncv_V0.0.8.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/GERBERS/blitzboxBL49sp_ncv_V0.0.8.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.8/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/partlist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/partlist.txt -------------------------------------------------------------------------------- /hardware/Rev0.0.8/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.8/size_comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/size_comparison.jpg -------------------------------------------------------------------------------- /hardware/Rev0.0.8/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.8/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.8/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/2021-05-20-Board-Blitzbox-V0.0.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/2021-05-20-Board-Blitzbox-V0.0.9.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.cmp -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.crc -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.crs -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.drd -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.dri -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.gko -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.gpi -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.l15 -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.plc -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.pls -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.sol -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.stc -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzbox.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzbox.sts -------------------------------------------------------------------------------- /hardware/Rev0.0.9/GERGERS/blitzboxBL49sp_max_V0.0.9.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/GERGERS/blitzboxBL49sp_max_V0.0.9.zip -------------------------------------------------------------------------------- /hardware/Rev0.0.9/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.0.9/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/top.png -------------------------------------------------------------------------------- /hardware/Rev0.0.9/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.0.9/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/2021-05-26-Board-Blitzbox-V0.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/2021-05-26-Board-Blitzbox-V0.1.0.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.cmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.cmp -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.crc -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.crs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.crs -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.drd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.drd -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.dri: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.dri -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.gko: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.gko -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.gpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.gpi -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.l15: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.l15 -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.ly2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.ly2 -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.plc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.plc -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.pls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.pls -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.sol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.sol -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.stc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.stc -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.sts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp.sts -------------------------------------------------------------------------------- /hardware/Rev0.1.0/GERBERS/blitzboxBL49sp_V0.1.0.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/GERBERS/blitzboxBL49sp_V0.1.0.zip -------------------------------------------------------------------------------- /hardware/Rev0.1.0/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.0/size_comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/size_comparison.jpg -------------------------------------------------------------------------------- /hardware/Rev0.1.0/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.0/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.0/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/2021-08-26-Board-Blitzbox-V0.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/2021-08-26-Board-Blitzbox-V0.1.1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzboxBL49sp_V0.1.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzboxBL49sp_V0.1.1.zip -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Legend_Bot.GBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Legend_Bot.GBO -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Legend_Top.GTO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Legend_Top.GTO -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Paste_Bot.GBP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Paste_Bot.GBP -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Paste_Top.GTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Paste_Top.GTP -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Profile_NP.GKO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Profile_NP.GKO -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Soldermask_Bot.GBS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Soldermask_Bot.GBS -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Soldermask_Top.GTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_Soldermask_Top.GTS -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l1.GTL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l1.GTL -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l2.G1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l2.G1 -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l3.G2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l3.G2 -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l4.GBL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_copper_l4.GBL -------------------------------------------------------------------------------- /hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_drill.XLN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/GERBERS/blitzbox_V0.1.1_drill.XLN -------------------------------------------------------------------------------- /hardware/Rev0.1.1/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.1/size_comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/size_comparison.jpg -------------------------------------------------------------------------------- /hardware/Rev0.1.1/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.1/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.1/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/2021-12-06-Board-Blitzbox-V0.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/2021-12-06-Board-Blitzbox-V0.1.2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/2022-04-23-Board-Blitzbox-V0.1.2_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/2022-04-23-Board-Blitzbox-V0.1.2_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/assembly.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/assembly.jpg -------------------------------------------------------------------------------- /hardware/Rev0.1.2/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/corrections/RX_Pullup_1ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/corrections/RX_Pullup_1ok.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/schematics.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/schematics.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.2/size_comparison.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/size_comparison.jpg -------------------------------------------------------------------------------- /hardware/Rev0.1.2/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.2/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.2/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/2022-08-26-Board-Blitzbox-V0.1.2_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/2022-08-26-Board-Blitzbox-V0.1.2_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/2022-08-26-Board-Blitzbox-V0.1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/2022-08-26-Board-Blitzbox-V0.1.3.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/2022-09-22-Board-Blitzbox-V0.1.3_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/2022-09-22-Board-Blitzbox-V0.1.3_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/assembly_bottomside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/assembly_bottomside.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/assembly_solderside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/assembly_solderside.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/schematics_blitzbox_v0.1.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/schematics_blitzbox_v0.1.3.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.3/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.3/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.3/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/2022-09-22-Board-Blitzbox-V0.1.3_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/2022-09-22-Board-Blitzbox-V0.1.3_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/2023-02-13-Board-Blitzbox-V0.1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/2023-02-13-Board-Blitzbox-V0.1.4.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/assembly_connectorside_V0.1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/assembly_connectorside_V0.1.4.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/assembly_solderside_V0.1.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/assembly_solderside_V0.1.4.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/schematics_blitzbox_v0.1.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/schematics_blitzbox_v0.1.4.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.4/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.4/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.4/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/2022-09-22-Board-Blitzbox-V0.1.3_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/2022-09-22-Board-Blitzbox-V0.1.3_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/2023-03-13-Board-Blitzbox-V0.1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/2023-03-13-Board-Blitzbox-V0.1.5.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/assembly_connectorside_V0.1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/assembly_connectorside_V0.1.5.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/assembly_solderside_V0.1.5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/assembly_solderside_V0.1.5.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/schematics_blitzbox_v0.1.5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/schematics_blitzbox_v0.1.5.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.5/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.5/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.5/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/2022-09-22-Board-Blitzbox-V0.1.3_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/2022-09-22-Board-Blitzbox-V0.1.3_top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/2023-03-22-Board-Blitzbox-V0.1.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/2023-03-22-Board-Blitzbox-V0.1.6.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/assembly_connectorside_V0.1.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/assembly_connectorside_V0.1.6.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/assembly_solderside_V0.1.6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/assembly_solderside_V0.1.6.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/schematics_blitzbox_v0.1.6.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/schematics_blitzbox_v0.1.6.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.6/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.6/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.6/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/2023-04-06-Board-Blitzbox-V0.1.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/2023-04-06-Board-Blitzbox-V0.1.7.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/assembly_connectorside_V0.1.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/assembly_connectorside_V0.1.7.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/assembly_solderside_V0.1.7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/assembly_solderside_V0.1.7.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/schematics_blitzbox_v0.1.7.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/schematics_blitzbox_v0.1.7.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.7/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.7/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.7/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/2023-04-19-Board-Blitzbox-V0.1.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/2023-04-19-Board-Blitzbox-V0.1.8.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/assembly_connectorside_V0.1.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/assembly_connectorside_V0.1.8.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/assembly_solderside_V0.1.8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/assembly_solderside_V0.1.8.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/schematics_blitzbox_v0.1.8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/schematics_blitzbox_v0.1.8.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.8/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.8/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.8/top_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/2023-05-15-Board-Blitzbox-V0.1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/2023-05-15-Board-Blitzbox-V0.1.9.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/assembly_connectorside_V0.1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/assembly_connectorside_V0.1.9.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/assembly_solderside_V0.1.9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/assembly_solderside_V0.1.9.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/blitzbox_v0.1.9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/blitzbox_v0.1.9.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.9/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/bottom.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/bottom_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/bottom_layer.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/internal_plane1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/internal_plane1.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/internal_plane2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/internal_plane2.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/schematics_blitzbox_v0.1.9.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/schematics_blitzbox_v0.1.9.pdf -------------------------------------------------------------------------------- /hardware/Rev0.1.9/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/top.png -------------------------------------------------------------------------------- /hardware/Rev0.1.9/top_layer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/hardware/Rev0.1.9/top_layer.png -------------------------------------------------------------------------------- /software/202202/BlitzBoxBL49sp_base_tune.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/BlitzBoxBL49sp_base_tune.msq -------------------------------------------------------------------------------- /software/202202/changes/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/changes/init.ino -------------------------------------------------------------------------------- /software/202202/changes/init_IAT_as_Lambda_In.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/changes/init_IAT_as_Lambda_In.ino -------------------------------------------------------------------------------- /software/202202/changes/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/changes/speeduino.ini -------------------------------------------------------------------------------- /software/202202/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/fuses.txt -------------------------------------------------------------------------------- /software/202202/speeduino-202202.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202.zip -------------------------------------------------------------------------------- /software/202202/speeduino-202202/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/.gitattributes -------------------------------------------------------------------------------- /software/202202/speeduino-202202/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/.gitignore -------------------------------------------------------------------------------- /software/202202/speeduino-202202/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/Doxyfile -------------------------------------------------------------------------------- /software/202202/speeduino-202202/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/LICENSE -------------------------------------------------------------------------------- /software/202202/speeduino-202202/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/README.md -------------------------------------------------------------------------------- /software/202202/speeduino-202202/azure-pipelines.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/azure-pipelines.yml -------------------------------------------------------------------------------- /software/202202/speeduino-202202/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/contributing.md -------------------------------------------------------------------------------- /software/202202/speeduino-202202/lib/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/lib/readme.txt -------------------------------------------------------------------------------- /software/202202/speeduino-202202/misra/check_misra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/misra/check_misra.sh -------------------------------------------------------------------------------- /software/202202/speeduino-202202/misra/misra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/misra/misra.json -------------------------------------------------------------------------------- /software/202202/speeduino-202202/misra/suppressions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/misra/suppressions.txt -------------------------------------------------------------------------------- /software/202202/speeduino-202202/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/platformio.ini -------------------------------------------------------------------------------- /software/202202/speeduino-202202/reference/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/reference/speeduino.ini -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/Doxyfile -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/SD_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/SD_logger.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/SD_logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/SD_logger.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/acc_mc33810.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/acc_mc33810.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/auxiliaries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/auxiliaries.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/board_same51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/board_same51.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/cancomms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/cancomms.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/cancomms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/cancomms.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/comms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/comms.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/comms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/comms.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/corrections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/corrections.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/crankMaths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/crankMaths.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/crankMaths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/crankMaths.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/decoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/decoders.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/decoders.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/decoders.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/display.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/display.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/errors.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/errors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/errors.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/globals.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/globals.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/globals.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/idle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/idle.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/idle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/idle.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/init.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/init.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/int16_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/int16_ref.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/logger.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/logger.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/maths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/maths.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/maths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/maths.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/newComms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/newComms.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/newComms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/newComms.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/page_crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/page_crc.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/page_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/page_crc.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/pages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/pages.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/pages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/pages.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/rtc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/rtc_common.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/rtc_common.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/rtc_common.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/scheduledIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/scheduledIO.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/scheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/scheduler.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/scheduler.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/scheduler.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/sensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/sensors.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/sensors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/sensors.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/speeduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/speeduino.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/speeduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/speeduino.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/storage.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/storage.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/table2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/table2d.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/table2d.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/table2d.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/table3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/table3d.cpp -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/table3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/table3d.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/table3d_axes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/table3d_axes.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/timers.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/timers.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/timers.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/updates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/updates.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/updates.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/updates.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/utilities.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/speeduino/utilities.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/speeduino/utilities.ino -------------------------------------------------------------------------------- /software/202202/speeduino-202202/test/test_decoders/dual_wheel/dual_wheel.h: -------------------------------------------------------------------------------- 1 | void testDualWheel(); 2 | -------------------------------------------------------------------------------- /software/202202/speeduino-202202/test/test_decoders/missing_tooth/missing_tooth.h: -------------------------------------------------------------------------------- 1 | void testMissingTooth(); 2 | -------------------------------------------------------------------------------- /software/202202/speeduino-202202/test/test_fuel/test_PW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino-202202/test/test_fuel/test_PW.h -------------------------------------------------------------------------------- /software/202202/speeduino-202202/test/test_misc/test_table2d.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern void testTable2d(); -------------------------------------------------------------------------------- /software/202202/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202202/speeduino.ini -------------------------------------------------------------------------------- /software/202207.1/BlitzBoxBL49sp_base_tune.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/BlitzBoxBL49sp_base_tune.msq -------------------------------------------------------------------------------- /software/202207.1/changes/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/changes/init.ino -------------------------------------------------------------------------------- /software/202207.1/changes/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/changes/speeduino.ini -------------------------------------------------------------------------------- /software/202207.1/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/fuses.txt -------------------------------------------------------------------------------- /software/202207.1/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/speeduino.ini -------------------------------------------------------------------------------- /software/202207.1/speeduino_202207.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202207.1/speeduino_202207.1.zip -------------------------------------------------------------------------------- /software/202305/BlitzBoxBL49sp_base_tune_202305.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/BlitzBoxBL49sp_base_tune_202305.msq -------------------------------------------------------------------------------- /software/202305/changes/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/changes/init.ino -------------------------------------------------------------------------------- /software/202305/changes/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/changes/speeduino.ini -------------------------------------------------------------------------------- /software/202305/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/fuses.txt -------------------------------------------------------------------------------- /software/202305/speeduino-202305.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305.zip -------------------------------------------------------------------------------- /software/202305/speeduino-202305/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/Doxyfile -------------------------------------------------------------------------------- /software/202305/speeduino-202305/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/LICENSE -------------------------------------------------------------------------------- /software/202305/speeduino-202305/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/README.md -------------------------------------------------------------------------------- /software/202305/speeduino-202305/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/contributing.md -------------------------------------------------------------------------------- /software/202305/speeduino-202305/lib/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/lib/readme.txt -------------------------------------------------------------------------------- /software/202305/speeduino-202305/misra/all_rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/misra/all_rules.txt -------------------------------------------------------------------------------- /software/202305/speeduino-202305/misra/check_misra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/misra/check_misra.sh -------------------------------------------------------------------------------- /software/202305/speeduino-202305/misra/misra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/misra/misra.json -------------------------------------------------------------------------------- /software/202305/speeduino-202305/misra/suppression_notes.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /software/202305/speeduino-202305/misra/suppressions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/misra/suppressions.txt -------------------------------------------------------------------------------- /software/202305/speeduino-202305/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/platformio.ini -------------------------------------------------------------------------------- /software/202305/speeduino-202305/reference/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/reference/speeduino.ini -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/SD_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/SD_logger.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/SD_logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/SD_logger.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/acc_mc33810.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/acc_mc33810.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/auxiliaries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/auxiliaries.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/board_same51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/board_same51.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/canBroadcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/canBroadcast.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/cancomms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/cancomms.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/cancomms.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/cancomms.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/comms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/comms.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/comms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/comms.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/comms_legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/comms_legacy.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/comms_sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/comms_sd.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/corrections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/corrections.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/crankMaths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/crankMaths.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/crankMaths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/crankMaths.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/decoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/decoders.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/decoders.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/decoders.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/display.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/display.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/errors.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/errors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/errors.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/globals.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/globals.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/globals.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/idle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/idle.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/idle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/idle.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/init.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/init.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/int16_byte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/int16_byte.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/logger.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/logger.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/maths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/maths.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/maths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/maths.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/page_crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/page_crc.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/page_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/page_crc.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/pages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/pages.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/pages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/pages.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/rtc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/rtc_common.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/rtc_common.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/rtc_common.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/scheduledIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/scheduledIO.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/scheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/scheduler.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/scheduler.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/scheduler.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/sensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/sensors.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/sensors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/sensors.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/speeduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/speeduino.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/speeduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/speeduino.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/storage.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/storage.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/table2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/table2d.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/table2d.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/table2d.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/table3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/table3d.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/table3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/table3d.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/table3d_axes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/table3d_axes.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/timers.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/timers.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/timers.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/updates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/updates.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/updates.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/updates.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/utilities.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/speeduino/utilities.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/speeduino/utilities.ino -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/FordST170/FordST170.h: -------------------------------------------------------------------------------- 1 | void testFordST170(); -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/NGC/test_ngc.h: -------------------------------------------------------------------------------- 1 | void testNGC(); -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/Nissan360/Nissan360.h: -------------------------------------------------------------------------------- 1 | void testNissan360(); -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/dual_wheel/dual_wheel.h: -------------------------------------------------------------------------------- 1 | void testDualWheel(); 2 | -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/missing_tooth/missing_tooth.h: -------------------------------------------------------------------------------- 1 | void testMissingTooth(); 2 | -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_decoders/renix/renix.h: -------------------------------------------------------------------------------- 1 | void testRenix(); 2 | -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_fuel/test_PW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/test/test_fuel/test_PW.h -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_init/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/test/test_init/main.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_math/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/test/test_math/main.cpp -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_math/tests_crankmaths.h: -------------------------------------------------------------------------------- 1 | void testCrankMaths(); -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_tables/test_table2d.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern void testTable2d(); -------------------------------------------------------------------------------- /software/202305/speeduino-202305/test/test_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202305/speeduino-202305/test/test_utils.h -------------------------------------------------------------------------------- /software/202310/BlitzBoxBL49sp_base_tune_202310.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/BlitzBoxBL49sp_base_tune_202310.msq -------------------------------------------------------------------------------- /software/202310/blitzboxBL49sp_firmware_speeduino.ino.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/blitzboxBL49sp_firmware_speeduino.ino.eep -------------------------------------------------------------------------------- /software/202310/blitzboxBL49sp_firmware_speeduino.ino.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/blitzboxBL49sp_firmware_speeduino.ino.elf -------------------------------------------------------------------------------- /software/202310/blitzboxBL49sp_firmware_speeduino.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/blitzboxBL49sp_firmware_speeduino.ino.hex -------------------------------------------------------------------------------- /software/202310/changes/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/changes/init.ino -------------------------------------------------------------------------------- /software/202310/changes/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/changes/speeduino.ini -------------------------------------------------------------------------------- /software/202310/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/fuses.txt -------------------------------------------------------------------------------- /software/202310/speeduino-202310.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310.zip -------------------------------------------------------------------------------- /software/202310/speeduino-202310/Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/Doxyfile -------------------------------------------------------------------------------- /software/202310/speeduino-202310/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/LICENSE -------------------------------------------------------------------------------- /software/202310/speeduino-202310/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/README.md -------------------------------------------------------------------------------- /software/202310/speeduino-202310/build/speeduino.ino.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/build/speeduino.ino.eep -------------------------------------------------------------------------------- /software/202310/speeduino-202310/build/speeduino.ino.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/build/speeduino.ino.elf -------------------------------------------------------------------------------- /software/202310/speeduino-202310/build/speeduino.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/build/speeduino.ino.hex -------------------------------------------------------------------------------- /software/202310/speeduino-202310/contributing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/contributing.md -------------------------------------------------------------------------------- /software/202310/speeduino-202310/lib/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/lib/readme.txt -------------------------------------------------------------------------------- /software/202310/speeduino-202310/misra/all_rules.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/misra/all_rules.txt -------------------------------------------------------------------------------- /software/202310/speeduino-202310/misra/check_misra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/misra/check_misra.sh -------------------------------------------------------------------------------- /software/202310/speeduino-202310/misra/misra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/misra/misra.json -------------------------------------------------------------------------------- /software/202310/speeduino-202310/misra/suppression_notes.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /software/202310/speeduino-202310/misra/suppressions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/misra/suppressions.txt -------------------------------------------------------------------------------- /software/202310/speeduino-202310/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/platformio.ini -------------------------------------------------------------------------------- /software/202310/speeduino-202310/reference/speeduino.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/reference/speeduino.ini -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/SD_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/SD_logger.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/SD_logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/SD_logger.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/acc_mc33810.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/acc_mc33810.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/auxiliaries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/auxiliaries.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/board_same51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/board_same51.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/canBroadcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/canBroadcast.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/comms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/comms.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/comms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/comms.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/comms_legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/comms_legacy.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/comms_sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/comms_sd.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/corrections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/corrections.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/crankMaths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/crankMaths.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/crankMaths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/crankMaths.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/decoders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/decoders.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/decoders.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/decoders.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/display.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/display.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/display.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/errors.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/errors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/errors.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/globals.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/globals.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/globals.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/idle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/idle.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/idle.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/idle.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/init.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/init.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/init.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/int16_byte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/int16_byte.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/logger.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/logger.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/logger.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/maths.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/maths.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/maths.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/maths.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/page_crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/page_crc.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/page_crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/page_crc.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/pages.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/pages.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/pages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/pages.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/rtc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/rtc_common.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/rtc_common.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/rtc_common.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/scheduledIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/scheduledIO.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/scheduler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/scheduler.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/scheduler.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/scheduler.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/sensors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/sensors.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/sensors.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/sensors.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/speeduino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/speeduino.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/speeduino.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/speeduino.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/storage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/storage.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/storage.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/table2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/table2d.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/table2d.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/table2d.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/table3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/table3d.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/table3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/table3d.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/table3d_axes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/table3d_axes.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/timers.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/timers.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/timers.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/updates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/updates.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/updates.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/updates.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/utilities.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/speeduino/utilities.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/speeduino/utilities.ino -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/FordST170/FordST170.h: -------------------------------------------------------------------------------- 1 | void testFordST170(); -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/NGC/test_ngc.h: -------------------------------------------------------------------------------- 1 | void testNGC(); -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/Nissan360/Nissan360.h: -------------------------------------------------------------------------------- 1 | void testNissan360(); -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/dual_wheel/dual_wheel.h: -------------------------------------------------------------------------------- 1 | void testDualWheel(); 2 | -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/missing_tooth/missing_tooth.h: -------------------------------------------------------------------------------- 1 | void testMissingTooth(); 2 | -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_decoders/renix/renix.h: -------------------------------------------------------------------------------- 1 | void testRenix(); 2 | -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_fuel/test_PW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/test/test_fuel/test_PW.h -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_init/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/test/test_init/main.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_math/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/test/test_math/main.cpp -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_math/tests_crankmaths.h: -------------------------------------------------------------------------------- 1 | void testCrankMaths(); -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_tables/test_table2d.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | extern void testTable2d(); -------------------------------------------------------------------------------- /software/202310/speeduino-202310/test/test_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202310/speeduino-202310/test/test_utils.h -------------------------------------------------------------------------------- /software/202402.1/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402.1/README.md -------------------------------------------------------------------------------- /software/202402.1/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402.1/fuses.txt -------------------------------------------------------------------------------- /software/202402.2/BlitzBoxBL49sp_base_tune_202402.2.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402.2/BlitzBoxBL49sp_base_tune_202402.2.msq -------------------------------------------------------------------------------- /software/202402.2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402.2/README.md -------------------------------------------------------------------------------- /software/202402/BlitzBoxBL49sp_base_tune_202402.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402/BlitzBoxBL49sp_base_tune_202402.msq -------------------------------------------------------------------------------- /software/202402/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202402/README.md -------------------------------------------------------------------------------- /software/202501.1/BlitzBoxBL49sp_base_tune_202501.1.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501.1/BlitzBoxBL49sp_base_tune_202501.1.msq -------------------------------------------------------------------------------- /software/202501.1/blitzboxBL49sp_speeduino.ino.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501.1/blitzboxBL49sp_speeduino.ino.eep -------------------------------------------------------------------------------- /software/202501.1/blitzboxBL49sp_speeduino.ino.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501.1/blitzboxBL49sp_speeduino.ino.elf -------------------------------------------------------------------------------- /software/202501.1/blitzboxBL49sp_speeduino.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501.1/blitzboxBL49sp_speeduino.ino.hex -------------------------------------------------------------------------------- /software/202501.1/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501.1/fuses.txt -------------------------------------------------------------------------------- /software/202501/BlitzBoxBL49sp_base_tune_202501.msq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501/BlitzBoxBL49sp_base_tune_202501.msq -------------------------------------------------------------------------------- /software/202501/blitzboxBL49sp_firmware_speeduino.ino.eep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501/blitzboxBL49sp_firmware_speeduino.ino.eep -------------------------------------------------------------------------------- /software/202501/blitzboxBL49sp_firmware_speeduino.ino.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501/blitzboxBL49sp_firmware_speeduino.ino.elf -------------------------------------------------------------------------------- /software/202501/blitzboxBL49sp_firmware_speeduino.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501/blitzboxBL49sp_firmware_speeduino.ino.hex -------------------------------------------------------------------------------- /software/202501/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/202501/fuses.txt -------------------------------------------------------------------------------- /software/Onboard_WB_Lambda_V0.0.6-V0.1.1/Build/fuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/Onboard_WB_Lambda_V0.0.6-V0.1.1/Build/fuses.txt -------------------------------------------------------------------------------- /software/Onboard_WB_Lambda_V0.0.6-V0.1.1/Helper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/Onboard_WB_Lambda_V0.0.6-V0.1.1/Helper.ino -------------------------------------------------------------------------------- /software/Onboard_WB_Lambda_V0.0.6-V0.1.1/LambdaCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/Onboard_WB_Lambda_V0.0.6-V0.1.1/LambdaCtrl.h -------------------------------------------------------------------------------- /software/Onboard_WB_Lambda_V0.1.2_and_newer/Helper.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/Onboard_WB_Lambda_V0.1.2_and_newer/Helper.ino -------------------------------------------------------------------------------- /software/Onboard_WB_Lambda_V0.1.2_and_newer/LambdaCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/Onboard_WB_Lambda_V0.1.2_and_newer/LambdaCtrl.h -------------------------------------------------------------------------------- /software/XLoader/XLoader.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader.zip -------------------------------------------------------------------------------- /software/XLoader/XLoader/XLoader.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/XLoader.exe -------------------------------------------------------------------------------- /software/XLoader/XLoader/avrdude.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/avrdude.conf -------------------------------------------------------------------------------- /software/XLoader/XLoader/avrdude.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/avrdude.exe -------------------------------------------------------------------------------- /software/XLoader/XLoader/devices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/devices.txt -------------------------------------------------------------------------------- /software/XLoader/XLoader/libusb0.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/libusb0.dll -------------------------------------------------------------------------------- /software/XLoader/XLoader/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oelprinz-org/BlitzboxBL49sp/HEAD/software/XLoader/XLoader/license.txt --------------------------------------------------------------------------------