Git Product home page Git Product logo

chibios-configurator's Introduction

Description

Generates ChibiOS configurations.

Live Demo

https://aktos.io/chibi-config/

Development

  1. Setup your environment: (see ./scada.js/doc/using-virtual-environment.md)
  2. ./scada.js/venv
  3. Install dependencies: make install-deps

After setup, start development:

  1. make development will start necessary services for development.
  2. Use your favourite text editor to edit files.
  3. Open http://localhost:4013 to see the application.

chibios-configurator's People

Contributors

ceremcem avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

chibios-configurator's Issues

One more abstraction layer is required

Currently we are assigning roles (analog input, digital output, PWM, etc...) to pins. However, as we could switch to another MCU while keeping the MCU - board interface intact, we should declare our hardware intention with Pin names and its configuration, and then this configuration should be applied to an MCU.

Benefit of this approach is that when we select a new MCU, those configurations would be applied to new pins without making the detailed pin configuration again. This will save time and prevent human errors.

If we select the MCU first and then configure pins, the upper abstraction (pinNames vs. configuration) should be automatically separated.

CubeMX database lacks some MCU definitions where ChibiOS has

Some MCU types that are actually exist can not be found in CubeMX database, thus can not be supported in this app at this moment:

$ cd servers/stm
$ make 
$ cat issues.txt
STM32F0XX 	 does not match any known STM MCU type.
STM32F10X_CL 	 does not match any known STM MCU type.
STM32F10X_HD 	 does not match any known STM MCU type.
STM32F10X_LD 	 does not match any known STM MCU type.
STM32F10X_MD_VL 	 does not match any known STM MCU type.
STM32F10X_XL 	 does not match any known STM MCU type.
STM32F2XX 	 does not match any known STM MCU type.
STM32F3XX 	 does not match any known STM MCU type.
STM32L061xx 	 does not match any known STM MCU type.
STM32L100xBA 	 does not match any known STM MCU type.
STM32L151xBA 	 does not match any known STM MCU type.
STM32L151xCA 	 does not match any known STM MCU type.
STM32L151xDX 	 does not match any known STM MCU type.
STM32L152xBA 	 does not match any known STM MCU type.
STM32L152xCA 	 does not match any known STM MCU type.
STM32L162xCA 	 does not match any known STM MCU type.
STM32L162xDX 	 does not match any known STM MCU type.
STM32F10X_MD 	 does not match any known STM MCU type.
STM32F427_437xx 	 does not match any known STM MCU type.
STM32F429_439xx 	 does not match any known STM MCU type.
STM32F469_479xx 	 does not match any known STM MCU type.
STM32F410xx 	 does not match any known STM MCU type.
STM32F412xx 	 does not match any known STM MCU type.

Generate all Alternate Functions Mappings

I couldn't find a way to extract the alternate functions mappings from CubeMX database. Since it's a mandatory file and requires too much amount of time to manually create, there should be a way to create them automatically.

Here is the relevant question on my.st.com.

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.