-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathkeywords.txt
42 lines (35 loc) · 985 Bytes
/
keywords.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#######################################
# Syntax Coloring Map For Arduino_Portenta_OTA
#######################################
#######################################
# Class (KEYWORD1)
#######################################
Arduino_Portenta_OTA KEYWORD1
Arduino_Portenta_OTA_SD KEYWORD1
Arduino_Portenta_OTA_QSPI KEYWORD1
Error KEYWORD1
StorageTypePortenta KEYWORD1
#######################################
# Methods and Functions (KEYWORD2)
#######################################
isOtaCapable KEYWORD2
begin KEYWORD2
update KEYWORD2
reset KEYWORD2
download KEYWORD2
decompress KEYWORD2
#######################################
# Constants (LITERAL1)
#######################################
QSPI_FLASH_FATFS LITERAL1
QSPI_FLASH_FATFS_MBR LITERAL1
SD_FATFS LITERAL1
SD_FATFS_MBR LITERAL1
None LITERAL1
NoCapableBootloader LITERAL1
NoOtaStorage LITERAL1
OtaStorageInit LITERAL1
OtaStorageOpen LITERAL1
OtaHeaderLength LITERAL1
OtaHeaderCrc LITERAL1
OtaHeaterMagicNumber LITERAL1