[Snek] [keith-packard/snek] 25f789: Fix up SoC install stuff

Keith Packard noreply at github.com
Wed Mar 27 17:12:21 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/keith-packard/snek
  Commit: 25f78983bf2899aab830e0f6259cf54094527a57
      https://github.com/keith-packard/snek/commit/25f78983bf2899aab830e0f6259cf54094527a57
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M metro-snek/Makefile
    M snek-duino/Makefile

  Log Message:
  -----------
  Fix up SoC install stuff

Remove executable bits from snek-duino hex file. Install metro-snek uf2 file

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


  Commit: 8c253ba12977d7188508b226dcf8b81473b253ec
      https://github.com/keith-packard/snek/commit/8c253ba12977d7188508b226dcf8b81473b253ec
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M metro-snek/Makefile
    M metro-snek/ao_metro.c
    M metro-snek/ao_pins.h
    M metro-snek/ao_snek.c
    M metro-snek/ao_stdio.c
    R metro-snek/snek_io.c
    M snek-duino/Makefile
    M snek-duino/snek-duino-eeprom.c
    M snek-duino/snek-duino-serial.c
    M snek-duino/snek-duino.h
    A snek-io.c
    A snek-io.h

  Log Message:
  -----------
  Share readline processing in snek-io.c

This allows this file to be shared among SoC implementations

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


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

  Changed paths:
    M snekde/snekde.py

  Log Message:
  -----------
  snekde: Send ^C before eeprom.write or eeprom.show commands

This interrupts any running code to get or put snek code

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


  Commit: 0b2fd16b0967173b84d95ac740281c827cc8580f
      https://github.com/keith-packard/snek/commit/0b2fd16b0967173b84d95ac740281c827cc8580f
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M examples/morse.py

  Log Message:
  -----------
  examples: Remove '.' delay support from morse example

Saves a bit of memory, which is useful on Duemilenova

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


  Commit: 0072c9f275b851dc0eb6329febb2823206810efb
      https://github.com/keith-packard/snek/commit/0072c9f275b851dc0eb6329febb2823206810efb
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M examples/blink.py

  Log Message:
  -----------
  examples: Use time.sleep in blink example

Using undefined sleep before

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


  Commit: 517cf7409a8ad1ce61c0f1a2f226d43b47012c62
      https://github.com/keith-packard/snek/commit/517cf7409a8ad1ce61c0f1a2f226d43b47012c62
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M metro-snek/snek_eeprom.c

  Log Message:
  -----------
  metro-snek: Read directly from USB when writing eeprom

Don't want to use the readline code for this.

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


  Commit: 4464d3453ace6664659f40a91fbc8b853f6dad7d
      https://github.com/keith-packard/snek/commit/4464d3453ace6664659f40a91fbc8b853f6dad7d
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M metro-snek/Makefile
    A metro-snek/ao-adc-samd21.c
    A metro-snek/ao-adc-samd21.h
    A metro-snek/ao-arch-funcs.h
    A metro-snek/ao-arch.h
    A metro-snek/ao-flash-samd21.c
    A metro-snek/ao-flash.h
    A metro-snek/ao-interrupt.c
    A metro-snek/ao-led.c
    A metro-snek/ao-led.h
    A metro-snek/ao-metro.c
    A metro-snek/ao-notask.c
    A metro-snek/ao-notask.h
    A metro-snek/ao-panic.c
    A metro-snek/ao-pins.h
    A metro-snek/ao-product.c
    A metro-snek/ao-serial-samd21.c
    A metro-snek/ao-serial.h
    A metro-snek/ao-snek.c
    A metro-snek/ao-snek.h
    A metro-snek/ao-stdio.c
    A metro-snek/ao-tc-samd21.c
    A metro-snek/ao-tc-samd21.h
    A metro-snek/ao-tcc-samd21.c
    A metro-snek/ao-tcc-samd21.h
    A metro-snek/ao-timer.c
    A metro-snek/ao-usb-samd21.c
    A metro-snek/ao-usb.h
    M metro-snek/ao.h
    R metro-snek/ao_adc_samd21.c
    R metro-snek/ao_adc_samd21.h
    R metro-snek/ao_arch.h
    R metro-snek/ao_arch_funcs.h
    R metro-snek/ao_flash.h
    R metro-snek/ao_flash_samd21.c
    R metro-snek/ao_interrupt.c
    R metro-snek/ao_led.c
    R metro-snek/ao_led.h
    R metro-snek/ao_metro.c
    R metro-snek/ao_notask.c
    R metro-snek/ao_notask.h
    R metro-snek/ao_panic.c
    R metro-snek/ao_pins.h
    R metro-snek/ao_product.c
    R metro-snek/ao_serial.h
    R metro-snek/ao_serial_samd21.c
    R metro-snek/ao_snek.c
    R metro-snek/ao_snek.h
    R metro-snek/ao_stdio.c
    R metro-snek/ao_tc_samd21.c
    R metro-snek/ao_tc_samd21.h
    R metro-snek/ao_tcc_samd21.c
    R metro-snek/ao_tcc_samd21.h
    R metro-snek/ao_timer.c
    R metro-snek/ao_usb.h
    R metro-snek/ao_usb_samd21.c
    M metro-snek/snek-altos.builtin
    A metro-snek/snek-altos.c
    A metro-snek/snek-eeprom.c
    A metro-snek/snek-gpio.c
    R metro-snek/snek_altos.c
    R metro-snek/snek_eeprom.c
    R metro-snek/snek_gpio.c

  Log Message:
  -----------
  metro-snek: swap _ to - in filenames

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


  Commit: 61738d4cce43f61a3f43ffc03099b96c03f3e905
      https://github.com/keith-packard/snek/commit/61738d4cce43f61a3f43ffc03099b96c03f3e905
  Author: Keith Packard <keithp at keithp.com>
  Date:   2019-03-27 (Wed, 27 Mar 2019)

  Changed paths:
    M posix/snek-main.c
    M snek-duino/snek-duino.h
    M snek-lex.c
    M windows/snek-windows.c

  Log Message:
  -----------
  Set default snek_file to "<stdin>"

This makes everyone share the same name.

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


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

  Changed paths:
    M snek.defs

  Log Message:
  -----------
  Bump to version 0.91

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


Compare: https://github.com/keith-packard/snek/compare/cd7f44e096c9...e25392d2699d


More information about the Snek mailing list