Skip to content

Commit

Permalink
readme and licence
Browse files Browse the repository at this point in the history
  • Loading branch information
pierstitus committed Jul 13, 2014
1 parent 9585e69 commit 64b36b8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions codec_CS43L22.c
@@ -1,5 +1,6 @@
/*
* codec_CS43L22.c
* ChibiOS driver for the CS43L22 audio codec available on STM32F4-Discovery.
*
* Created on: Jun 7, 2012
* Author: Kumar Abhishek
Expand Down
2 changes: 1 addition & 1 deletion fast.lib
@@ -1,7 +1,7 @@
//fast.lib - Faust functions for fast approximations of various functions
declare name "Faust Fast Approximations Library";
declare author "Piers Titus van der Torren (pierstitus@toverlamp.org)";
declare licence "BSD"; //
declare licence "Apache-2.0";

import("music.lib");

Expand Down
16 changes: 16 additions & 0 deletions main.c
@@ -1,3 +1,19 @@
/*
ChibiOS/RT Faust target - Copyright (C) 2014 Piers Titus van der Torren
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

// File adopted from ChibiOS STM32F4Discovery Demo

#include "ch.h"
Expand Down

0 comments on commit 64b36b8

Please sign in to comment.