-
Notifications
You must be signed in to change notification settings - Fork 101
Embedded WG Newsletter #4 #84
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
Comments
My utility Form is useful when working with tools like svd2rust which generate massive lib files, might be worth a mention - alway happy to accept pull requests. |
|
When discussing the |
(I think we should probably stabilize |
I've started a BLE crate. I'm currently "only" aiming to support BLE hosts, so it would be used to interface with an external controller, not to implement a controller. It's still very early, but I have a framework in place so it should be straightforward to add the remaining commands and events. I'd love to get some feedback, advice, etc. I also have a first implementation, BlueNRG which should support STMicro's family of BlueNRG chips. I have an SPBTLE-RF that I am working with, so those two crates will at least support that chip. A particular request would be for someone to add to BLE and/or use it on a different chip, preferably from a different vendor. Oh, and if anyone has an idea for a better name, that would be great. ble is already claimed. |
@danielgallagher0 Nice. So you're implementing an adapter for the HCI interface I would presume? I'm not a big fan of 3 letter acronyms anyway as they make for horrible search terms. How about writing out Bluetooth and if you're writing an HCI adapter -- throw that in as well? |
@djmcgill wow, I just used it on my Thanks for that! |
Wow, indeed. I haven't noticed that post before but |
The newsletter should mention that we our IRC meetings are open for anyone to attend and that guests can bring up issues / topics to discuss by commenting on the agenda issues. We should also mention that members of the embedded WG will be present during the RustFest Paris impl days and that we are looking for contributors interested in working towards the 2018 edition milestone. |
@therealprof Yes, it's an implementation of the HCI specification. I'm looking over the BT spec, and I think just calling it the Bluetooth HCI would be accurate, and bluetooth-hci makes a decent crate name, and can be extended in the future (bluetooth-core, bluetooth-controller, etc.). |
We have preview of embedded Rust on stable and would love some feedback. See #42 (comment) for details. |
Version 0.3 of the lpc82x crate has been released. It now uses the newest versions of svd2rust and cortex-m. |
I realize it's past the deadline(?), but since the newsletter is not out yet, I'm adding this. Happy to wait for the next one though, if that works better for you. Version 0.1 of LPC82x HAL, the hardware abstraction layer for NXP's LPC82x family of microcontrollers, has been released. Links: Announcement, crates.io, GitHub |
Hey @hannobraun, I plan on writing the post today, busy week :). Your post will make it in this week. |
Placeholder for the next newsletter, scheduled roughly 2018-04-26
The text was updated successfully, but these errors were encountered: