1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/remote-reva: fix broken links

This commit is contained in:
Gunar Schorcht 2020-03-04 13:28:22 +01:00
parent f0a961c623
commit d71c38d825
2 changed files with 23 additions and 23 deletions

View File

@ -67,7 +67,7 @@ Else install from <https://launchpad.net/gcc-arm-embedded>
Drivers
-------
The RE-Mote features a CP2104 serial-to-USB module, the driver is commonly found in most OS, but if required it can be downloaded
from <https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx>
from <https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers>
### For the CC2538EM (USB CDC-ACM)
@ -105,7 +105,7 @@ More Reading
2. [CC2538 System-on-Chip Solution for 2.4-GHz IEEE 802.15.4 and ZigBee applications (SWRU319B)][cc2538]
3. [CC1200 sub-1GHz RF transceiver][cc1200]
[remote-site]: https://zolertia.io/product/re-mote-suite/ "Zolertia RE-Mote"
[remote-site]: https://zolertia.io/product/re-mote/ "Zolertia RE-Mote"
[zolertia-wiki]: https://github.com/Zolertia/Resources/wiki
[cc1200]: http://www.ti.com/product/cc1200 "CC1200"
[cc2538]: http://www.ti.com/product/cc2538 "CC2538"

View File

@ -10,7 +10,7 @@ following section focuses on the revision A.
The official RE-Mote wiki page is maintained by Zolertia at:
https://github.com/Zolertia/Resources/wiki
https://github.com/Zolertia/Resources/wiki/RE-Mote
# Components
@ -18,34 +18,34 @@ https://github.com/Zolertia/Resources/wiki
|-------|-----------------------------------------------------------------------------------------------------|
| Radio | Two radio interfaces (IEEE 802.15.4): [2.4GHz](http://www.ti.com/product/CC2538) and [863-950MHz](http://www.ti.com/product/CC1200) |
| | RP-SMA connector for external antenna (with a RF switch to select either 2.4GHz/Sub-GHz radio) |
| USB-to-Serial | [CP2104](https://www.silabs.com/products/interface/Pages/cp2104-mini.aspx) |
| USB-to-Serial | [CP2104](https://www.silabs.com/documents/public/data-sheets/cp2104.pdf) |
| Peripherals | RTCC, built-in battery charger for LiPo batteries, External WDT (optional), Micro-SD |
| Others | RGB LED, power management block (150nA when the mote is shutdown)|
# Porting status
In terms of hardware support, the following drivers have been implemented:
In terms of hardware support, the following drivers have been implemented
for CC2538 System-on-Chip:
* CC2538 System-on-Chip:
* UART
* Random number generator
* Low Power Modes
* General-Purpose Timers
* I2C/SPI library
* LEDs
* Buttons
* RF 2.4GHz built-in in CC2538
* RF switch to programmatically drive either 2.4GHz or sub-1GHz to a single
RP-SMA
- UART
- Random number generator
- Low Power Modes
- General-Purpose Timers
- I2C/SPI library
- LEDs
- Buttons
- RF 2.4GHz built-in in CC2538
- RF switch to programmatically drive either 2.4GHz or sub-1GHz to a single
RP-SMA
And under work or pending at cc2538 base cpu:
And under work or pending at CC2538 base CPU:
* Built-in core temperature and battery sensor.
* CC1200 sub-1GHz radio interface.
* Micro-SD external storage.
* ADC
* USB (in CDC-ACM).
* uDMA Controller.
- Built-in core temperature and battery sensor.
- CC1200 sub-1GHz radio interface.
- Micro-SD external storage.
- ADC
- USB (in CDC-ACM).
- uDMA Controller.
# Layout