You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the HAL implementation for the LPC11XX and the LPC11CXX are virtually the same, except for:
a few extra I/O pins on the LPC11XX
the extra can peripheral on the LPC11CXX
reserved memory for on chip drivers on the LPC11CXX (0x1000 0050 - 0x1000 00B8)
I noticed that a lot of bugs already got fixed on the LPC11XX leaving both directories out of sync. Would it make sense to use one target folder and just use a few ifdefs for the minor differences?