Skip to content

Commit c1d380f

Browse files
committed
slides: update Makefile to current pandoc version
1 parent 31190a7 commit c1d380f

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Diff for: slides/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SRC := slides.md
22
SCRIPTDIR=scripts
33
FILENAME := tutorial-slides
44
DEPS := preamble-caption.tex
5-
PDFLAGS := -s -S -t beamer --latex-engine=xelatex --slide-level=2
5+
PDFLAGS := -s -t beamer+smart --pdf-engine=xelatex --slide-level=2
66
PDFLAGS += --filter=$(SCRIPTDIR)/pandoc-svg
77
PDFLAGS += --filter=$(SCRIPTDIR)/overlay
88
DEPS += $(patsubst %.svg,%.pdf,$(wildcard pictures/6lowpan-route-over*.svg)\

Diff for: slides/slides.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,8 @@ USEMODULE += xtimer
227227
# General networking architecture
228228
## RIOT's Networking architecture
229229
* Designed to integrate any network stack into RIOT
230-
231-
\only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
232-
\only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
230+
\only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
231+
\only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-netdev.pdf}}
233232

234233
## Including the network device driver
235234
* Go to task-05 directory (`cd ../task-05`)
@@ -255,18 +254,18 @@ USEMODULE += auto_init_gnrc_netif
255254
## Task 5.1 -- Your first networking application
256255
* Run the application on `native`: `PORT=tap0 make all term`
257256
* Type `help`
258-
* Run a second instance with `PORT=tap1 make all term`
257+
* Run a second instance with `PORT=tap1 make term`
259258
* Type `ifconfig` on both to get hardware address and interface number
260259
* Use `txtsnd` command to exchange messages between the two instances
261260

262-
## Task 5.2 -- Use your application on real hardware
263-
* Compile, flash, and run on the board `BOARD=samr21-xpro make all flash term`
261+
## Task 5.2 -- Use your application on real hardware (using the testbed)
262+
* Compile, flash, and run on the board `BOARD=iotlab-m3 make iotlab-flash iotlab-term`
264263
* Type `ifconfig` to get your hardware addresses
265264
* Use `txtsnd` to send one of your neighbors a friendly message
266265

267266
## RIOT's Networking architecture
268-
\only{<1>}{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
269-
\only{<2>}{\includegraphics[width=\textwidth]{pictures/overview-net-conn.pdf}}
267+
\only<1>{\includegraphics[width=\textwidth]{pictures/overview-net.pdf}}
268+
\only<2>{\includegraphics[width=\textwidth]{pictures/overview-net-sock.pdf}}
270269

271270
## conn
272271
* collection of unified connectivity APIs to the transport layer

0 commit comments

Comments
 (0)