soft/lpc122x/examples
2 years agoMove the host app for microphone to the right app directory ...
nathael Pajani [Thu, 19 Nov 2015 14:09:02 +0000 (15:09 +0100)]
Move the host app for microphone to the right app directory ...

2 years agoCommit of the simple ADC Rx test, used for audio sampling.
Nathael Pajani [Tue, 10 Nov 2015 20:36:09 +0000 (21:36 +0100)]
Commit of the simple ADC Rx test, used for audio sampling.

2 years agoAdding a new mode to the led strip example
Nathael Pajani [Thu, 1 Oct 2015 20:02:01 +0000 (22:02 +0200)]
Adding a new mode to the led strip example

2 years agomove code to use uprintf instead of snprintf+serial_write
Gabriel Huau [Thu, 27 Aug 2015 04:48:59 +0000 (21:48 -0700)]
move code to use uprintf instead of snprintf+serial_write

This simplify a lot the code to output anything on any UART.

2 years agoThese got lost in the merge, moves, and Makefiles modifications for the new directory...
Nathael Pajani [Thu, 10 Sep 2015 08:29:14 +0000 (10:29 +0200)]
These got lost in the merge, moves, and Makefiles modifications for the new directory organisation.

2 years agoModify all base apps Makefiles according to the new subdirectory scheme
Nathael Pajani [Wed, 9 Sep 2015 20:11:58 +0000 (22:11 +0200)]
Modify all base apps Makefiles according to the new subdirectory scheme

2 years agoMove all base apps to a base subdirectory in apps. This prepares for merge of modules...
Nathael Pajani [Wed, 9 Sep 2015 20:10:01 +0000 (22:10 +0200)]
Move all base apps to a base subdirectory in apps. This prepares for merge of modules branches, which will instead have their own subdirectory, preventing the hasle of cherry-picking common code to each and every branch. Warning : Makefile modifications according to these moves will be in the next commit !