Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: haqasad/tock

Tags

release-1.5

Toggle release-1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge tock#1811

1811: update changelog for 1.5 r=brghena a=bradjc

### Pull Request Overview

This pull request updates the changelog file with what I could think of as the major API changes.


### Testing Strategy

This pull request was tested by...


### TODO or Help Wanted

This pull request still needs...


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make formatall`.


Co-authored-by: Brad Campbell <[email protected]>

release-1.5-rc4

Toggle release-1.5-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1809 from tock/arty-e21-updates

arty-e21 updates

release-1.5-rc3

Toggle release-1.5-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1757 from tock/virtual-uart-no-double-read

capsules: virtual_uart: avoid double receive, check rx len, support custom buffer

release-1.5-rc2

Toggle release-1.5-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1783 from alevy/hifive

Updated instructions on running HiFive under qemu

release-1.5-rc1

Toggle release-1.5-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1774 from JOE1994/nitpicky

minor fixes to docs

release-1.4.1

Toggle release-1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
bradjc Brad Campbell
allow GPIOs to be switched on

release-1.4

Toggle release-1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge tock#1390

1390: Make ieee802154 driver optional in nrf52_base r=ppannuto a=alevy

### Pull Request Overview

This pull request makes the ieee802154 driver optional in the NRF52 base board and fixes up the NRF52dk board to _not_ include it, since it doesn't have an 802154 radio.

### Testing Strategy

Ran all the tests for release-1.4, including making sure the 802154 tests "work" (in the sense that they don't crash)

### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make formatall`.


Co-authored-by: Amit Aryeh Levy <[email protected]>

release-1.4-rc3

Toggle release-1.4-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge tock#1382

1382: arty e21: remove PMP driver r=alevy a=bradjc

For some reason, adding the PMP driver causes userspace to fail on the
E21 core running on the Arty FPGA. I don't know why, but reverting this
change seems to allow userspace to run.

The driver should be added back when someone is able to test on the E21.

Symptoms:
- App is loaded, and the kernel switches to the app.
- The first memop syscall is triggered, and execution switches back to
the kernel.
- When the kernel goes to resume the application a fault occurs. I
believe the `mcause` is set to 1 ("Instruction access fault").
- The app goes into a fault state and the kernel panics.






### Testing Strategy

This pull request was tested by running blink on E21 core on FPGA.


### TODO or Help Wanted

Well the PMP driver should be implemented, but that is beyond this PR.


### Documentation Updated

- [x] Updated the relevant files in `/docs`, or no updates are required.

### Formatting

- [x] Ran `make formatall`.


Co-authored-by: Brad Campbell <[email protected]>

release-1.4-rc2

Toggle release-1.4-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1379 from tock/hail_button_typo

hail: fix typo in board config

release-1.4-rc1

Toggle release-1.4-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tock#1349 from tock/rust-2019-07

Upgrade the version of Rust before the release