Skip to content

Instantly share code, notes, and snippets.

ANE Boards

By Device

Marketing name Product SoC ANE Name ANE type
Mac mini (M1, 2020) J274AP T8103 ane 64
MacBook Pro (13-inch, M1, 2020) J293AP T8103 ane 64
MacBook Air (M1, 2020) J313AP T8103 ane 64
iMac (24-inch (4-port), M1, 2021) J456AP T8103 ane 64
@eiln
eiln / opcodes.h
Created August 31, 2023 12:49
CISP_CMD_*
#define CISP_CMD_START 0x0000
#define CISP_CMD_STOP 0x0001
#define CISP_CMD_RESET 0x0002
#define CISP_CMD_CONFIG_GET 0x0003
#define CISP_CMD_PRINT_ENABLE 0x0004
#define CISP_CMD_REG_FILE_LOAD 0x0005
#define CISP_CMD_BUILDINFO 0x0006
#define CISP_CMD_TIMEPROFILE_START 0x0007
#define CISP_CMD_TIMEPROFILE_STOP 0x0008
#define CISP_CMD_TIMEPROFILE_SHOW 0x0009