Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse cube-finder-db.db and include MPNs in output #6

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions data/STM32C011D6Yx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011D6Y6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C011D6Y3TR",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tape and Reel",
"status": "Coming soon"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably ignore or re-map "Coming soon" parts. But that's a choice for the parts generator.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was exactly my intention! 😃 In addition, for the non-skipped MPNs I'd also add this status information as an attribute to the parts because the status "NRND" is then directly visible in the component picker dialog.

But as you said, this is the decision of the parts generator.

}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
16 changes: 16 additions & 0 deletions data/STM32C011F4Px.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011F4P6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011F4P3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
16 changes: 16 additions & 0 deletions data/STM32C011F4Ux.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011F4U6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C011F4U3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
44 changes: 44 additions & 0 deletions data/STM32C011F6Px.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,50 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011F6P6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011F6P3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011F6P6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C011F6P3TR",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C011F6P7",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011F6P7TR",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
23 changes: 23 additions & 0 deletions data/STM32C011F6Ux.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,29 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011F6U6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C011F6U3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
},
{
"mpn": "STM32C011F6U7TR",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
16 changes: 16 additions & 0 deletions data/STM32C011J4Mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011J4M6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011J4M3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
16 changes: 16 additions & 0 deletions data/STM32C011J6Mx.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C011J6M6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C011J6M3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
}
],
"gpio_version": "STM32C0xx_gpio_v1_0",
"pinout": [
{
Expand Down
23 changes: 23 additions & 0 deletions data/STM32C031C4Tx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,29 @@
"max": 3.6
}
},
"parts": [
{
"mpn": "STM32C031C4T6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C4T3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
},
{
"mpn": "STM32C031C4T6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_453_gpio_v1_0",
"pinout": [
{
Expand Down
16 changes: 16 additions & 0 deletions data/STM32C031C4Ux.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C031C4U6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C4U3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
}
],
"gpio_version": "STM32C0xx_453_gpio_v1_0",
"pinout": [
{
Expand Down
37 changes: 37 additions & 0 deletions data/STM32C031C6Tx.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,43 @@
"max": 3.6
}
},
"parts": [
{
"mpn": "STM32C031C6T6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C6T3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
},
{
"mpn": "STM32C031C6T6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
},
{
"mpn": "STM32C031C6T7",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C6T7TR",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_453_gpio_v1_0",
"pinout": [
{
Expand Down
30 changes: 30 additions & 0 deletions data/STM32C031C6Ux.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,36 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C031C6U6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C6U3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
},
{
"mpn": "STM32C031C6U7",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tray",
"status": "Active"
},
{
"mpn": "STM32C031C6U7TR",
"temperature_min": -40.0,
"temperature_max": 105.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_453_gpio_v1_0",
"pinout": [
{
Expand Down
23 changes: 23 additions & 0 deletions data/STM32C031F4Px.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,29 @@
"max": 85.0
}
},
"parts": [
{
"mpn": "STM32C031F4P6",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tube",
"status": "Active"
},
{
"mpn": "STM32C031F4P3",
"temperature_min": -40.0,
"temperature_max": 125.0,
"packing_type": "Tray",
"status": "Coming soon"
},
{
"mpn": "STM32C031F4P6TR",
"temperature_min": -40.0,
"temperature_max": 85.0,
"packing_type": "Tape and Reel",
"status": "Active"
}
],
"gpio_version": "STM32C0xx_453_gpio_v1_0",
"pinout": [
{
Expand Down
Loading