-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
31 lines (25 loc) · 875 Bytes
/
README
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
FreeRTOS port for TI Evalbot board
by Francesco Gugliuzza <jackthevendicator@gmail.com>
Supported and tested:
- clock from PLL or oscillator
- overclock (to 100 MHz - change SYSCTL_SYSDIV_4 to SYSCTL_SYSDIV_2 in main.c)
- full 96 KB of SRAM
- OLED display
- ethernet (default IP: 192.168.2.77)
- raw LED access
Supported but NOT tested yet (from TI libraries for the Evalbot):
- audio DAC
- I/O (cooked LED and pushbutton access)
- motors
- sensors (bump sensors and wheel encoders)
- sound
- wav decoding
Not supported yet:
- microSD
- USB device/host
- UART
Requirements:
- CodeSourcery Sourcery G++ Lite for ARM EABI
- FreeRTOS tree (recommended version 7.0.1)
Place files in a directory under FreeRTOS/Demo, change directory to RTOSDemo and compile using make.
If you think you can help with the development, feel free to contact me.