mbox series

[bug#66101,0/1] gnu: stcgal: Update to 1.10.

Message ID cover.1695133090.git.simon@simonsouth.net
Headers show
Series gnu: stcgal: Update to 1.10. | expand

Message

Simon South Sept. 19, 2023, 2:23 p.m. UTC
This patch updates stcgal, a command-line programming utility for
microcontrollers from STC MCU, to version 1.10.

I've tested this on AArch64 and x86-64 with a real STC89C52RC board and
everything seems fine.

--
Simon South
simon@simonsouth.net


Simon South (1):
  gnu: stcgal: Update to 1.10.

 gnu/packages/embedded.scm | 20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)


base-commit: 15c5f1a2c20b21de0f19f42db1ccab4c42117ebb

Comments

Christopher Baines Sept. 27, 2023, 10:56 a.m. UTC | #1
Simon South <simon@simonsouth.net> writes:

> This patch updates stcgal, a command-line programming utility for
> microcontrollers from STC MCU, to version 1.10.
>
> I've tested this on AArch64 and x86-64 with a real STC89C52RC board and
> everything seems fine.
>
> --
> Simon South
> simon@simonsouth.net
>
>
> Simon South (1):
>   gnu: stcgal: Update to 1.10.
>
>  gnu/packages/embedded.scm | 20 ++++++--------------
>  1 file changed, 6 insertions(+), 14 deletions(-)

Looks like I pushed this as 8ffbcfbe3fb6e83162d239e8bd560f839118baee but
forgot to reply.

Thanks,

Chris