22 Commits

Author SHA1 Message Date
Jason2866 0afa11add6 Arduino core 3.3.3 2025-11-05 18:33:57 +01:00
Valerii Koval d342bced2d Deprecate support for Simba and Pumbaa frameworks 2022-04-18 12:45:21 +03:00
valeros 4c2b33894f Refactor ldscript files processing 2020-01-29 15:38:58 +02:00
Peter b7c4677ad2 Change default serial upload speed to 460k (#223)
Whilst the esp8266/Arduino core has defaulted and limited their
upload speeds to 460800, the ESP32 core has not, but is subject
to the same issues, namely compatability issues with CH340 usb
serial chip and higher baud rates (possibly only on *nix based
systems).

There is possibly little benefit going higher than 460800 due
to flash erase and write times rather than serial transfer
times (even if it were to connect reliably).
2019-09-18 17:36:55 +03:00
Ivan Kravets d6981a0e98 Implement "espota" protocol 2019-05-11 22:13:26 +03:00
Ivan Kravets 2817577da4 Automatically generate known debug tools and upload protocols 2018-11-24 15:10:10 +02:00
Ivan Kravets fefd489cf7 Set default upload speed to 921600 2018-07-02 15:56:04 +03:00
Ivan Kravets 3d98efd6b4 Fix maximum allowed data size for ESP32 2018-07-02 15:33:43 +03:00
Ivan Kravets e61786cac1 Update board flash size 2018-06-29 19:26:34 +03:00
Ivan Kravets edbf313108 Add new Olimex debug tools: ARM-USB-OCD and ARM-USB-TINY 2018-06-26 00:45:23 +03:00
Ivan Kravets 4c1014aa45 Remove unused "wait_for_upload_port" option 2018-05-11 02:15:43 +03:00
Valerii Koval 213be81db5 Add initial code for debugging feature 2018-03-21 23:37:51 +02:00
Ivan Kravets 51e1d40eb4 Format board manifests 2018-02-20 13:18:22 +02:00
Ivan Kravets fb051c123e Cleanup configs 2017-11-25 14:51:15 +02:00
Ivan Kravets 99ef53eb2d Use 40MHz by default for flash 2017-11-25 00:46:25 +02:00
Ivan Kravets 85d3f11849 Add "connectivity" information for boards 2017-07-28 00:44:33 +03:00
Valerii Koval d994b883c1 Update board configs // Resolve #26 2017-06-23 12:25:57 +03: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
Valeriy Koval 5151fa5d0a Add several new boards 2016-11-13 21:36:25 +02:00