Skip to content

Commit

Permalink
Merge pull request tock#4350 from tock/dev/syscall-driver-networking-…
Browse files Browse the repository at this point in the history
…ethernet-tap

capsules/core/driver: rename "Radio" to "Networking", reserve "EthernetTap" syscall driver number
  • Loading branch information
brghena authored Feb 21, 2025
2 parents 1dbe75e + 85274e7 commit f0ed9ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capsules/core/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ pub enum NUM {
I2cMasterSlave = 0x20006,
Can = 0x20007,

// Radio
// Networking
BleAdvertising = 0x30000,
Ieee802154 = 0x30001,
Udp = 0x30002,
LoRaPhySPI = 0x30003,
LoRaPhyGPIO = 0x30004,
Thread = 0x30005,
Eui64 = 0x30006,
EthernetTap = 0x30007,

// Cryptography
Rng = 0x40001,
Expand Down

0 comments on commit f0ed9ce

Please sign in to comment.