Skip to content

Commit 63f3afd

Browse files
authored
Merge pull request #3 from distrap/srk/chores
Chores
2 parents d4f6ce1 + 0017dc6 commit 63f3afd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+96
-434
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
dist
2+
dist-newstyle
23
.cabal-sandbox
34
cabal.sandbox.config
45
TAGS

.travis.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Copyright (C) 2017-2023, distrap.org
12
Copyright (C) 2014-2015, Galois, Inc.
23
All rights reserved.
34

Makefile

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/distrap/tower/ci.yaml?branch=main)](https://github.com/distrap/tower/actions/workflows/ci.yaml)
2+
13
# [Tower][tower]
24

35
## About
@@ -12,9 +14,9 @@ system running on the [STM32][] line of microcontrollers is available in
1214
the [ivory-tower-stm32][] repo, and a backend for general purpose POSIX
1315
operating systems is available in the [ivory-tower-posix][] repo.
1416

15-
[![Build Status](https://travis-ci.org/GaloisInc/tower.svg?branch=tower-9)](https://travis-ci.org/GaloisInc/tower)
16-
1717
## Copyright and license
18+
19+
Copyright 2017-2022, distrap.org
1820
Copyright 2015 [Galois, Inc.][galois]
1921

2022
Licensed under the BSD 3-Clause License; you may not use this work except in
@@ -24,21 +26,12 @@ file.
2426
Portions Copyright (c) 2013-2014, Spiros Eliopoulos, derived from the now
2527
unmaintained `toml` package.
2628

27-
[ivory]: http://github.com/GaloisInc/ivory
28-
[tower]: http://github.com/GaloisInc/tower
29-
[ivory-tower-stm32]: http://github.com/GaloisInc/ivory-tower-stm32
30-
[ivory-tower-posix]: http://github.com/GaloisInc/ivory-tower-posix
29+
[ivory]: http://github.com/distrap/ivory
30+
[tower]: http://github.com/distrap/tower
31+
[ivory-tower-stm32]: http://github.com/distrap/ivory-tower-stm32
32+
[ivory-tower-posix]: http://github.com/distrap/ivory-tower-posix
3133
[overview]: http://smaccmpilot.org/software/tower-overview.html
3234

3335
[STM32]: http://www.st.com/stm32
3436
[freertos]: http://freertos.org
3537
[galois]: http://galois.com
36-
37-
38-
## Contributing
39-
40-
This project adheres to the
41-
[Contributor Covenant code of conduct](CODE_OF_CONDUCT.md).
42-
By participating, you are expected to uphold this code. Please report unaccpetable
43-
behavior to [[email protected]](mailto:[email protected]).
44-

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages:
88
source-repository-package
99
type: git
1010
location: https://github.com/distrap/ivory
11-
tag: e5e316c79998abe62bfd6d2e9f9bcfd311593948
11+
tag: 802a976df29a5cac18b689b99f83f39d2f161319
1212
subdir:
1313
ivory
1414
ivory-artifact

cabal.project.local.ci

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
package tower
2+
ghc-options: -Wall -Werror -Wunused-packages
3+
4+
package tower-aadl
5+
ghc-options: -Wall -Werror -Wunused-packages
6+
7+
package tower-config
8+
ghc-options: -Wall -Werror -Wunused-packages
9+
10+
package tower-hal
11+
ghc-options: -Wall -Werror -Wunused-packages
12+
13+
package tower-mini
14+
ghc-options: -Wall -Werror -Wunused-packages

stack-7.10.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

stack-8.0.2.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)