mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-06-26 07:20:34 +00:00
6dd44f23c9e1c45b16461db336b2e2c491b3a5e3
Microchip's XC16 and friends, when used with dsPICs, require that all pointers
to memory which could possibly be in EDS space by adorned with __eds__, e.g.
__eds__ int* p_int
Adding the macro UNITY_PTR_ATTRIBUTE allows Unity's pointers to be decorated
with whatever ridiculous attributes the compiler requires.
Description
Languages
C
64.9%
Ruby
17.6%
C++
12.9%
Python
1.7%
Makefile
1.5%
Other
1.4%