Note: For "<tab># comment" "# comment" is command and passed to the shell. Most shells interpret "# comment" as a comment - thankfully.
A comment is "# comment", only.
Explicitly mention that this is a fork and that it's tied to the
Nutcracker challenge. Fix a few minor formatting issues.
I wanted to reformat the README to Markdown, but it looks like Markdown
can't express the nice multi-line table that we use for the ESP8266
comparison.
This file contains various notes that compile and synthesize information
about the BL602's hardware features, gathered from this repository and
elsewhere on the internet.
The code blocks added by #17 were formatted as Markdown, but this is an
reStructuredText file. Fix them, and also address a few other small
formatting, spelling, and line length nits.
The file's uint32_t alignment should be more restrictive than the
uint16_t alignment, so this SHOULD be safe ... and reduces build noise.
Co-authored-by: Robert Lipe <robertlipe@gpsbabel.org>
Not everyone has or want to install their own crosscompiler.
Not everyone wants to run a crosscompiler distributed as a binary.
Give instructions on how the bundled crosscompiler can co-exist with the
distribution crosscompiler.
The ipv6cp-accept-local option was supposed to enable it, but it is
already enabled by default, with no way to disable it.
For coherency with IPv4 and IPX, this disables ipv6cp-accept-local by
default, and the option can be used to enable it.
This also enables it automatically when the local id is not
specified, in coherency with IPv4 and IPX, and as the documentation was
saying.
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
This adds some basic checks to the subroutines of eap_input to check
that we have requested or agreed to doing EAP authentication before
doing any processing on the received packet. The motivation is to
make it harder for a malicious peer to disrupt the operation of pppd
by sending unsolicited EAP packets. Note that eap_success() already
has a check that the EAP client state is reasonable, and does nothing
(apart from possibly printing a debug message) if not.
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>