We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a011845 + 49fab6f commit 1f47b59Copy full SHA for 1f47b59
rpihw.c
@@ -374,6 +374,13 @@ static const rpi_hw_t rpi_hw_info[] = {
374
.videocore_base = VIDEOCORE_BASE_RPI2,
375
.desc = "Compute Module 3+",
376
},
377
+ {
378
+ .hwver = 0xa220a0,
379
+ .type = RPI_HWVER_TYPE_PI2,
380
+ .periph_base = PERIPH_BASE_RPI2,
381
+ .videocore_base = VIDEOCORE_BASE_RPI2,
382
+ .desc = "Compute Module 3 Rev 1.0",
383
+ },
384
385
//
386
// Pi Zero
0 commit comments