- Notifications
You must be signed in to change notification settings - Fork0
Simba Embedded Programming Platform.
License
RuslanUsmanov/simba
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the source code repository of the Simba Embedded ProgrammingPlatform. Seehttp://simba-os.readthedocs.org for further details.
Simba is written in C.
Don't hesitate to create issues or pull requests if you want toimprove Simba!
“We don't make mistakes, we just have happy accidents.”― Bob Ross
Download theArduino IDE and install Simba using the Boards Manager.
https://raw.githubusercontent.com/eerimoq/simba-releases/master/arduino/avr/package_simba_avr_index.jsonhttps://raw.githubusercontent.com/eerimoq/simba-releases/master/arduino/sam/package_simba_sam_index.jsonhttps://raw.githubusercontent.com/eerimoq/simba-releases/master/arduino/esp/package_simba_esp_index.jsonhttps://raw.githubusercontent.com/eerimoq/simba-releases/master/arduino/esp32/package_simba_esp32_index.json
Select a Simba board.
Open the blink example.
Upload!
See theSimba installation documentation for detailed step-by-step instructions.
- Have a look at theSimba documentation. It's actually pretty good. =)
- Write an issue here on GitHub.
Contributing is very easy, using GitHub for pull requests and codereview. Just follow the steps below for a smooth process.
- Fork this repository.
- Implement the new feature, bug fix or other improvement, usually onthe master branch.
- Implement test case(s) to ensure that future changes do not breaklegacy.
- Create a pull request and wait for the code to be reviewed, usuallydone within a day or two.
Simba is licensed under the MIT License. See LICENSE for a copy of thelicence. Third party source code and libraries that Simba depends onmay have other licenses. Most third party code is placed in the3pp
folder.
About
Simba Embedded Programming Platform.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- C83.1%
- Assembly7.8%
- SWIG3.6%
- Makefile2.7%
- Python2.0%
- C++0.5%
- Other0.3%