Commit Graph

3 Commits

Author SHA1 Message Date
Rob Mohr
5fc2541e8a bazel: Remove unnecessary license comments
We get warnings when these are imported into google3.

Change-Id: I8daaef65c3ae35d81e75815460d659b53c122ee3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/50580
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Reviewed-by: Keir Mierle <keir@google.com>
2021-06-29 15:37:52 +00:00
Nathaniel Brough
c2d5781a76 workspace: Switches Bazel builds to using facades
Switches over all packages that were previously working with Bazel
to use the new facades API. In the process of doing this a few new
modules where newly compatible with Bazel. This is reflected in the
changes to the presubmit.

Change-Id: I12aa67fa43b9ac2b947f33814f901dd00f929543
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/41561
Reviewed-by: Keir Mierle <keir@google.com>
Reviewed-by: Akira Baruah <akirabaruah@google.com>
Reviewed-by: Ewout van Bekkum <ewout@google.com>
Commit-Queue: Keir Mierle <keir@google.com>
2021-05-01 16:57:23 +00:00
Ewout van Bekkum
41daf160ce embos: add third_party, SystemClock, and SpinLock support
Adds initial support for embOS v4 for 32bit targets. For now this
only adds third_party support to depend on embOS's RTOS.h header,
the pw::chrono::SystemClock based on OS_GetTime32 and the
pw::sync::SpinLock based on OS_IncDI & OS_DecRI.

Change-Id: I6faf815ab05a0b00b7006b4bcc62df713b219dfe
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/35601
Reviewed-by: Ewout van Bekkum <ewout@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com>
Commit-Queue: Ewout van Bekkum <ewout@google.com>
2021-03-10 00:21:24 +00:00