aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Pierre GESLIN <JEAN-PIERRE.GESLIN@non.schneider-electric.com>2020-06-16 15:37:11 +0200
committerMourad Goumrhar <Mourad.Goumrhar@se.com>2020-06-24 13:49:13 +0200
commit901ca9f18b304fa3a62cb8f2f7d49e644bbe355c (patch)
treee70affb4c0cc6d443b6b26aed66a0e88650bb5e1
parent7904bce9b0f0030244c6b0c46bb16909ee8edcdf (diff)
-rwxr-xr-xcore/arch/arm/plat-rzn1/README.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/core/arch/arm/plat-rzn1/README.md b/core/arch/arm/plat-rzn1/README.md
index dcb4bf0e..f0a9170d 100755
--- a/core/arch/arm/plat-rzn1/README.md
+++ b/core/arch/arm/plat-rzn1/README.md
@@ -48,14 +48,15 @@ I/TC: SUCCESS wireless init
```
Possible counter value and gpio pins values (on Bestla):
- | GPIO Pins: | bWirelessEnable | bWifiEnable | bBluetoothEnable | bZigbeeEnable |
- |------------|-----------------|-------------|------------------|---------------|
- | Counter: | | | | |
- | 000b / 0x0 | 1 | 1 | 1 | 1 |
- | 001b / 0x1 | 1 | 0 | 1 | 1 |
- | 010b / 0x2 | 1 | 1 | 0 | 1 |
- | 011b / 0x3 | 1 | 0 | 0 | 1 |
- | 100b / 0x4 | 1 | 1 | 1 | 0 |
- | 101b / 0x5 | 1 | 0 | 1 | 0 |
- | 110b / 0x6 | 1 | 1 | 0 | 0 |
- | 111b / 0x7 | 0 | 0 | 0 | 0 |
+
+ | GPIO Pins: | bWirelessEnable | bWifiEnable | bBluetoothEnable | bZigbeeEnable |
+ |:------------:|:-----------------:|:-------------:|:------------------:|:---------------:|
+ | Counter: | | | | |
+ | 000b / 0x0 | 1 | 1 | 1 | 1 |
+ | 001b / 0x1 | 1 | 0 | 1 | 1 |
+ | 010b / 0x2 | 1 | 1 | 0 | 1 |
+ | 011b / 0x3 | 1 | 0 | 0 | 1 |
+ | 100b / 0x4 | 1 | 1 | 1 | 0 |
+ | 101b / 0x5 | 1 | 0 | 1 | 0 |
+ | 110b / 0x6 | 1 | 1 | 0 | 0 |
+ | 111b / 0x7 | 0 | 0 | 0 | 0 |