mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01: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
No description provided
Languages
C
65.4%
Ruby
17%
C++
13%
Python
1.7%
Makefile
1.5%
Other
1.4%