QA pass, fixed up some pin function names on STM32L452V symbol
[hw/altusmetrum] / packages / 11071.5c
index 9dbe26dc63e03a9ccf40afd0900ff1570be5bb14..36f60670e228ecb850b4e32a75e0a99604418962 100644 (file)
@@ -36,6 +36,7 @@ real tang_radius = tang_width / 2;
 real tang_length = 1.55 - tang_width;
 real tang_x = 6.4/2;
 real tang_copper = (2.15 - 1.55) / 2;
+real tang_clearance = 0.13;
 
 real wing_width = 1.6;
 real wing_height = 1.4;
@@ -52,20 +53,24 @@ pad_mm(pad_spacing*-2, pad_y, pad_width, pad_height, "GND", "5");
 
 /* "Wings", which are next to the signal pads */
 
-pad_mm_space(-wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
-pad_mm_space( wing_x, wing_y, wing_width, wing_height, 0, "GND", "5");
+pad_mm_space(-wing_x, wing_y, wing_width, wing_height, 0, "", "G");
+pad_mm_space( wing_x, wing_y, wing_width, wing_height, 0, "", "G");
 
 /* Tabs under package */
 
-pad_mm_space(-tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
-pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "GND", "5");
+pad_mm_space(-tab_x, tab_y, tab_width, tab_height, 0, "", "G");
+pad_mm_space( tab_x, tab_y, tab_width, tab_height, 0, "", "G");
 
 /* tangs at edges of package */
 
-pin_mm_space(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
-pin_mm_space(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space(-tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pin_mm_space(-tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "");
+pad_mm_space_options(-tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "onsolder");
 
-pin_mm_space( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
-pin_mm_space( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, 0, "GND", "5");
+pin_mm_space( tang_x, tang_y - tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pin_mm_space( tang_x, tang_y + tang_length / 2, tang_radius * 2, tang_copper, tang_clearance * 2, "GND", "5");
+pad_mm_space_options(tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "");
+pad_mm_space_options(tang_x, tang_y, tang_radius * 2 + tang_copper * 2, tang_length + tang_radius * 2 + tang_copper * 2, tang_clearance * 2, "GND", "5", "onsolder");
 
 element_end();