-
Notifications
You must be signed in to change notification settings - Fork 2
Reorganize and update the extensions page #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
9ef5ee6 to
15cd6b7
Compare
extensions.md
Outdated
| Driver | ||
|
|
||
| ### BEAM based drivers | ||
| * [`atomvm_gps`](https://github.com/atomvm/atomvm_gps) Support for GPS device integration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
atomvm_gps is a nif..
pocketos has an erlang gps and nmea parser https://github.com/bettio/pocketOS/blob/main/src/gps_server.erl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed! Thank you! I think I got mixed up because recently I was using the pure Erlang gps_server and nmea_parser that @bettio included in PocketOS.
Not related to this PR, but we should see if Davide would PR those modules to atomvm_lib… I have a PR open there to remove the last of the Nifs (they are all in mainstream AtomVM now) from atomvm_lib.
15cd6b7 to
fb5c275
Compare
extensions.md
Outdated
| * [`atomvm_packbeam`](https://github.com/atomvm/atomvm_packbeam) Purerlang version of AtomVM | ||
| PackBeam utility | ||
| * [`uf2tool`](https://github.com/pguyot/uf2tool) Erlang escript to work with .uf2 files | ||
| * [`atomvm-web-tools`](https://github.com/petermm/atomvm-web-tools) Tools to allow working with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's https://petermm.github.io/atomvm_flasher these days - but I would consider leaving it out..
|
Fair enough, we can wait we can get a fully automated (always up to date) release web-flasher page. I want to also start an AtomVM-Awesome-List, maybe that would be a more appropriate place to list atomvm-web-tools, in an projects/applications section, so people can find it, and use it as a starting point for their own web-flashing projects. |
Divides the list into separate categories for tools, drivers, and libraries. The drivers section is sub-divided into BEAM based drivers and nif/port based drivers to help users determine which drivers best suit their needs. Several new libraries and tools have been added to the list, and all long lines have been formatted to 100 character linelengths. Signed-off-by: Winford <[email protected]>
fb5c275 to
1db9aea
Compare
Divides the list into separate categories for tools, drivers, and libraries. The drivers section is sub-divided into BEAM based drivers and nif/port based drivers to help users determine which drivers best suit their needs.
Several new libraries and tools have been added to the list, and old retired extensions with replacements have been removed.
All long lines have been formatted to 100 character linelengths.