Commit Graph

27 Commits

Author SHA1 Message Date
Thomas Hebb
4c2e1c6dbb Remove executable permission from files that don't need it 2021-01-09 13:18:35 -08:00
Thomas Hebb
422a8da5c5 Respect MAX_MAKE_JOBS in new projects
commit f90cec631c ("limit amount of make jobs") in our fork added a
new environment variable check to all the genromap scripts to limit the
number of parallel jobs. Port this check onto the new projects added by
upstream in the latest merge.
2021-01-03 12:07:11 -08:00
Thomas Hebb
a862bd57f7 Ensure genromap files are present and executable in all projects
The latest upstream changes added one project (bl602_demo_blemeshnode)
without a genromap. Add one by copying the provided genblenode script.
Also make the genromap executable for two other newly-added projects.
2021-01-03 12:00:33 -08:00
Thomas Hebb
8ac96e8cff Merge remote-tracking branch 'upstream/master'
Merge in a number of upstream changes from Bouffalo, resolving
conflicts. Most conflicts came from warring whitespace fixes, which is
better than no whitespace fixes in either repo. I generally took the
upstream version in such cases to make future merges easier.

I have left out all upstream docs changes from this merge, since those
will have to be separately merged into our bl602-docs submodule.
2021-01-03 10:19:08 -08:00
shchen
a2cb1927d8 ble mesh node 2020-12-24 16:24:20 +08:00
shchen
267fcfc9db project name error 2020-12-24 16:22:34 +08:00
shchen
f3e1252985 add ble mesh node demo 2020-12-24 15:50:14 +08:00
shchen
bd5ee2566f project name error 2020-12-24 15:44:38 +08:00
shchen
2b7db9aef8 add ble mesh node demo 2020-12-24 15:40:36 +08:00
shchen
a327efd414 ble demo 2020-12-23 16:31:47 +08:00
Yafei Jin
db12f7c305
Add sample of sdk_app_spi 2020-12-10 10:17:37 +08:00
ftk
f85d4652cf fix makefile so that it no longer ignores errors 2020-11-21 16:12:54 +03:00
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
Robert Lipe
e82b9d746d Customer_apps whitespace fix
.c and .h get tabs expanded to four spaces for consistency, traliing whitespace whacked.
    Makefiles do NOT get tabs changed.
2020-11-08 13:48:34 -06:00
ftk
f90cec631c limit amount of make jobs 2020-11-04 20:52:22 +03:00
Evangelos Ribeiro Tzaras
c84915a06c
examples: Document UART initialization 2020-11-04 11:05:17 +08:00
Evangelos Ribeiro Tzaras
7168e7f4e7 examples: Document UART initialization 2020-11-02 17:55:30 +01:00
Matej Sychra
6e5fe87a89
typo fixes in first examples 2020-11-02 15:25:41 +08:00
Matej Sychra
82f8590f80
typo fixes in first examples 2020-10-31 22:28:56 +01:00
Robert Lipe
e1d0f68857 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-31 22:07:49 +08: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