Download

Date Version Link Release Notes
28th Feb. 2017 UOS-LPC800 Version 0.2.1
  • Improvements
    • Added a compile option "-Wa,-ahlnds=${OutputFileBaseName}.asm" for checking the output instructions.
  • Compiler
    • LPCXpresso v8.2.2 [Build 650] [2016-09-09]
31th May 2015 UOS-LPC800 Version 0.2.0
  • New Features
    • Added a message passing (inter-process communication) feature. The APIs are uos_task_event_send and uos_task_event_recv.
    • Added a time measuring feature for the kernel and the tasks. The APIs are uos_time_kernel and uos_time_task.
    • Added UOSDEF_ENABLE_IDLESLEEP flag to uosdef.h. also changed the implementation of the kernel internal idle task.
  • Improvements
    • Added volatile attribute to the kernel objects.
    • Separated the location of the kernel source codes and the sample application.
25th Apr. 2015 UOS-LPC800 Version 0.1.1
  • Fixed the broken package.
    • Added .cproject and .project files for LPCXpresso IDE.
23th Jun. 2013 UOS-LPC800 Version 0.1.0
  • Initial preliminary version.

License

The license of UOS-LPC800 is "The BSD 2-Clause License". See also http://opensource.org/licenses/BSD-2-Clause for more information.
Copyright (c) 2013-2017, Shinichiro Nakamura - CuBeatSystems
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author

Shinichiro Nakamura (CuBeatSystems)
@shintamainjp
CuBeatSystems