From e8d0ead6d57478ef8172e3d7e7d950915dee3711 Mon Sep 17 00:00:00 2001 From: shkolnick-kun Date: Wed, 6 Jan 2016 21:21:01 +0500 Subject: [PATCH] BuguRTOS-0.9.9 is out!!! --- README.md | 5 +++-- arch/avr/gcc-vsmp/bugurt_port.c | 2 +- arch/avr/gcc-vsmp/bugurt_port.h | 2 +- arch/avr/gcc-vsmp/vsmp.c | 2 +- arch/avr/gcc-vsmp/vsmp.h | 2 +- arch/avr/gcc/bugurt_port.c | 2 +- arch/avr/gcc/bugurt_port.h | 2 +- arch/avr/gcc/bugurt_port_asm.S | 2 +- arch/avr/gcc/bugurt_proc_stack_init.c | 2 +- arch/cm0/gcc/bugurt_port.c | 2 +- arch/cm3/gcc/bugurt_port.c | 2 +- arch/cm4f/gcc/bugurt_port.c | 2 +- arch/stm8/iar/bugurt_port.c | 2 +- arch/stm8/iar/bugurt_port.h | 2 +- arch/stm8/iar/bugurt_port_asm.S | 2 +- arch/stm8/iar/bugurt_proc_stack_init.c | 2 +- arch/stm8/raisonance/bugurt_port.c | 2 +- arch/stm8/raisonance/bugurt_port.h | 2 +- arch/stm8/raisonance/bugurt_proc_stack_init.c | 2 +- doc/Changelog.md | 1 + kernel/bugurt.h | 2 +- kernel/crit_sec.c | 2 +- kernel/crit_sec.h | 2 +- kernel/index.c | 2 +- kernel/index.h | 2 +- kernel/item.c | 2 +- kernel/item.h | 2 +- kernel/kernel.c | 2 +- kernel/kernel.h | 2 +- kernel/pcounter.c | 2 +- kernel/pcounter.h | 2 +- kernel/pitem.c | 2 +- kernel/pitem.h | 2 +- kernel/proc.c | 2 +- kernel/proc.h | 2 +- kernel/sched.c | 2 +- kernel/sched.h | 2 +- kernel/sync.c | 2 +- kernel/sync.h | 2 +- kernel/syscall.c | 2 +- kernel/syscall.h | 2 +- kernel/timer.c | 2 +- kernel/timer.h | 2 +- kernel/xlist.c | 2 +- kernel/xlist.h | 2 +- libs/native/cond.c | 2 +- libs/native/cond.h | 2 +- libs/native/ipc.c | 2 +- libs/native/ipc.h | 2 +- libs/native/mutex.c | 2 +- libs/native/mutex.h | 2 +- libs/native/sem.c | 2 +- libs/native/sem.h | 2 +- libs/native/sig.c | 2 +- libs/native/sig.h | 2 +- 55 files changed, 57 insertions(+), 55 deletions(-) diff --git a/README.md b/README.md index 59716a9a..48dbac3b 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ proprietary software development. * Branches supported: * 0.6.x ([Immediate Ceiling Priority Protocol](http://en.wikipedia.org/wiki/Priority_ceiling_protocol) used) high level features and API are frozen; * 0.7.x ([Priority Inheritance Protocol](http://en.wikipedia.org/wiki/Priority_inheritance) used) high level features and API are frozen; - * 0.8.x (combines both protocols) is under active development. + * 0.9.x (combines both protocols) is under active development. * Current versions are * 0.6.6; * 0.7.3; - * 0.8.4. + * 0.9.9. * Platforms supported: * AVR (GNU-toolchain); @@ -51,6 +51,7 @@ proprietary software development. * PROFIT!!! # News # +* **January 6th 2016: BuguRTOS updated** version 0.9.9 is out, see [Changelog](https://github.com/shkolnick-kun/bugurtos/blob/master/doc/Changelog.md)! * **July 3rd 2015: BuguRTOS updated** versions 0.6.6, 0.7.3, 0.8.4 are out, are out, see [Changelog](https://github.com/shkolnick-kun/bugurtos/blob/master/doc/Changelog.md)! * **May 12th 2015: BuguRTOS-0.8.3** is out, see [Changelog](https://github.com/shkolnick-kun/bugurtos/blob/master/doc/Changelog.md)! Added more argument checks, fixed several issues, ported tests to [libopencm3](https://github.com/libopencm3/libopencm3). * **May 12th 2015:** Added [third party code](https://github.com/shkolnick-kun/bugurtos/tree/archives) to project repository. diff --git a/arch/avr/gcc-vsmp/bugurt_port.c b/arch/avr/gcc-vsmp/bugurt_port.c index 1b1ebeea..573cde0d 100644 --- a/arch/avr/gcc-vsmp/bugurt_port.c +++ b/arch/avr/gcc-vsmp/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc-vsmp/bugurt_port.h b/arch/avr/gcc-vsmp/bugurt_port.h index cf33c6a4..d9182be0 100644 --- a/arch/avr/gcc-vsmp/bugurt_port.h +++ b/arch/avr/gcc-vsmp/bugurt_port.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc-vsmp/vsmp.c b/arch/avr/gcc-vsmp/vsmp.c index 10bf7375..1cbe0f5a 100644 --- a/arch/avr/gcc-vsmp/vsmp.c +++ b/arch/avr/gcc-vsmp/vsmp.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc-vsmp/vsmp.h b/arch/avr/gcc-vsmp/vsmp.h index e66dff42..8bc358eb 100644 --- a/arch/avr/gcc-vsmp/vsmp.h +++ b/arch/avr/gcc-vsmp/vsmp.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc/bugurt_port.c b/arch/avr/gcc/bugurt_port.c index 51ba4c3b..b34aa083 100644 --- a/arch/avr/gcc/bugurt_port.c +++ b/arch/avr/gcc/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc/bugurt_port.h b/arch/avr/gcc/bugurt_port.h index 95dcb035..39f4bc52 100644 --- a/arch/avr/gcc/bugurt_port.h +++ b/arch/avr/gcc/bugurt_port.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc/bugurt_port_asm.S b/arch/avr/gcc/bugurt_port_asm.S index d44bbde6..09eb0d4c 100755 --- a/arch/avr/gcc/bugurt_port_asm.S +++ b/arch/avr/gcc/bugurt_port_asm.S @@ -1,5 +1,5 @@ ;/************************************************************************** -; BuguRTOS-0.8.x (Bugurt real time operating system) +; BuguRTOS-0.9.x (Bugurt real time operating system) ; Copyright (C) 2015 anonimous ; ; This program is free software: you can redistribute it and/or modify diff --git a/arch/avr/gcc/bugurt_proc_stack_init.c b/arch/avr/gcc/bugurt_proc_stack_init.c index 5c50c7a9..2e704003 100644 --- a/arch/avr/gcc/bugurt_proc_stack_init.c +++ b/arch/avr/gcc/bugurt_proc_stack_init.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/cm0/gcc/bugurt_port.c b/arch/cm0/gcc/bugurt_port.c index 2265cf14..3d10c1a7 100644 --- a/arch/cm0/gcc/bugurt_port.c +++ b/arch/cm0/gcc/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/cm3/gcc/bugurt_port.c b/arch/cm3/gcc/bugurt_port.c index eb81c26d..05f1ee47 100644 --- a/arch/cm3/gcc/bugurt_port.c +++ b/arch/cm3/gcc/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/cm4f/gcc/bugurt_port.c b/arch/cm4f/gcc/bugurt_port.c index bfa57876..ba5756bf 100644 --- a/arch/cm4f/gcc/bugurt_port.c +++ b/arch/cm4f/gcc/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/iar/bugurt_port.c b/arch/stm8/iar/bugurt_port.c index a2c2ac0c..4e8682d4 100644 --- a/arch/stm8/iar/bugurt_port.c +++ b/arch/stm8/iar/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/iar/bugurt_port.h b/arch/stm8/iar/bugurt_port.h index 0972a74e..c601cc93 100644 --- a/arch/stm8/iar/bugurt_port.h +++ b/arch/stm8/iar/bugurt_port.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/iar/bugurt_port_asm.S b/arch/stm8/iar/bugurt_port_asm.S index b7cffbc9..60d8ad88 100644 --- a/arch/stm8/iar/bugurt_port_asm.S +++ b/arch/stm8/iar/bugurt_port_asm.S @@ -1,5 +1,5 @@ ;/************************************************************************** -; BuguRTOS-0.8.x (Bugurt real time operating system). +; BuguRTOS-0.9.x (Bugurt real time operating system). ; Copyright (C) 2015 anonimous ; ; This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/iar/bugurt_proc_stack_init.c b/arch/stm8/iar/bugurt_proc_stack_init.c index 89422f17..3dc72933 100644 --- a/arch/stm8/iar/bugurt_proc_stack_init.c +++ b/arch/stm8/iar/bugurt_proc_stack_init.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/raisonance/bugurt_port.c b/arch/stm8/raisonance/bugurt_port.c index 8f8bb1d3..2f360825 100644 --- a/arch/stm8/raisonance/bugurt_port.c +++ b/arch/stm8/raisonance/bugurt_port.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/raisonance/bugurt_port.h b/arch/stm8/raisonance/bugurt_port.h index 85be0c28..f268eb6b 100644 --- a/arch/stm8/raisonance/bugurt_port.h +++ b/arch/stm8/raisonance/bugurt_port.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/arch/stm8/raisonance/bugurt_proc_stack_init.c b/arch/stm8/raisonance/bugurt_proc_stack_init.c index 06be5abf..47e28f81 100644 --- a/arch/stm8/raisonance/bugurt_proc_stack_init.c +++ b/arch/stm8/raisonance/bugurt_proc_stack_init.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/doc/Changelog.md b/doc/Changelog.md index 31172568..d01f32f6 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -16,6 +16,7 @@ * Added BGRT_PID_T for process identification in process context, bgrt_proc_t pointers are used in kernel context; * Added BGRT_PID_TO_PROC, BGRT_PROC_TO_PID, BGRT_PID_NOTHING macros; * Added BGRT_SYSCALL_PROC_GET_PRIO, BGRT_SYSCALL_PROC_GET_ID syscalls and correspondent caller functions; + * Removed dead some code; * Synchronization control changes: * Deleted SYSCALL_WAKE_AND_SLEEP SYSCALL_WAKE_AND_WAIT syscalls; * Added BGRT_SYSCALL_SYNC_GET_OWNER syscall; diff --git a/kernel/bugurt.h b/kernel/bugurt.h index f31b746f..f0d7eb14 100755 --- a/kernel/bugurt.h +++ b/kernel/bugurt.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/crit_sec.c b/kernel/crit_sec.c index fe303182..006e35d9 100644 --- a/kernel/crit_sec.c +++ b/kernel/crit_sec.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/crit_sec.h b/kernel/crit_sec.h index 4af7243b..3ca4ee73 100644 --- a/kernel/crit_sec.h +++ b/kernel/crit_sec.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/index.c b/kernel/index.c index b11ba03e..cb85efb6 100644 --- a/kernel/index.c +++ b/kernel/index.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/index.h b/kernel/index.h index 25e50e25..ca125c7c 100644 --- a/kernel/index.h +++ b/kernel/index.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/item.c b/kernel/item.c index 0870ce96..9ad4ecbf 100644 --- a/kernel/item.c +++ b/kernel/item.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/item.h b/kernel/item.h index 369b1c04..ec9e934e 100755 --- a/kernel/item.h +++ b/kernel/item.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/kernel.c b/kernel/kernel.c index 2b2ccfda..fe6f0d3b 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/kernel.h b/kernel/kernel.h index 0f3e37c6..3dd47f0f 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/pcounter.c b/kernel/pcounter.c index c89b3343..f06e3180 100644 --- a/kernel/pcounter.c +++ b/kernel/pcounter.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/pcounter.h b/kernel/pcounter.h index ddf35f51..316d8620 100644 --- a/kernel/pcounter.h +++ b/kernel/pcounter.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/pitem.c b/kernel/pitem.c index 9b4b7609..f7d23db9 100644 --- a/kernel/pitem.c +++ b/kernel/pitem.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/pitem.h b/kernel/pitem.h index 9ca43bcb..19664555 100644 --- a/kernel/pitem.h +++ b/kernel/pitem.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/proc.c b/kernel/proc.c index 135d4f6b..cee40ce3 100644 --- a/kernel/proc.c +++ b/kernel/proc.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/proc.h b/kernel/proc.h index 2c841b57..aece4bdc 100644 --- a/kernel/proc.h +++ b/kernel/proc.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/sched.c b/kernel/sched.c index 18974d0a..83412c03 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/sched.h b/kernel/sched.h index 963f6366..2fb77ccc 100644 --- a/kernel/sched.h +++ b/kernel/sched.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/sync.c b/kernel/sync.c index d5dec725..d59e24b9 100644 --- a/kernel/sync.c +++ b/kernel/sync.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/sync.h b/kernel/sync.h index ba2d0091..28cdc2df 100644 --- a/kernel/sync.h +++ b/kernel/sync.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/syscall.c b/kernel/syscall.c index 7e27b99a..537de83e 100644 --- a/kernel/syscall.c +++ b/kernel/syscall.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/syscall.h b/kernel/syscall.h index c966539f..db9aa3e6 100644 --- a/kernel/syscall.h +++ b/kernel/syscall.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/timer.c b/kernel/timer.c index 0f108e1d..2fc49d76 100644 --- a/kernel/timer.c +++ b/kernel/timer.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/timer.h b/kernel/timer.h index c24048b3..a5d939f0 100644 --- a/kernel/timer.h +++ b/kernel/timer.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/xlist.c b/kernel/xlist.c index a7f5a7ab..3d53a2e3 100644 --- a/kernel/xlist.c +++ b/kernel/xlist.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/kernel/xlist.h b/kernel/xlist.h index 0ac58a72..cb6e9915 100755 --- a/kernel/xlist.h +++ b/kernel/xlist.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/cond.c b/libs/native/cond.c index a97c2c2e..4d340445 100644 --- a/libs/native/cond.c +++ b/libs/native/cond.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/cond.h b/libs/native/cond.h index dfc8377d..e2c19f8a 100644 --- a/libs/native/cond.h +++ b/libs/native/cond.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/ipc.c b/libs/native/ipc.c index 98bee8cd..031ccb43 100644 --- a/libs/native/ipc.c +++ b/libs/native/ipc.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/ipc.h b/libs/native/ipc.h index af6b1da9..4d61606e 100644 --- a/libs/native/ipc.h +++ b/libs/native/ipc.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/mutex.c b/libs/native/mutex.c index 881c73d0..cd0200ec 100644 --- a/libs/native/mutex.c +++ b/libs/native/mutex.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/mutex.h b/libs/native/mutex.h index 0c878fa2..833a9d09 100644 --- a/libs/native/mutex.h +++ b/libs/native/mutex.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/sem.c b/libs/native/sem.c index 741933dc..241fc3ce 100644 --- a/libs/native/sem.c +++ b/libs/native/sem.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/sem.h b/libs/native/sem.h index 63565384..dde2492f 100644 --- a/libs/native/sem.h +++ b/libs/native/sem.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/sig.c b/libs/native/sig.c index 34bcbb80..c149f9b8 100644 --- a/libs/native/sig.c +++ b/libs/native/sig.c @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify diff --git a/libs/native/sig.h b/libs/native/sig.h index e616437c..e32af14e 100644 --- a/libs/native/sig.h +++ b/libs/native/sig.h @@ -1,5 +1,5 @@ /************************************************************************** - BuguRTOS-0.8.x (Bugurt real time operating system) + BuguRTOS-0.9.x (Bugurt real time operating system) Copyright (C) 2015 anonimous This program is free software: you can redistribute it and/or modify