-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
41 lines (31 loc) · 1.04 KB
/
README
File metadata and controls
41 lines (31 loc) · 1.04 KB
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
BantamOS - an RTOS targetted at the Atmel AVR family
Copyright 2014 ZachWick <zach@zachwick.xxx>
This file is part of BantamOS.
BantamOS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the license, or
(at you option) any later version.
BantamOS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULA PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with BantamOS. If not, see <http://www.gnu.org/licenses/>.
Introduction:
=============
BantamOS is a real-time premptive operating system.
Features:
=========
Tasks
Queues
Semaphores
ISR Handling
Supported Micro-Controllers:
============================
ATMega328p
ATtiny24
ATtiny44
NB:
==
Note that BantamOS is a work in progress and should probably not be
used by anybody at this point.