Commit graph

49 commits

Author SHA1 Message Date
86f99514a2 chore: loosen circuits dependencies. (#65)
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #65
Co-authored-by: James Harton <james@harton.nz>
Co-committed-by: James Harton <james@harton.nz>
2024-04-24 13:12:54 +12:00
2ca98214b4
chore: reword deps to be easier for renovate to deal with.
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-14 12:22:49 +13:00
273b3ff9e0
chore: Update package links and README.
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-06 19:39:07 +13:00
5f8e329f3a chore(deps): update dependency ex_check to ~> 0.16
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2024-03-01 23:29:06 +13:00
a1ff42fbf6 chore: Update forgejo hostname.
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-05 15:03:57 +13:00
7e049b2463 chore(deps): update dependency circuits_gpio to v2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2024-01-12 04:13:48 +13:00
8d77bcae6e chore(deps): update dependency circuits_i2c to v2
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-11-27 11:14:32 +13:00
d62f0b62c4 chore: release version v1.0.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-24 07:20:28 +00:00
a779e71c4f
chore(deps): Update circuits_spi to 2.0.0.
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2023-11-24 17:07:21 +13:00
a85919a617
docs: Update README to point at local repo. 2023-11-24 17:03:42 +13:00
41081bc523
chore: add mix audit. 2023-11-24 17:03:40 +13:00
84d5b0adf9
chore: Set up documentation linting with doctor. 2023-11-24 17:03:40 +13:00
a9b1c35fab
chore: install dialixyr and get it passing. 2023-11-24 17:03:39 +13:00
09f5b7d43b
chore: Add .tool-versions and ex_check. 2023-11-24 14:57:06 +13:00
2ed441c543 chore: release version v1.0.2 2023-08-21 03:39:45 +00:00
Brian Alexander
9abed93e37
improvement: relax circuits_i2c version 2023-08-21 15:35:42 +12:00
beb9adf197 chore: release version v1.0.1 2023-08-15 07:45:11 +00:00
411c0c4367 chore(deps): update dependency circuits_i2c to v2 2023-08-15 07:10:21 +12:00
634b68fd44 chore: release version v1.0.0 2023-01-16 22:31:55 +00:00
4aa37e489b chore!: Relicense to HL3-FULL. 2023-01-17 11:25:39 +13:00
7a19721df8 chore(deps): update dependency circuits_spi to ~> 1.3 2022-02-22 13:47:31 +13:00
c3dd6a562f chore(deps): update dependency ex_doc to >= 0.28.1 2022-02-21 09:42:38 +13:00
6d0f78e544 chore(deps): update dependency ex_doc to >= 0.28.0 2022-02-07 19:01:21 +13:00
eec8be88c1 chore(deps): update dependency circuits_spi to ~> 1.2 2022-01-31 13:53:25 +13:00
eaadf234de chore(deps): update dependency earmark to >= 1.4.20 2022-01-31 12:49:44 +13:00
29fea1080d chore(deps): update dependency mimic to ~> 1.5 2021-12-09 22:17:08 +13:00
237fae3cd2 chore(deps): update dependency ex_doc to >= 0.26.0 2021-12-09 21:41:59 +13:00
21b5df528d chore(deps): update dependency earmark to v1 2021-12-09 21:07:42 +13:00
64e70adbb5 chore(deps): update dependency git_ops to ~> 2.4 2021-12-09 07:38:15 +00:00
c108a3307c chore(deps): update dependency earmark to >= 0.2.1 2021-12-09 20:29:08 +13:00
192e23a558 chore(deps): update dependency credo to ~> 1.6 2021-12-09 07:21:37 +00:00
b184e8a634 chore: release version v0.3.1 2021-11-29 15:29:40 +13:00
413dccc72b Update dependency circuits_spi to v1 2021-11-29 15:13:33 +13:00
6ed25d1124 Update dependency circuits_i2c to v1 2021-11-29 14:25:03 +13:00
3abe4486b7 Update dependency circuits_gpio to v1 2021-11-29 13:32:24 +13:00
c87c4a9f32 chore(deps): Use the newly release 2.3 version of git_ops. 2020-12-28 18:16:12 +13:00
0672dd4938 chore: release version v0.3.0 2020-12-28 00:55:47 +00:00
faf84d47e6 chore(ci): move release jobs to only run on tags. 2020-12-28 13:26:41 +13:00
b2b4957b10 chore: release version v0.2.0 2020-12-27 21:44:51 +00:00
409e13e783 feat(git_ops): Auto-releasing using git_ops. 2020-12-28 10:37:48 +13:00
James Harton
d3fe9a7384 Registry doesn't support registering other processes. 2020-01-21 19:16:04 +13:00
James Harton
4b27f5441f Code gardening.
* Rename and extract a bunch of modules into their own files to make it easier to navigate the repository.
* Remove fake versions of `ElixirALE` and `Circuits` from `test/support`.
* Create wrapper modules for `ElixirALE` and `Circuits` modules using `defdelegate` instead.
* Use Elixir 1.10's new `@compile {:no_warn_undefined ...}` directive to inhibit compiler warnings for our optional dependencies.
2020-01-08 10:18:38 +13:00
James Harton
37941c6671 Allow docs to be built in test. 2020-01-07 10:03:28 +13:00
James Harton
8f63a7c639 Change license description in mix.exs. 2020-01-06 15:22:58 +13:00
James Harton
13f79bf72e Make all our protocol derivable. 2019-12-31 18:54:46 +13:00
James Harton
ba68653925 Tested and working on a Raspberry Pi 4B with a Pi Sense Hat connected. 2019-12-30 20:37:34 +13:00
James Harton
33e332ea22 I believe that everything I wanted now works. Yowza! 2019-12-30 13:12:42 +13:00
James Harton
fb247dbead First pass. 2019-12-29 17:12:36 +13:00
James Harton
9d28a79b45 Empty mix application. 2019-12-20 10:24:51 +13:00