Ivan Kravets
88b5d98c0a
Minor changes
2017-01-27 01:29:43 +02:00
Ivan Kravets
42a493719f
Depend on Arduino Core from official repository
2017-01-25 15:42:36 +02:00
Ivan Kravets
19c8bc49de
Move framework related things from main script to own build script
2017-01-24 23:25:18 +02:00
Valeriy Koval
bc4107bc9d
Update builder for Arduino framework
2017-01-19 23:02:25 +02:00
Erik Moqvist
1a2734cc62
New framework: Pumbaa ( #7 )
...
* New framework: Pumbaa
Pumbaa is MicroPython on top of Simba.
The framework will generate a file called frozen.c from all .py files
found in the project src/ folder. The script file main.py is the entry
point for the user script. If main.py is missing the application will
enter the interactive Python interpreter.
All c/cpp source files (including frozen.c) will be compiled, linked
and uploaded as an ordinary c application.
http://pumbaa.readthedocs.io/en/latest/
* Added pumbaa-blink example to appveyor.
2016-12-24 15:48:08 +02:00
Ivan Kravets
dfd4312e68
New board Node32s; Update ESP32 Core for Arduino
2016-12-10 17:31:45 +02:00
Erik Moqvist
f5f5710d98
Simba framework for Nano32 board.
2016-12-09 08:03:41 +01:00
Ivan Kravets
ecb47153c7
Refactor CPPDEFINES to tuple style
2016-11-30 15:53:58 +02:00
Ivan Kravets
aec1d31aa0
Escape path and fix issue with user account that contains spaces
2016-11-23 18:17:04 +02:00
Ivan Kravets
06fbb2d24b
Cleanup code
2016-11-21 12:51:05 +02:00
Ivan Kravets
2673cb3876
Fix issue with “WProgram.h: No such file or directory” when Arduino framework is used
2016-11-21 12:43:29 +02:00
Valeriy Koval
d78e8d92bc
Move espidf specific code to appropriate file
2016-11-20 12:59:28 +02:00
Valeriy Koval
6e7196429e
Update build script for espidf framework
2016-11-13 21:42:12 +02:00
Valeriy Koval
22c680eeb6
Add some new libs to build process for Arduino framework
2016-11-06 16:48:35 +02:00
Valeriy Koval
06e193e8fa
Autogenerate linker script for esp-idf
2016-11-06 16:46:33 +02:00
Ivan Kravets
8c2e29da24
Added packages, updated Arduino for ESP32
2016-10-29 19:31:23 +03:00
Ivan Kravets
271f61fb27
Fix buildprog target
2016-10-27 23:19:43 +03:00
Valeriy Koval
c37ff5c0dc
Initial support for ESP32
2016-10-24 20:23:25 +03:00
Ivan Kravets
7332e21f66
Initial commit
2016-10-22 02:20:57 +03:00