Skip to content

Commit

Permalink
fixup! boards/e180-zg120b-tb: add initial support
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Nov 22, 2020
1 parent 4fbff00 commit b62bbcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion boards/e180-zg120b-tb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
config BOARD
default "e180-zg120b-tb" if BOARD_E180_ZG120B_TB

config BOARD_E180-ZG120B-TB
config BOARD_E180_ZG120B_TB
bool
default y
select BOARD_COMMON_SILABS
Expand Down
2 changes: 1 addition & 1 deletion boards/e180-zg120b-tb/Makefile.include
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0
PORT_LINUX ?= /dev/ttyUSB0
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))

# setup serial terminal
Expand Down
7 changes: 3 additions & 4 deletions boards/e180-zg120b-tb/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ Ebyte E180-ZG120B Test Board is equipped with the EFM32 microcontroller.
It is specifically designed for low-power applications, having energy-saving
peripherals, different energy modes and short wake-up times.

The starter kit is equipped with an Advanced Energy Monitor. This allows you to
actively measure the power consumption of your hardware and code, in real-time.

## Hardware

### MCU
Expand All @@ -19,7 +16,7 @@ actively measure the power consumption of your hardware and code, in real-time.
| Family | ARM Cortex-M4F |
| Vendor | Ebyte |
| Vendor Family | EFM32 Mighty Gecko 1B |
| RAM | 31.0 KiB |
| RAM | 32.0 KiB (1.0 KiB reserved by radio blob) |
| Flash | 256.0 KiB |
| EEPROM | no |
| Frequency | up to 38.4 MHz |
Expand Down Expand Up @@ -56,6 +53,8 @@ actively measure the power consumption of your hardware and code, in real-time.
| LED | LED0_PIN | PF2 | GPIO2 LED |
| | LED1_PIN | PF3 | Link LED |

The fourth button with the Chinese description is the reset button.

## Implementation Status
| Device | ID | Supported | Comments |
|------------------|-----------|-----------|----------------------------------------------------------------|
Expand Down

0 comments on commit b62bbcf

Please sign in to comment.