Files
tinygo/targets
Ayke van Laethem cb147b9475 esp32c3: add support for this chip
This change adds support for the ESP32-C3, a new chip from Espressif. It
is a RISC-V core so porting was comparatively easy.

Most peripherals are shared with the (original) ESP32 chip, but with
subtle differences. Also, the SVD file I've used gives some
peripherals/registers a different name which makes sharing code harder.
Eventually, when an official SVD file for the ESP32 is released, I
expect that a lot of code can be shared between the two chips.

More information: https://www.espressif.com/en/products/socs/esp32-c3

TODO:
  - stack scheduler
  - interrupts
  - most peripherals (SPI, I2C, PWM, etc)
2021-09-16 20:13:04 +02:00
..
2021-04-19 13:14:33 +02:00
2021-09-16 20:13:04 +02:00
2021-02-11 10:50:29 +01:00
2020-09-09 19:17:11 +02:00
2021-09-05 19:59:26 +02:00
2021-03-04 15:46:05 +01:00
2021-03-04 15:46:05 +01:00
2021-04-14 09:17:54 +02:00
2018-10-06 13:04:14 +02:00
2019-11-16 21:57:18 +01:00
2020-10-20 19:13:43 +02:00
2020-10-20 19:13:43 +02:00
2018-10-18 15:07:06 +02:00
2020-07-13 12:35:53 +02:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2020-02-18 23:34:56 +01:00
2021-03-28 21:38:05 +02:00
2020-03-26 23:03:55 +01:00
2021-04-19 13:14:33 +02:00
2018-09-22 01:51:44 +02:00
2020-12-15 06:51:35 +01:00
2021-03-23 08:33:59 +01:00
2020-07-08 21:58:15 +02:00
2020-11-11 18:34:47 +01:00
2021-06-22 09:03:23 +02:00
2021-06-22 09:03:23 +02:00
2021-04-19 13:14:33 +02:00