Skip to content

Commit 11947e0

Browse files
committed
docs: Update Quickstart Guide
Signed-off-by: Ajay Bhargav <[email protected]>
1 parent 6ed9b3e commit 11947e0

7 files changed

+8
-8
lines changed
-9.82 KB
Loading

docs/_static/arduino-ide-prefs.png

-9.63 KB
Loading
22.5 KB
Loading
-19.1 KB
Loading
33.5 KB
Loading
-26.3 KB
Loading

docs/book/quick_start.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ Installing LOGICROM Platform
4444

4545
.. image:: ../_static/platformio-ide-platforms-page.png
4646

47-
3. On Platforms Page, Click on "Advanced Installation" button.
47+
3. On Platforms Page, Click on "Embedded" button on the top toolbar.
4848

49-
.. image:: ../_static/platformio-ide-advance-installation.png
49+
.. image:: ../_static/platformio-ide-embedded-menu.png
5050

51-
4. In the box marked ``1``, Add repository link for platform-logicrom
52-
``https://github.com/waybyte/platform-logicrom.git`` and hit install button
53-
marked ``2``.
51+
4. Type "Logicrom" in the search box as shown, and click on "LOGICROM Development Platform".
5452

55-
.. image:: ../_static/platformio-ide-platform-install.png
53+
.. image:: ../_static/platformio-ide-logicrom-search.png
54+
55+
5. On Logicrom Platform page, Click install button as shown.
5656

5757
You have successfully installed LOGICROM Platform
5858

@@ -147,7 +147,7 @@ logicromsdk debug library.
147147
[env:s20gsm_debug] ; Env Name
148148
platform = logicrom
149149
board = s20gsm
150-
framework = logicromsdk
150+
framework = arduino
151151
152152
build_type = debug ; Build Type
153153
debug_build_flags = -Os -g2 ; Extra flags for build
@@ -176,7 +176,7 @@ Installing LOGICROM Platform
176176
1. Download and Install Arduino IDE from `ardino website <https://www.arduino.cc/>`_
177177
2. Open Arduino IDE, Go to **File** > **Preferences**
178178
3. Add LOGICROM Boards URL to *Additional Board Manager URLs* and click OK.
179-
``https://siwiembedded.github.io/package_logicrom_index.json``
179+
``https://waybyte.github.io/package_logicrom_index.json``
180180

181181
.. image:: ../_static/arduino-ide-prefs.png
182182

0 commit comments

Comments
 (0)