Commit graph

177 commits

Author SHA1 Message Date
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
eb52651bfd chore: run Elixir formatter. 2021-11-29 13:22:55 +13:00
5073bf1bd7 Merge branch 'update-credo' into 'master'
chore(deps): Update credo to 1.5.4.

See merge request jimsy/wafer!10
2020-12-28 05:50:00 +00:00
a4d7183c72 chore(deps): Update credo to 1.5.4. 2020-12-28 18:45:33 +13:00
c87c4a9f32 chore(deps): Use the newly release 2.3 version of git_ops. 2020-12-28 18:16:12 +13:00
9bdd7e7332 chore(ci): gitlab release job should be in the release stage. 2020-12-28 14:05:51 +13:00
0672dd4938 chore: release version v0.3.0 2020-12-28 00:55:47 +00:00
ac297ffc1b chore(ci): this really sucks. 2020-12-28 13:51:17 +13:00
a4b148874a chore(ci): fix typo in CI config. 2020-12-28 13:43:31 +13:00
97bef0ee01 chore(ci): remove caching from integration test. 2020-12-28 13:38:37 +13:00
da492e9a27 chore(ci): Start the integration tests fresh every time. 2020-12-28 13:34:35 +13:00
faf84d47e6 chore(ci): move release jobs to only run on tags. 2020-12-28 13:26:41 +13:00
2554be837c chore(ci): persist changes in the git_ops container so that we release the right version. 2020-12-28 12:53:24 +13:00
ab808633e4 chore(ci): Use dependencies instead of needs. 2020-12-28 10:50:56 +13:00
b2b4957b10 chore: release version v0.2.0 2020-12-27 21:44:51 +00:00
156cb5fbbd Merge branch 'gitops-experiment' into 'master'
feat(git_ops): Auto-releasing using git_ops.

See merge request jimsy/wafer!9
2020-12-27 21:42:16 +00:00
409e13e783 feat(git_ops): Auto-releasing using git_ops. 2020-12-28 10:37:48 +13:00
84d97265a1 Merge branch 'update-earmark' into 'master'
Update earmark

See merge request jimsy/wafer!8
2020-12-09 20:00:42 +00:00
d853e95f3a Bump earmark. 2020-12-10 08:57:09 +13:00
19fa2fbfc5 Merge branch 'update-credo' into 'master'
Update credo.

See merge request jimsy/wafer!7
2020-12-09 19:54:23 +00:00
0f30b12f14 Update credo. 2020-12-10 08:51:04 +13:00
6fdeddb98b Merge branch 'elixir_make-retired-dep' into 'master'
Manually upgrade Elixir Make because it's version was retired.

See merge request jimsy/wafer!6
2020-12-09 19:40:06 +00:00
423e5ff782 Manually upgrade Elixir Make because it's version was retired. 2020-12-10 07:13:13 +13:00
dac45aeb1e Merge branch 'update_circuits_i2c' into 'master'
Update circuits_i2c to 0.3.7.

See merge request jimsy/wafer!5
2020-11-29 05:08:22 +00:00
f845638788 Merge branch 'update_earmark' into 'master'
Update earmark to 1.4.12.

See merge request jimsy/wafer!4
2020-11-29 05:02:43 +00:00
99b159e77c Update earmark to 1.4.12. 2020-11-29 17:59:37 +13:00
2a9c51a557 Update circuits_i2c to 0.3.7. 2020-11-29 17:58:22 +13:00
1d68640101 Update Credo to 1.5.1 2020-11-16 12:30:22 +13:00
dd68e8181b Merge branch 'update-deps' into 'master'
Update deps.

See merge request jimsy/wafer!3
2020-11-08 07:10:09 +00:00
3b1543ccda Update deps. 2020-11-08 20:06:42 +13:00
James Harton
be8e2a6589 Add note about SPI devices in the Chip documentation. 2020-05-10 09:26:02 +12:00
James Harton
ff8a6950c8 Ignore Elixir language server data. 2020-05-10 08:55:23 +12:00
James Harton
4b4f3f54d9 Merge branch 'master' into 'master'
GPIO example

See merge request jimsy/wafer!2
2020-05-06 22:43:35 +00:00
Kit Plummer
c6be4efe8c doc: updating readme with GPIO example 2020-05-06 22:35:16 +00:00
Kit Plummer
0720875e71 doc: typo fix Drivers -> Driver 2020-05-06 20:58:29 +00:00
James Harton
b75a0e4654 Merge branch 'renovate/configure' into 'master'
Configure Renovate

See merge request jimsy/wafer!1
2020-03-05 19:52:17 +00:00
Renovate Bot
8b7078f4f5
Add renovate.json 2020-03-05 04:35:14 +00:00
James Harton
67d91a5949 Add some examples to the readme. 2020-01-22 20:12:33 +13:00
James Harton
a48381a8f2 Add a confirmation test for set_bit with binary args. 2020-01-22 12:35:29 +13:00
James Harton
d3fe9a7384 Registry doesn't support registering other processes. 2020-01-21 19:16:04 +13:00
James Harton
7b8d3bd391 Fix bug with registering the incorrect process for subscriptions. 2020-01-21 16:34:04 +13:00
James Harton
54a98adbb5 ElixirALE.GPIO likes it's pin directions to end with "put". 2020-01-21 16:33:56 +13:00
James Harton
1c1ee39fea Modify the DDL.Tx API slightly to be easier to work with. 2020-01-17 12:19:17 +13:00
James Harton
edb85a48b7 Add typespecs to the defregister macros. 2020-01-17 10:14:24 +13:00
James Harton
3caabd336d Add some handy-dandy number formatting. 2020-01-14 19:54:36 +13:00
James Harton
a131e7dad7 Fix some minor boogs and update deps. 2020-01-14 10:42:28 +13:00
James Harton
38056e03a7 Enable integration with a Pi4 with sense hat enabled. 2020-01-13 10:10:31 +13:00
James Harton
f53d5d622f Remove accidentally committed WIP and fix credo. 2020-01-13 08:50:37 +13:00
James Harton
8b6211b606 Move the bytewise DDL from Augie because it's probably useful for any chips with a small mailbox. 2020-01-12 20:58:09 +13:00