File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11//! ST77xx Screen
22//!
3- //! - https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays
3+ //! - < https://learn.adafruit.com/adafruit-1-3-and-1-54-240-x-240-wide-angle-tft-lcd-displays>
44//!
55//! The screen supports multiple physical busses, and this driver is implemented
66//! on top of the generic `Bus` interface.
Original file line number Diff line number Diff line change 11//! Client to Authenticator Protocol CTAPv2 over USB HID
22//!
3- //! Based on the spec avaliable at: https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html
3+ //! Based on the spec avaliable at: < https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html>
44
55use core:: cell:: Cell ;
66use core:: cmp;
Original file line number Diff line number Diff line change 11//! Support for the AES hardware block on OpenTitan
22//!
3- //! https://docs.opentitan.org/hw/ip/aes/doc/
3+ //! < https://docs.opentitan.org/hw/ip/aes/doc/>
44
55use kernel:: common:: cells:: { OptionalCell , TakeCell } ;
66use kernel:: common:: registers:: {
You can’t perform that action at this time.
0 commit comments