Skip to content

Commit b83b168

Browse files
committed
New upstream version 3.3.0~b5
0 parents  commit b83b168

File tree

2,058 files changed

+348091
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,058 files changed

+348091
-0
lines changed

3RD_PARTY_NOTICES.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
The `pybricks-micropython` port contains 3rd-party software.
2+
3+
This file contains a summary of the 3rd-party software and conditions. The full
4+
license text and additional information can be found in the specified
5+
subdirectories.
6+
7+
8+
### Texas Instruments BLE5-Stack
9+
10+
**path**: `lib/ble5stack/`
11+
12+
**origin**: simplelink_sdk_ble_plugin_3_20_00_24
13+
14+
**url**: https://www.ti.com/tool/download/SIMPLELINK-SDK-BLUETOOTH-PLUGIN
15+
16+
**terms**:
17+
- License: proprietary/BSD-3-Clause
18+
- Permissions: Commercial use, distribution, modification, private use
19+
- Conditions: Compiled code can only be executed on TI products
20+
- Restrictions: Liability, trademark use, warranty
21+
22+
23+
### STM32 BlueNRG-MS
24+
25+
**path**: `lib/BlueNRG-MS/`
26+
27+
**origin**: STM32CubeExpansion_BLE1_4.1.0
28+
29+
**url**: https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-ble1.html
30+
31+
**terms**:
32+
- License: proprietary
33+
- Permissions: Commercial use, distribution, modification, private use
34+
- Conditions: Compiled code can only be executed on STM32 products
35+
- Restrictions: Liability, trademark use, warranty
36+
37+
### nxos
38+
39+
**path**: `lib/pbio/platform/nxt/nxos`
40+
41+
**origin**: Git commit bbed11a3740c576e95a8c6fe1dabb02c6cc9110c
42+
43+
**url**: https://github.com/danderson/nxos
44+
45+
**terms**:
46+
- License: GPL-2.0
47+
- Permissions: Commercial use, distribution, modification, private use
48+
- Conditions: Disclose source, license/copyright notice and state changes, same license
49+
- Restrictions: Liability, warranty
50+
51+
52+
### STM32 USB Device Library
53+
54+
**path**: `lib/STM32_USB_Device_Library/`
55+
56+
**origin**: Git commit 5d01400afd60410f6e049cbd19179a67d44d53fd
57+
58+
**url**: https://github.com/STMicroelectronics/STM32CubeF4
59+
60+
**terms**:
61+
- License: proprietary
62+
- Permissions: Commercial use, distribution, modification, private use
63+
- Conditions: Compiled code can only be executed on STM32 products
64+
- Restrictions: Liability, trademark use, warranty
65+
66+
67+
### Contiki OS
68+
69+
**path**: `lib/contiki-core/`
70+
71+
**origin**: Git commit 32b5b17f674232867c22916bb2e2534c8e9a92ff
72+
73+
**url**: https://github.com/contiki-os/contiki
74+
75+
**terms**:
76+
- License: BSD-3-Clause
77+
- Permissions: Commercial use, distribution, modification, private use
78+
- Conditions: License and copyright notice
79+
- Restrictions: Liability, warranty
80+
81+
82+
### STMems_Standard_C_drivers
83+
84+
**path**: `lib/lsm6ds3tr_c_STdC/`
85+
86+
**origin**: Git commit 5a189f9ccb81615c87d9ad2fb0f394cffb5853d6
87+
88+
**url**: https://github.com/STMicroelectronics/STMems_Standard_C_drivers
89+
90+
**terms**:
91+
- License: BSD-3-Clause
92+
- Permissions: Commercial use, distribution, modification, private use
93+
- Conditions: License and copyright notice
94+
- Restrictions: Liability, warranty
95+
96+
97+
### BlueKitchen BTStack
98+
99+
**path**: `lib/btstack/`
100+
101+
**origin**: Git commit 039b5ecb8b267d3c4fc6d0521ab55182e00567a9
102+
103+
**url**: https://github.com/bluekitchen/btstack
104+
105+
**terms**:
106+
- License: BSD-3-Clause + personal use only restriction
107+
- Permissions: Distribution, modification, private use
108+
- Conditions: License and copyright notice
109+
- Restrictions: Commercial use, liability, warranty
110+
111+
### Lightweight ring buffer manager
112+
113+
**path**: `lib/lwrb/`
114+
115+
**origin**: Git commit fc8044d99fcd3950c18172fec0edc850b8dfe565
116+
117+
**url**: https://github.com/MaJerle/lwrb
118+
119+
**terms**:
120+
- License: MIT
121+
- Permissions: Commercial use, distribution, modification, private use
122+
- Conditions: License and copyright notice
123+
- Restrictions: Liability, warranty
124+
125+
---
126+
127+
Explanation of license terms can be found at <https://choosealicense.com/appendix/>.

AUTHORS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
**Project:** `pybricks-micropython`
2+
3+
**The Pybricks Authors (copyright holders of this project):**
4+
- Laurens Valk
5+
- David Lechner
6+
- LEGO System A/S
7+
8+
**Maintainers:**
9+
- Laurens Valk (@laurensvalk)
10+
- David Lechner (@dlech)
11+
12+
**Contributors:**
13+
- Nard Strijbosch (@NStrijbosch)

0 commit comments

Comments
 (0)