commaai / panda

code powering the comma.ai panda
MIT License
1.5k stars 744 forks source link

Separate F4 and H7 includes #1955

Closed dzid26 closed 1 month ago

dzid26 commented 1 month ago

I noticed stm32h7/inc/core_cm7.h was including stm32f4/inc/mpu_armv7.h. I copied the mpu_armv7.h file from the stm32f4/inc to stm32h7/inc and removed not needed mpu_armv8.h .

I made include path explicit in the scons.

Also removed old core_cm3.h (comma pedal)