zephyr-copilot 1.0.1 → 1.0.2
raw patch · 7 files changed
+46/−41 lines, 7 filesdep ~copilotdep ~copilot-c99dep ~copilot-languagePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: copilot, copilot-c99, copilot-language, sketch-frp-copilot
API changes (from Hackage documentation)
Files
- CHANGELOG +7/−1
- Examples/Blink/stack.yaml +7/−7
- Examples/Button/stack.yaml +7/−7
- Examples/Feather/stack.yaml +7/−7
- TODO +6/−7
- stack.yaml +7/−7
- zephyr-copilot.cabal +5/−5
CHANGELOG view
@@ -1,8 +1,14 @@+zephyr-copilot (1.0.2) upstream; urgency=medium++ * Update to copilot-3.9.++ -- Joey Hess <id@joeyh.name> Sun, 08 May 2022 15:14:11 -0400+ zephyr-copilot (1.0.1) upstream; urgency=medium * Small documentation fixes. - -- Joey Hess <id@joeyh.name> Tue, 15 Feb 2022 11:13:41 -0400+ -- Joey Hess <id@joeyh.name> Sun, 08 May 2022 15:12:10 -0400 zephyr-copilot (1.0.0) unstable; urgency=medium
Examples/Blink/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.1-- copilot-3.7-- copilot-c99-3.7-- copilot-core-3.7-- copilot-language-3.7-- copilot-libraries-3.7-- copilot-theorem-3.7+- sketch-frp-copilot-1.0.2+- copilot-3.9+- copilot-c99-3.9+- copilot-core-3.9+- copilot-language-3.9+- copilot-libraries-3.9+- copilot-theorem-3.9 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Button/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.1-- copilot-3.7-- copilot-c99-3.7-- copilot-core-3.7-- copilot-language-3.7-- copilot-libraries-3.7-- copilot-theorem-3.7+- sketch-frp-copilot-1.0.2+- copilot-3.9+- copilot-c99-3.9+- copilot-core-3.9+- copilot-language-3.9+- copilot-libraries-3.9+- copilot-theorem-3.9 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
Examples/Feather/stack.yaml view
@@ -3,13 +3,13 @@ - '../..' resolver: lts-18.9 extra-deps: -- sketch-frp-copilot-1.0.1-- copilot-3.7-- copilot-c99-3.7-- copilot-core-3.7-- copilot-language-3.7-- copilot-libraries-3.7-- copilot-theorem-3.7+- sketch-frp-copilot-1.0.2+- copilot-3.9+- copilot-c99-3.9+- copilot-core-3.9+- copilot-language-3.9+- copilot-libraries-3.9+- copilot-theorem-3.9 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
TODO view
@@ -1,8 +1,7 @@-for first release:+for second release: USB serial interface-- PWM (or remove unported code) - ADC (or remove unported code)+ PWM+ ADC later: Write more board modules for Zerphyr's many boards.@@ -11,8 +10,8 @@ etc). Unfortunately does not include GPIO pins beyond the user led and switch for most boards. - Also see arduino-copilot's TODO list for some generic ideas that- are also applicable here.- Zephyr has many libraries and capabilities, that could all be supported.+ + Also see arduino-copilot's TODO list for some generic ideas that+ are also applicable here. And sketch-frp-copilot's TODO.
stack.yaml view
@@ -2,13 +2,13 @@ - '.' resolver: lts-18.9 extra-deps:-- sketch-frp-copilot-1.0.1-- copilot-3.7-- copilot-c99-3.7-- copilot-core-3.7-- copilot-language-3.7-- copilot-libraries-3.7-- copilot-theorem-3.7+- sketch-frp-copilot-1.0.2+- copilot-3.9+- copilot-c99-3.9+- copilot-core-3.9+- copilot-language-3.9+- copilot-libraries-3.9+- copilot-theorem-3.9 - ansi-terminal-0.9.1 - bimap-0.3.3 - language-c99-0.1.2
zephyr-copilot.cabal view
@@ -1,5 +1,5 @@ Name: zephyr-copilot-Version: 1.0.1+Version: 1.0.2 Cabal-Version: >= 1.10 License: BSD3 Maintainer: Joey Hess <id@joeyh.name>@@ -72,10 +72,10 @@ Copilot.Zephyr.Main Build-Depends: base (>= 4.5 && < 5),- sketch-frp-copilot (== 1.0.1),- copilot (== 3.7.*),- copilot-c99 (== 3.7.*),- copilot-language (== 3.7.*),+ sketch-frp-copilot (== 1.0.2),+ copilot (== 3.9.*),+ copilot-c99 (== 3.9.*),+ copilot-language (== 3.9.*), filepath, directory, mtl,