Skip to content

Commit d1fd57e

Browse files
author
Alasdair Allan
authored
Merge pull request #2682 from raspberrypi/develop
Push to Production
2 parents 0b42f60 + 317505f commit d1fd57e

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 4.2.2"
11+
gem "jekyll", "~> 4.3.1"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.0"

Gemfile.lock

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,22 @@ GEM
1515
http_parser.rb (0.8.0)
1616
i18n (1.12.0)
1717
concurrent-ruby (~> 1.0)
18-
jekyll (4.2.2)
18+
jekyll (4.3.1)
1919
addressable (~> 2.4)
2020
colorator (~> 1.0)
2121
em-websocket (~> 0.5)
2222
i18n (~> 1.0)
23-
jekyll-sass-converter (~> 2.0)
23+
jekyll-sass-converter (>= 2.0, < 4.0)
2424
jekyll-watch (~> 2.0)
25-
kramdown (~> 2.3)
25+
kramdown (~> 2.3, >= 2.3.1)
2626
kramdown-parser-gfm (~> 1.0)
2727
liquid (~> 4.0)
28-
mercenary (~> 0.4.0)
28+
mercenary (>= 0.3.6, < 0.5)
2929
pathutil (~> 0.9)
30-
rouge (~> 3.0)
30+
rouge (>= 3.0, < 5.0)
3131
safe_yaml (~> 1.0)
32-
terminal-table (~> 2.0)
32+
terminal-table (>= 1.8, < 4.0)
33+
webrick (~> 1.7)
3334
jekyll-asciidoc (3.0.0)
3435
asciidoctor (>= 1.5.0)
3536
jekyll (>= 3.0.0)
@@ -66,24 +67,25 @@ GEM
6667
rb-inotify (0.10.1)
6768
ffi (~> 1.0)
6869
rexml (3.2.5)
69-
rouge (3.30.0)
70+
rouge (4.0.0)
7071
safe_yaml (1.0.5)
7172
sassc (2.4.0)
7273
ffi (~> 1.9)
73-
terminal-table (2.0.0)
74-
unicode-display_width (~> 1.1, >= 1.1.1)
74+
terminal-table (3.0.2)
75+
unicode-display_width (>= 1.1.1, < 3)
7576
tzinfo (2.0.5)
7677
concurrent-ruby (~> 1.0)
77-
tzinfo-data (1.2022.5)
78+
tzinfo-data (1.2022.6)
7879
tzinfo (>= 1.0.0)
79-
unicode-display_width (1.8.0)
80+
unicode-display_width (2.3.0)
8081
wdm (0.1.1)
82+
webrick (1.7.0)
8183

8284
PLATFORMS
8385
ruby
8486

8587
DEPENDENCIES
86-
jekyll (~> 4.2.2)
88+
jekyll (~> 4.3.1)
8789
jekyll-asciidoc
8890
jekyll-feed (~> 0.17)
8991
minima (~> 2.0)

documentation/asciidoc/microcontrollers/c_sdk/your_first_binary.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
== Your First Binaries
22

3+
WARNING: If you are using an Apple Mac, and running macOS Ventura, there has been a change in how the Finder works which causes drag-and-drop to fail. Please see our https://www.raspberrypi.com/news/the-ventura-problem/[blog post] for a full explanation, and workarounds, and our https://github.com/raspberrypi/pico-sdk/issues/1081[Github issue] tracking the problem for the current status.
4+
35
=== Blink an LED
46

57
The first program anyone writes when using a new microcontroller is to blink an LED on and off. The Raspberry Pi Pico comes with a single LED on-board. The LED is connected to `GP25` on the board's Raspberry Pi RP2040 for Pico, and `WL_GPIO0` on the Infineon 43439 wireless chip for Pico W.

documentation/asciidoc/microcontrollers/micropython/drag-and-drop.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ Then go ahead and:
2121
. You can access the REPL via USB Serial.
2222

2323
The https://datasheets.raspberrypi.com/pico/raspberry-pi-pico-python-sdk.pdf[Raspberry Pi Pico Python SDK] book contains step-by-step instructions for connecting to your Pico and programming it in MicroPython using both the command line and the https://thonny.org/[Thonny] IDE.
24+
25+
WARNING: If you are using an Apple Mac, and running macOS Ventura, there has been a change in how the Finder works which causes drag-and-drop to fail. Please see our https://www.raspberrypi.com/news/the-ventura-problem/[blog post] for a full explanation, and workarounds, and our https://github.com/raspberrypi/pico-sdk/issues/1081[Github issue] tracking the problem for the current status.

0 commit comments

Comments
 (0)