Added support for DA chips and the PPS settings for 169, 176 and 288 pin chips (DA variants).
Also implemented the beginnings of a new set of #define macros to indicate what facilities a chip has:
__HAS_DDR_INTERNAL__ - the chip has internal DDR memory
__HAS_DDR_EXTERNAL__ - the chip has an external DDR memory bus
__HAS_CRYPTO__ - the chip has a crypto engine in it
I plan on adding more of these kinds of defines in the future so different chips can mix and match what code gets included into the core depending on their needs.
Added support for DA chips and the PPS settings for 169, 176 and 288 pin chips (DA variants).
Also implemented the beginnings of a new set of
#define
macros to indicate what facilities a chip has:__HAS_DDR_INTERNAL__
- the chip has internal DDR memory__HAS_DDR_EXTERNAL__
- the chip has an external DDR memory bus__HAS_CRYPTO__
- the chip has a crypto engine in itI plan on adding more of these kinds of defines in the future so different chips can mix and match what code gets included into the core depending on their needs.