Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
mec/ | 11-Mar-2024 | - | 54,261 | 27,700 | ||
zephyr/ | 11-Mar-2024 | - | 3 | 2 | ||
CMakeLists.txt | D | 11-Mar-2024 | 47 | 2 | 1 | |
README.txt | D | 11-Mar-2024 | 839 | 27 | 19 |
README.txt
1The MEC1701 HAL was downloaded from: 2 3https://github.com/MicrochipTech/Peripheral-mec1701 4 5Massaged the file with : 6sed -i -e 's/[ \t\r]*$//g' MCHP_MEC1701_bit_fields.h, then file was renamed 7to MCHP_MEC1701.h 8 9Field EOF was renamed to PEOF as it was collapsing with EOF defined in stdio.h 10 11Microchip HAL contianing the above MEC1701 single header and the 12MEC1501 component style is located at: 13 14https://github.com/MicrochipTech/hal_microchip 15 16Version: 1.2.1 17Add missing eSPI Virtual Wires groups 8 - 10 GIRQ definitions. 18Make sure all typedef's of structures are "typedef struct struct_name". 19Remove non-printable character from SAF header 20Add max name to GPIO ID enum 21Rename the SPISLV to SPIP 22 23Version: 1.2.1 24Update eSPI definitions 25Changed all hex upper case 'ABCDEF' to lower case 26Changed all 'ul/UL' unsigned numeric suffix to 'u' 27