Coder Social home page Coder Social logo

jkristin / vi-firmware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openxc/vi-firmware

0.0 1.0 0.0 10.67 MB

OpenXC-compatible firmware for PIC32 and LPC1768

Home Page: http://vi-firmware.openxcplatform.com

License: BSD 3-Clause "New" or "Revised" License

Shell 3.33% Python 4.83% Batchfile 0.14% Makefile 3.03% C++ 84.99% C 3.65% Assembly 0.02%

vi-firmware's Introduction

OpenXC Vehicle Interface Firmware

/docs/_static/logo.png

Version:7.1.1
Web:http://openxcplatform.com
Documentation:http://vi-firmware.openxcplatform.com
Source:http://github.com/openxc/vi-firmware
Keywords:vehicle, openxc, embedded
https://travis-ci.org/openxc/vi-firmware.svg?branch=master https://coveralls.io/repos/openxc/vi-firmware/badge.png?branch=master Documentation Status

The OpenXC vehicle interface (VI) firmware runs on a microcontroller connected to one or more CAN buses. It receives either all CAN messages or a filtered subset, performs any unit conversion or factoring required and outputs a generic version to a USB interface.

For more documentation, see the vehicle interface section on the OpenXC website or the vehicle interface documentation.

Installation

For the full build instructions, see the documentation.

Releasing

  • Make sure you release the Python library first if there are any updates
  • Update script/bootstrap/ci-requirements.txt to use released version at PyPI (i.e. the requirement should be openxc==<latestversion>)
  • Make sure you release the openxc-message-format library first if there are any updates
  • Update the src/libs/openxc-message-format with git submodule update --remote
  • Checkout next branch and make edits.
  • Bump the version using semantic versioning in - CHANGELOG.mkd - README.rst - src/config.cpp - docs/index.rst - docs/conf.py
  • Checkout master, merge in next
  • Run 'fab release', say yes to the tag and use the format v0.9.1
    • This will run the test suite, tag, and push to GitHub
  • Checkout the next branch, and edit the same files to change the version to the next development release (one patch release up with the -dev suffix, e.g. v0.9.2-dev
  • Also change script/bootstrap/pip-requirements.txt back to using the development version from Git: -e git+https://github.com/openxc/openxc-python.git@next#egg=openxc
  • Go to https://github.com/openxc/vi-firmware/releases and promote the tag you just created to a new release - copy and paste the changelog into the description.
    • Attach the openxc-vi-firmware-*.zip from the releases directory to the release on GitHub

License

Copyright (c) 2012-2014 Ford Motor Company

Licensed under the BSD license.

This repository includes links to other source code repositories (as git submodules) that may be distributed under different licenses. See those individual repositories for more details.

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.