Compare commits
No commits in common. "a2abd41d1266e45d47cdc83cd585b9ab290f2ed3" and "c3cfdefc0d15c27fccbe890494525bc28449430a" have entirely different histories.
a2abd41d12
...
c3cfdefc0d
@ -24,4 +24,4 @@ some of my work at arm on [morello](https://www.arm.com/architecture/cpu/morello
|
|||||||
my [onload](https://www.xilinx.com/products/boards-and-kits/x2-series/onload.html) commits at amd can be found on [the github repo](https://github.com/Xilinx-CNS/onload/commits?author=jbondpre-amd)
|
my [onload](https://www.xilinx.com/products/boards-and-kits/x2-series/onload.html) commits at amd can be found on [the github repo](https://github.com/Xilinx-CNS/onload/commits?author=jbondpre-amd)
|
||||||
|
|
||||||
|
|
||||||
<h2>articles<a href="/atom.xml" class="atom-link">[atom feed]</a></h2>
|
<h2>articles<a href="/feed.xml" class="atom-link">[atom feed]</a></h2>
|
@ -1,9 +1,5 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{{ page.title }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/style/article.css">
|
<link rel="stylesheet" href="/style/article.css">
|
||||||
<link rel="stylesheet" href="/style/sensor-watch.css">
|
<link rel="stylesheet" href="/style/sensor-watch.css">
|
||||||
|
@ -1,9 +1,5 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block title %}
|
|
||||||
{{ page.title }}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<link rel="stylesheet" href="/style/article.css">
|
<link rel="stylesheet" href="/style/article.css">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user