nerves
Here are 81 public repositories matching this topic...
-
Updated
Sep 18, 2020 - Elixir
Currently we have things like:
assert get_border_command() == [send_command: {60, 51}]
While the command being sent is provided in hex:
write_command(state, 0x3C, border_data)
0x3C is output as 60 and that's why things are this way right now. We should probably change it so that the connection remains clear.
-
Updated
Aug 19, 2020 - Elixir
-
Updated
Jan 30, 2019 - C++
-
Updated
Sep 17, 2018 - Elixir
-
Updated
Jul 30, 2020 - Elixir
-
Updated
Mar 19, 2020 - Elixir
-
Updated
Mar 4, 2018 - Elixir
-
Updated
May 3, 2020 - C
-
Updated
Mar 21, 2017 - Elixir
-
Updated
Mar 5, 2019 - JavaScript
-
Updated
Apr 13, 2017 - Elixir
-
Updated
Oct 6, 2020 - HTML
Improve this page
Add a description, image, and links to the nerves topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nerves topic, visit your repo's landing page and select "manage topics."
a previous commit removed
logger_backend_sqlite. This was a valuable tool for getting the reason for a start failure.Adding ramoops_logger will be able to accomplish the same thing with pretty much no overhead