Skip to content
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

Tracking: Virtualize Major Syscalls #1216

Open
8 of 32 tasks
bradjc opened this issue Nov 20, 2018 · 0 comments
Open
8 of 32 tasks

Tracking: Virtualize Major Syscalls #1216

bradjc opened this issue Nov 20, 2018 · 0 comments
Labels

Comments

@bradjc
Copy link
Contributor

bradjc commented Nov 20, 2018

Ensure that the execution behavior of system calls in one process is independent of other processes and whether they are using the same device: multiple processes can have outstanding operations, which are either interleaved or performed in parallel depending on the peripheral and implementation.

  • ADC
  • AES
  • Alarm
  • AmbientLight
    • Test: run two copies of examples/tests/ambient_light
  • Analog Comparator
  • app_flash_driver.rs
  • ble_advertising_driver.rs
  • Button
    • Test: run two copies of examples/tests/button_print
  • Console
    • TX
    • RX
  • CRC
    • Test: run two copies of examples/tests/crc
  • DAC
  • GPIO (capsules: gpio: support multiple apps #1249)
    • Test: run two copies of examples/tests/gpio_interrupt
  • GPIO Async
  • Humidity
  • I2C Master
  • I2CMasterSlave
  • ieee802154/driver.rs
  • led.rs
  • lps25hb.rs
  • ltc294x.rs
  • max17205.rs
  • net/udp/driver.rs
  • ninedof.rs
  • nonvolatile_storage_driver.rs
  • pca9544a.rs
  • rng.rs
  • SPI
  • temperature.rs
  • tmp006.rs
  • tsl2561.rs
  • usb_user.rs

Not

  • BLE Serialization
@bradjc bradjc added the release-blocker Issue or PR that must be resolved before the next release label Nov 30, 2018
@ppannuto ppannuto changed the title Tracking: Virtualize All Syscalls Tracking: Virtualize Major Syscalls Dec 4, 2018
@bradjc bradjc removed the release-blocker Issue or PR that must be resolved before the next release label Jun 28, 2019
@bradjc bradjc added the release-blocker Issue or PR that must be resolved before the next release label Oct 9, 2019
@bradjc bradjc removed the release-blocker Issue or PR that must be resolved before the next release label Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant