walidamriou / flashy

Minimalist tool to flash microcontrollers

Home Page:https://flashy.walidamriou.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flashy

Minimalist tool to flash microcontrollers

Website

https://flashy.walidamriou.com

To develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/walidamriou/flashy 
# Go into the repository
cd flashy
# Install dependencies
npm install 
# Run the app
npm start

Make Windows setup .exe

# Make .exe setup for windows 32 bit
npm run dist_win32
#Or Make .exe setup for windows 64 bit
npm run dist_win64

Tested with

  • Renesas RL78/G14 R5F104GJA
  • Renesas RL78/G14 R5F104AC
  • Renesas RL78/G14 R5F104PJ

Copyright CC 2021 Walid Amriou

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.

You are free to:

  • Share copy and redistribute the material in any medium or format

Under the following terms:

  • Attribution You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

  • NonCommercial You may not use the material for commercial purposes.

  • NoDerivatives If you remix, transform, or build upon the material, you may not distribute the modified material.

  • No additional restrictions You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

the software or Code or Scripts or any files in this source is provided "as is" and the author disclaims all warranties with regard to this files including all implied warranties of merchantability and fitness. in no event shall the author be liable for any special, direct, indirect, or consequential damages or any damages whatsoever resulting from loss of use, data or profits, whether in an action of contract, negligence or other tortious action, arising out of or in connection with the use or performance of this software or code or scripts or any files in this source.

The logo and the name of the project are owned by The original angel, and do not fall under the open license for reconstruction, it must be preserved in full without modification.

This project used the open source & free tools and projects:

This tool is not sufficiently accurate to work in the industrial environment. Use it with student prototyping and amateur development only.

About

Minimalist tool to flash microcontrollers

https://flashy.walidamriou.com/


Languages

Language:JavaScript 91.8%Language:HTML 8.2%