Ivan Kravets
69aedd3bb4
Add support for FireBeetle-ESP32 and IntoRobot Fig
2017-04-24 14:05:02 +03:00
Ivan Kravets
a0f5424f15
Merge branch 'release/v0.7.0'
2017-04-12 18:34:47 +03:00
Ivan Kravets
04865b9388
Merge branch 'release/v0.7.0' into develop
2017-04-12 18:34:47 +03:00
Ivan Kravets
7b89bd9eef
Bump version to 0.7.0
2017-04-12 18:34:36 +03:00
Valeriy Koval
2e5671cf24
Update support for esp-idf framework
2017-04-11 22:49:54 +03:00
Ivan Kravets
5e8616603e
Update links to docs
2017-02-22 16:42:59 +02:00
Ivan Kravets
9568310101
Update links to docs
2017-02-22 16:29:39 +02:00
Ivan Kravets
8763e69a9f
Update installation link to PIO Core
2017-02-22 16:07:04 +02:00
Ivan Kravets
eef3fba665
Fix invalid URL to examples archive
2017-02-22 16:03:39 +02:00
Ivan Kravets
8bc82ef796
Merge branch 'release/v0.6.0' into develop
2017-02-22 15:58:13 +02:00
Ivan Kravets
c3e3a5c6ef
Merge branch 'release/v0.6.0'
2017-02-22 15:58:12 +02:00
Ivan Kravets
09240364c4
Bump version to 0.6.0
2017-02-22 15:58:01 +02:00
Ivan Kravets
28686aa68e
Merge branch 'feature/new-espidf-builder' into develop
2017-02-21 11:59:49 +02:00
Valeriy Koval
3ecf698255
Move espidf specific flags to appropriate builder
2017-02-20 21:59:41 +02:00
Valeriy Koval
3ac9499b02
Update sdkconfig.h in old espidf examples
2017-02-20 21:56:49 +02:00
Ivan Kravets
e34d61b619
Make verbose actions for partitions and LD script
2017-02-20 12:22:24 +02:00
Ivan Kravets
c0a3fd12aa
Add new examples to CI
2017-02-19 23:56:02 +02:00
Ivan Kravets
87cba6a2a9
Update manifest
2017-02-19 23:52:48 +02:00
Valeriy Koval
004610de37
Add several new examples with espidf
2017-02-19 21:23:59 +02:00
Valeriy Koval
36c8eb4f85
Update builder for espidf framework
2017-02-19 21:23:04 +02:00
Ivan Kravets
ecf0ebc9d9
Merge branch 'release/v0.5.1'
2017-02-10 22:16:32 +02:00
Ivan Kravets
e474b635a8
Merge branch 'release/v0.5.1' into develop
2017-02-10 22:16:32 +02:00
Ivan Kravets
94c4c71aa7
Bump version to 0.5.1
2017-02-10 22:05:22 +02:00
Ivan Kravets
ab34511bb4
Update to latest Arduino Core
2017-02-10 22:04:23 +02:00
Ivan Kravets
f33addecad
Merge branch 'feature/stage' into develop
...
* feature/stage:
Fix “size” target
2017-02-10 21:47:59 +02:00
Ivan Kravets
8cb8a4932b
Fix “size” target
2017-02-10 18:43:10 +02:00
Ivan Kravets
cf161dcfbb
Fix PEP to SemVer converting
2017-01-31 01:59:38 +02:00
Ivan Kravets
b72c5836ef
Bump version
2017-01-28 18:31:31 +02:00
Ivan Kravets
2759413f76
Use official Espressif Arduino Core
2017-01-28 18:30:57 +02:00
Ivan Kravets
4864cadfaa
Bump version
2017-01-27 21:50:20 +02:00
Ivan Kravets
3d7d4f31d9
Merge branch 'release/v0.5.0'
2017-01-27 21:36:49 +02:00
Ivan Kravets
d10b014a6a
Merge branch 'release/v0.5.0' into develop
2017-01-27 21:36:49 +02:00
Ivan Kravets
105d9141d3
Bump version to v0.5.0
2017-01-27 21:36:38 +02:00
Ivan Kravets
17e331e14b
Use tagged packages for stable version
2017-01-27 21:35:45 +02:00
Ivan Kravets
2a1ae57166
Change platform name to Stage
2017-01-27 21:23:05 +02:00
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
Ivan Kravets
dabc54ab7b
Update Arduino Core version
2017-01-19 23:50:01 +02:00
Ivan Kravets
91bba860d4
Update packages: toolchain-xtensa32, framework-arduinoespressif32 and tool-esptoolpy
2017-01-19 23:39:41 +02:00
Valeriy Koval
bc4107bc9d
Update builder for Arduino framework
2017-01-19 23:02:25 +02:00
Ivan Kravets
9357ef8bf1
Merge branch 'release/v0.4.0'
2016-12-24 16:14:16 +02:00
Ivan Kravets
ac7715704e
Merge branch 'release/v0.4.0' into develop
2016-12-24 16:14:16 +02:00
Ivan Kravets
3b28b45d09
Bump version to v0.4.0
2016-12-24 16:14:05 +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
26ab13411d
Add all examples to CI
2016-12-16 22:39:11 +02:00
Ivan Kravets
bf0df404c4
Merge branch 'release/v0.3.0'
2016-12-10 17:42:56 +02:00
Ivan Kravets
c145c3ccc0
Merge branch 'release/v0.3.0' into develop
2016-12-10 17:42:56 +02:00
Ivan Kravets
5d800a2e3c
Bump version to 0.3.0
2016-12-10 17:42:29 +02:00
Ivan Kravets
dfd4312e68
New board Node32s; Update ESP32 Core for Arduino
2016-12-10 17:31:45 +02:00