Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid authored Mar 1, 2022
2 parents 6e8a4d5 + f59b049 commit e1df895
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpihw.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ static const rpi_hw_t rpi_hw_info[] = {
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 4GB v1.5"
},
{
.hwver = 0xd03115,
.type = RPI_HWVER_TYPE_PI4,
.periph_base = PERIPH_BASE_RPI4,
.videocore_base = VIDEOCORE_BASE_RPI2,
.desc = "Pi 4 Model B - 8GB v1.5"
},
//
// Compute Module 4
//
Expand Down

1 comment on commit e1df895

@Macleykun
Copy link

Choose a reason for hiding this comment

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

Awsome! may i ask when you want to push this to pypi.org?

Please sign in to comment.