Skip to content

Commit 60daa97

Browse files
committed
Added Arduino library files
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 0dbace3 commit 60daa97

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

keywords.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#######################################
2+
# Syntax Coloring Map For FreeRTOS
3+
#######################################
4+
5+
#######################################
6+
# Datatypes (KEYWORD1)
7+
#######################################
8+
9+
10+
#######################################
11+
# Methods and Functions (KEYWORD2)
12+
#######################################
13+
14+
15+
#######################################
16+
# Constants (LITERAL1)
17+
#######################################
18+

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=STM32duino FreeRTOS
2+
version=9.0.0
3+
author=Richard Barry <r.barry@freertos.org>
4+
maintainer=stm32duino
5+
sentence=Real Time Operating System implemented for STM32
6+
paragraph=FreeRTOS provides methods for multiple threads or tasks, mutexes, semaphores, ... with a small footprint.
7+
category=Timing
8+
url=https://github.com/stm32duino/STM32FreeRTOS
9+
architectures=stm32

0 commit comments

Comments
 (0)