Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Framework - Simba #412

Closed
eerimoq opened this issue Dec 29, 2015 · 4 comments
Closed

New Framework - Simba #412

eerimoq opened this issue Dec 29, 2015 · 4 comments
Assignees
Milestone

Comments

@eerimoq
Copy link

eerimoq commented Dec 29, 2015

Hello guys!

I've been working on an RTOS with a build framework, called Simba, with native, AVR and ARM toolchains, package handler, etc. However, it's useless that I provide my own toolchains and package handlers if Simba could be integrated into PlatformIO instead. If you want to have a look at Simba, see http://simba-os.readthedocs.org/en/latest/ and https://github.com/eerimoq/simba.

I'm sure you wont accept Simba as of today, because it has too few users. In fact there is only two, myself and a collegue of mine... I'm trying to make more people try it as Beta-testers, but no luck so far. PlatformIO would certainly increase the number of users, but maybe it's too early.. that's for you to decide.

And obviously I'll have to make the required changes to Simba to make it fit the PlatformIO framework.

Thanks in advance,
Erik.

@itsjustvenky
Copy link

@eerimoq I will give a try. thanks.

@eerimoq
Copy link
Author

eerimoq commented Dec 30, 2015

@itsjustvenky I've just started to migrate the Make based build system to Scons. As the first step I simply created one .sconscript-file for every .mk-file to keep the file structure unchanged. If it is the Scons way of structuring a build system, I don't know. It works for now.

The changes are in the commit eerimoq/simba@b93e437.

Anyways, let's keep in touch so we don't make the same changes.

Thanks.

@eerimoq
Copy link
Author

eerimoq commented Dec 30, 2015

The migration to Scons continued for ARM. All targets except the build target has been left untouched. That is, targets for test, code coverage, static code analysis, etc. I guess those should be migrated as well.

eerimoq/simba@6e320bc

@eerimoq
Copy link
Author

eerimoq commented Dec 31, 2015

@ivankravets Here is the first implementation. Please have a look at the commit message and the code. There are a few problem that I need help to fix.

What I forgot to write in the commit message was that I do not explicitly import the Scons package in all sconscripts. I think I have to do that so there is no requirement on having scones installed, right?

eerimoq/platformio@4eb5b68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants