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
2016-12-24 15:48:08 +02:00
2016-12-24 15:48:08 +02:00
2016-12-24 15:48:08 +02:00
2016-10-22 02:20:57 +03:00
2016-12-24 15:48:08 +02:00
2016-12-24 15:48:08 +02:00
2016-10-22 02:20:57 +03:00
2016-12-24 15:48:08 +02:00

Espressif 32: development platform for PlatformIO

Build Status Build status

Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.

  • Home (home page in PlatformIO Platform Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO CLI
  2. Install Espressif 32 development platform:
# install the latest stable version
> platformio platform install espressif32

# install development version
> platformio platform install https://github.com/platformio/platform-espressif32.git
S
Description
No description provided
Readme 4.8 MiB