Skip to content

Commit

Permalink
Add recent news to the front page.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jan 12, 2024
1 parent aae7d10 commit 06542ae
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ layout: post

<img src="images/fpga.jpeg" alt="FPGA running CHERIoT Ibex">

## Latest news

{% assign posts = site.posts %}
{% for item in posts limit:4 %}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
- [*{{ item.title }}* - {{ item.date | date: date_format }}]({{ item.url }})
{% endfor %}

[More...](news)

## About

The Capability Hardware Extension to RISC-V for IoT (CHERIoT) platform was originally developed at Microsoft and is now part of an effort spanning multiple companies.
It builds on top of [CHERI](https://cheri-cpu.org) to provide a solid foundation for secure embedded devices.
CHERI provides referential integrity (pointers cannot be forged), spatial memory safety (pointers carry bounds that cannot be extended), call gates, and so on.
Expand Down

0 comments on commit 06542ae

Please sign in to comment.