Git Product home page Git Product logo

flashalgo's Introduction

FlashAlgo

Development Setup

Skip any step where a compatible tool already exists

  1. Install Python 2.7.9 and make sure it's added to path
  2. Install Git and make sure it's added to path
  3. Install Keil MDK-ARM
  4. Install virtualenv in python
> git clone https://github.com/mbedmicro/FlashAlgo
> pip install virtualenv
> virtualenv venv
>

Develop

  1. Update tools and generate project files. This should be done everytime you pull new changes
> "venv/Scripts/activate"
> pip install -r requirements.txt
> progen generate -t uvision
> "venv/Scripts/deactivate"
> cd tools
> launch_uvision.bat

Now open the project file for the desired target in \projectfiles\uvision<target>\

To change the RAM base address to something other than the default value of 0x20000000, add the argument --blob_start 0x[RAM ADDRESS] in Projects...Options...User...After Build/Rebuild section of the uVision project.

Adding a new project

For adding new targets start from template and use these docs...

Contribute

Check out the issue tracker.

##ToDo

  • Create a test
  • Document how to use
  • Document how to contribute

flashalgo's People

Contributors

sg- avatar c1728p9 avatar flit avatar mfiore02 avatar mmahadevan108 avatar lindvalla avatar sarahmarshy avatar linlingao avatar toyowata avatar bentcooke avatar kaizen8501 avatar 0xc0170 avatar stevew817 avatar

Watchers

James Cloos avatar

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.