Skip to content

Commit

Permalink
Initial add of c6sm
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Oct 5, 2024
1 parent 85f08b5 commit ca18b0d
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Boardfiles/makergo_esp32c6_supermini/boot.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
00-gpio.py
00-no-dmesg.lja
01-early-connection.py
02-LEDs.py
03-reload-hostname.py
04-networking.lja
05-advance-time.lja
5 changes: 5 additions & 0 deletions Boardfiles/makergo_esp32c6_supermini/drivers.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
driver_wifi
gpiochip
led_generic
led_generic_invert
led_neopixel
16 changes: 16 additions & 0 deletions Boardfiles/makergo_esp32c6_supermini/packages.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sysinfo
ed
ftpd
hashutils
jpkg
less
nano
neofetch
netutils
virtUART
wget
lm_sensors
uartutils
i2ctools
i2stools
adctools
8 changes: 8 additions & 0 deletions Boardfiles/makergo_esp32c6_supermini/pinout.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
MakerGo SuperTiny C6

SoC : ESP32-C6
RAM : 512KB
Storage : QIO (4MB)
Wi-fi : True
Bluetooth : True

34 changes: 34 additions & 0 deletions Boardfiles/makergo_esp32c6_supermini/settings.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
CIRCUITPY_PYSTACK_SIZE = 4608

[BERYLLIUM]
setup = true

fs_label = "BERYLLIUM"

serial_console_enabled = true
usb_msc_available = false
usb_hid_available = false
usb_midi_available = false
wifi_available = true
ble_available = false
blc_available = false
usb_msc_enabled = false
usb_hid_enabled = false
usb_midi_enabled = false

ledtype = "neopixel"
led = "NEOPIXEL"

DEBUG = false

[IWD]
#Network1 = "password1"
#Network2 = "password2"

[IWD-AP]
SSID = "beryllium-ap"
PASSWD = "CHANGEME WIFI PASSWORD"

[RFKILL]
wlan = false
bluetooth = false
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Espressif:<br />
- M5Stack Cardputer (Requires 9.1.0-beta1 or later)<br />
- M5Stack Timer Camera X<br />
- MakerGo C3 Supermini<br />
- MakerGo C6 Supermini<br />
- NodeMcu ESP32-C2 (experimental support)<br />
- Wemos Lolin S2 Mini<br />
- WeAct ESP32-C6<br />
Expand Down

0 comments on commit ca18b0d

Please sign in to comment.