Commit Graph

11 Commits

Author SHA1 Message Date
Saket Sinha
0c49fe4b3e Add support for toplevel Makefile
Add toplevel Makefile with clean support.
Updated Readme for building details.
2020-11-11 10:04:25 +01:00
ftk
f90cec631c limit amount of make jobs 2020-11-04 20:52:22 +03:00
Evangelos Ribeiro Tzaras
7168e7f4e7 examples: Document UART initialization 2020-11-02 17:55:30 +01:00
Matej Sychra
82f8590f80
typo fixes in first examples 2020-10-31 22:28:56 +01:00
Robert Lipe
6c3a46ec08 Remove unused sampling argument. 2020-10-29 16:11:13 -05:00
Marek Kraus
a07e6c954d
Merge pull request #11 from disdi/master
Add top level Makefile to build all apps
2020-10-29 13:48:04 +01:00
Marek Kraus
01d8d7a681
Merge pull request #16 from BryanQuigley/unused-import
Remove two unused imports
2020-10-29 10:45:21 +01:00
Robert Lipe
dfc40a74d7
Fix mismatched datatypes in DMA arguments. (#29)
The file's uint32_t alignment should be more restrictive than the
uint16_t alignment, so this SHOULD be safe ... and reduces build noise.

Co-authored-by: Robert Lipe <robertlipe@gpsbabel.org>
2020-10-29 09:32:44 +01:00
Bryan Quigley
14f0847a7e Remove two unused imports 2020-10-28 08:19:17 -07:00
Saket Sinha
bf1c99fa7e Add top level Makefile to build all apps
Adding a top level Makefile to build all the different  apps listed
under customer_app directory.
2020-10-28 14:36:56 +01:00
Rujun Wang
ee4a10b1a1 Initial Commit 2020-10-26 20:35:25 +08:00