Code Monkey home page Code Monkey logo

ncesnagoya / asp-gr_peach_gcc-mbed Goto Github PK

View Code? Open in Web Editor NEW
12.0 9.0 10.0 72.44 MB

Open-source Software Platform Based on TOPPERS/ASP Kernel, mbed and Arduino Library for Renesas GR-PEACH.

Makefile 0.42% C 84.17% HCL 1.17% Assembly 0.89% C++ 9.94% HTML 1.74% Perl 0.39% ASP 0.06% PLSQL 0.01% CMake 0.09% Tcl 0.01% CSS 0.10% JavaScript 0.02% Shell 0.97% Objective-C 0.02% SmPL 0.01% Roff 0.01%
toppers asp-kernel gr-peach mbed wolfssl iot-platform

asp-gr_peach_gcc-mbed's Introduction

What's this?

TOPPERS/ASP Kernel and useful libraries for GR-PEACH have been distributed here.

Stack

Build Environment in Travis

OS Cross compiler Status
Ubuntu 14.04.3 LTS (trusty) gcc-arm-none-eabi-6-2017-q1 Build Status

TOPPERS/ASP Kernel

TOPPERS/ASP kernel is a sophisticated real-time kernel for embedded real-time systems. ASP stands for Advanced Standard Profile which is improved version of the standard profile defined in μITRON4.0 specification.

TOPPERS/ASP kernel has been distributed with TOPPERS License. The detail specification of TOPPERS/ASP kernel can be found at Refereces in this page.

Libraries

Application developers can use the following useful libraries.

  • MBED Library (mbed-lib) [MIT License]

  • Arduino libaray based on MBED library (arduino-lib) [GPLv2]

    • Digital I/O
    • Analog I/O
    • External Interrupts
    • Ethernet Client
    • LiquidCrystal
    • SD
    • Wire
    • RTC
    • Not supported: EEPROM, Ethernet Server, Firmata, GSM, Servo, SoftwareSerial, Stepper, USB host
  • Security library (wolfSSL-lib)

Software Development Enviroment

Web compiler

  • Web compiler provided by RENESAS is highly recommended for all beginners.
  • You can get started programming WITHOUT installing software in your computer.
  • No high functional debugging such like breakpoints, step-by-step execution, etc. are provided. If you want to use them, command line or IDE should be helpful for you.

IDE

  • TrueSTUDIO Lite is high quality, integrated development environment, and free to download and use.
  • This tool can be used for high functional debugging and is recommended for beginners who want to build the development environment in their local computer.
  • The All-in-One package including all source code and the kernel configurator (i.e. cfg) is newly provided for TrueSTUDIO.
  • Only the following 4 steps are needed to build examples.
    1. Download the installer of TrueSTUDIO v8.1.0 for ARM here or older and install it. Please do NOT use v9.0.0 or newer because they are for STM32, not for ARM.
    2. Download a zip file (e.x. asp-gr_peach_gcc-mbed-1.0.0-AllinOne.zip) of the All-in-One package and Unzip it. If you use Linux or MacOS machine, rename ROOTDIR(e.x. asp-gr_peach_gcc-mbed-1.0.0-AllinOne)/asp-1.9.2-utf8/cfg/cfg/[cfg.linux|cfg.macos] to cfg (delete its extension).
    3. Launch TrueSTUDIO and specify ROOTDIR/examples/truestudio as your workspace.
    4. Choose an example project in Project Explorer and Push build (hammer) icon. That's all!
  • You can find the detailed installation manual provided by attolic and A.I.Corporaiton.

Command Line

  1. Install development tools including ARM cross-compilers and source code in your computer. Please read the Installation Guide for more details.
  2. Download source code from GitHub as follows
    $ git clone https://github.com/ncesnagoya/asp-gr_peach_gcc-mbed.git
    $ cd asp-gr_peach_gcc-mbed
    $ git submodule update -i 

Other Documents

Refereces and Links

References

TOPPERS/ASP Kernel / μITRON Specification

Library

GR-PEACH

Links

Contacts

Please feel free to ask me or send pull requests if you have any questions or requests. Pull requests and contributions to this project are welcome everytime!

asp-gr_peach_gcc-mbed's People

Contributors

taigakoma avatar takasehideki avatar yutakamatsubara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

asp-gr_peach_gcc-mbed's Issues

build error for httpsample

In file included from httpsample.cpp:16:0:
RomRamFileSystem.h:123:22: error: conflicting return type specified for 'virtual uint32_t RomRamFileSystem::disk_sectors()'
virtual uint32_t disk_sectors() {

httpsample.cpp:79:18: error: cannot declare variable 'romramfs' to be of abstract type 'RomRamFileSystem'
RomRamFileSystem romramfs("romram");

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.