[Snek] [keith-packard/snek] a27d49: doc: Fix a typo in snek.adoc

Keith Packard noreply at github.com
Sun Mar 27 12:35:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/keith-packard/snek
  Commit: a27d492d764fab90cea87ec9bff0a6d3e5b72d61
      https://github.com/keith-packard/snek/commit/a27d492d764fab90cea87ec9bff0a6d3e5b72d61
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-26 (Sat, 26 Mar 2022)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: Fix a typo in snek.adoc

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 9bd4e47fd749dea71c216541d1351aa114998dc6
      https://github.com/keith-packard/snek/commit/9bd4e47fd749dea71c216541d1351aa114998dc6
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M chips/samd21/snek-gpio.c
    M doc/snek.adoc

  Log Message:
  -----------
  chips/samd21: Accept a single list of three numbers to neopixel

This makes boards with a single neopixel easier to use

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: cb2fc3cbea4fd00ba78b367953083358a0c3b9b0
      https://github.com/keith-packard/snek/commit/cb2fc3cbea4fd00ba78b367953083358a0c3b9b0
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/duemilanove-big/snek-duemilanove-big-install.1.in
    M ports/duemilanove-big/snek-duemilanove-big-install.in
    M ports/duemilanove/Makefile
    M ports/duemilanove/snek-duemilanove-install.1.in
    M ports/duemilanove/snek-duemilanove-install.in
    M ports/grove/snek-grove-install.in
    M ports/lilypad/Makefile
    M ports/uno-big/Makefile
    M ports/uno/Makefile

  Log Message:
  -----------
  ports/*328*: Add -mcu option to all of the m328/m328p install scripts

It seems that some of these boards have m328 and others have m328p;
allow the user to select which their board has on the command line.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 11f9d67ed7e3540f874e25b01ef61766fbee7d82
      https://github.com/keith-packard/snek/commit/11f9d67ed7e3540f874e25b01ef61766fbee7d82
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/itsybitsy5v/snek-itsybitsy-install.in

  Log Message:
  -----------
  ports/itsybitsy5v: Only program high fuse byte

Leave the other two alone as they control brown-out and clock
configuration bits.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: f0a87c8477eeb2791c9b6c1c45bd75d7fcf5691b
      https://github.com/keith-packard/snek/commit/f0a87c8477eeb2791c9b6c1c45bd75d7fcf5691b
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/itsybitsy5v/snek-itsybitsy5v.builtin

  Log Message:
  -----------
  ports/itsybitsy5v: Add 'LED' define in builtins

This lets the user talkto(LED)

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: b609a021465a7d640a8e7a2243ffe7c5081c8f99
      https://github.com/keith-packard/snek/commit/b609a021465a7d640a8e7a2243ffe7c5081c8f99
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/itsybitsym0/snek-itsybitsym0.builtin

  Log Message:
  -----------
  ports/itsybitsym0: Add 'LED' builtin

Allows the user to use talkto(LED)

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 3d174a102cfa74225d9e3c99728ab9c5420c5aff
      https://github.com/keith-packard/snek/commit/3d174a102cfa74225d9e3c99728ab9c5420c5aff
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/nano-every/Makefile

  Log Message:
  -----------
  ports/nano-every: Install 'snek-nano-every-reset-port' helper

This gets the board reset and ready for programming

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: 44834831cf8124baafd0333968c13ab36a1e9ec9
      https://github.com/keith-packard/snek/commit/44834831cf8124baafd0333968c13ab36a1e9ec9
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M ports/xiao/snek-xiao.builtin

  Log Message:
  -----------
  ports/xiao: Add 'LED' builtin

Allows the use of talkto(LED)

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: df435341fd3dd52e86c6827470ab7391fd42f2c5
      https://github.com/keith-packard/snek/commit/df435341fd3dd52e86c6827470ab7391fd42f2c5
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M doc/snek.adoc

  Log Message:
  -----------
  doc: Update manual flashing commands for ATmega boards

These have been updated to match what the install scripts do, mostly
removing setting fuse bytes that shouldn't be touched.

Signed-off-by: Keith Packard <keithp at keithp.com>


  Commit: b233bf87811b49a7ad2ede7b9c79cdae631a6461
      https://github.com/keith-packard/snek/commit/b233bf87811b49a7ad2ede7b9c79cdae631a6461
  Author: Keith Packard <keithp at keithp.com>
  Date:   2022-03-27 (Sun, 27 Mar 2022)

  Changed paths:
    M README.md
    M snek.defs

  Log Message:
  -----------
  Snek version 1.8

Signed-off-by: Keith Packard <keithp at keithp.com>


Compare: https://github.com/keith-packard/snek/compare/fb33a886e549...b233bf87811b


More information about the Snek mailing list