Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Release - Do Not Merge! #1

Open
wants to merge 128 commits into
base: original
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
128 commits
Select commit Hold shift + click to select a range
6b15b6f
Add Zig tab
lupyuen Aug 1, 2022
9237634
Update doc
lupyuen Aug 2, 2022
3a0e8a5
Update doc
lupyuen Aug 2, 2022
ba96894
Copy Dart Code Generator to Zig
lupyuen Aug 2, 2022
efe185d
Change all Dart to Zig, preserve case
lupyuen Aug 2, 2022
1cc57b3
Update doc
lupyuen Aug 2, 2022
5ce264b
Update doc
lupyuen Aug 2, 2022
8ee0625
Update doc
lupyuen Aug 2, 2022
6459555
Add Zig to Build Tasks
lupyuen Aug 2, 2022
0647b7b
Add Zig to Chunks
lupyuen Aug 2, 2022
5834fe4
Add Zig to Dependencies
lupyuen Aug 2, 2022
b9bfc7a
Revert fixes for Zig
lupyuen Aug 2, 2022
3791f95
Update Dependencies
lupyuen Aug 2, 2022
5bcec00
Update Chunks
lupyuen Aug 2, 2022
1c1bc43
Update doc
lupyuen Aug 2, 2022
a0c91dc
Handle Zig Tab
lupyuen Aug 2, 2022
289bdac
Merge branch 'master' of ssh://github.com/lupyuen3/blockly-zig-nuttx
lupyuen Aug 2, 2022
a23b673
Load Zig Code Generator
lupyuen Aug 2, 2022
090c972
Add Zig Code Generator
lupyuen Aug 2, 2022
d32b3b4
Update doc
lupyuen Aug 2, 2022
dd4e93d
Generate Main Function
lupyuen Aug 2, 2022
7734362
Generate Repeat Loop
lupyuen Aug 2, 2022
3c8f643
Generate Set Var
lupyuen Aug 2, 2022
fc628ea
Tested OK
lupyuen Aug 2, 2022
cc6505d
Generate Print Statement
lupyuen Aug 2, 2022
77f6edd
Remove Variable Declarations
lupyuen Aug 2, 2022
219005d
Tested OK
lupyuen Aug 2, 2022
8f44af6
Add header and trailer
lupyuen Aug 3, 2022
add5520
Update doc
lupyuen Aug 3, 2022
5855650
Update doc
lupyuen Aug 3, 2022
73ec016
Update doc
lupyuen Aug 3, 2022
7f61ee8
Update doc
lupyuen Aug 3, 2022
c8b5244
Update doc
lupyuen Aug 3, 2022
85e06e2
Update doc
lupyuen Aug 3, 2022
2ec2a18
Update doc
lupyuen Aug 3, 2022
fc4f4e7
Update doc
lupyuen Aug 3, 2022
22ac5f9
Update doc
lupyuen Aug 3, 2022
774b93e
Clean up
lupyuen Aug 3, 2022
ae9b448
Clean up
lupyuen Aug 3, 2022
21f9cda
Clean up
lupyuen Aug 3, 2022
00a9848
Update doc
lupyuen Aug 3, 2022
60af244
Update doc
lupyuen Aug 3, 2022
9026f0b
Update doc
lupyuen Aug 3, 2022
f7f515d
Update doc
lupyuen Aug 3, 2022
25e57a4
Update doc
lupyuen Aug 3, 2022
eb211df
Update doc
lupyuen Aug 3, 2022
848305e
Update doc
lupyuen Aug 3, 2022
76ad006
Rebuild
lupyuen Aug 3, 2022
61d950c
Update doc
lupyuen Aug 3, 2022
ca792e1
Update doc
lupyuen Aug 3, 2022
0af2c81
Update doc
lupyuen Aug 3, 2022
b237634
Update doc
lupyuen Aug 3, 2022
274e970
Update doc
lupyuen Aug 3, 2022
a2121d5
Update doc
lupyuen Aug 3, 2022
058ca53
Update doc
lupyuen Aug 3, 2022
1f28de9
Update doc
lupyuen Aug 4, 2022
5882c5e
Update doc
lupyuen Aug 4, 2022
34281e0
Update doc
lupyuen Aug 4, 2022
3123855
Update doc
lupyuen Aug 4, 2022
50248ea
Restore Function Definitions
lupyuen Aug 4, 2022
6349d9d
Clean up
lupyuen Aug 4, 2022
907f9eb
Fix string quotes
lupyuen Aug 5, 2022
272cff3
Generate Functions
lupyuen Aug 5, 2022
aa9816c
Add Blocks Library
lupyuen Aug 9, 2022
bece832
Update Blocks Library
lupyuen Aug 9, 2022
de208c3
Add custom blocks
lupyuen Aug 9, 2022
503f92b
Add Compose Message block
lupyuen Aug 9, 2022
1503d9c
Add blocks for BME280 and Transmit Message
lupyuen Aug 10, 2022
5d4f05d
Update Zig Blocks
lupyuen Aug 10, 2022
5bec238
Compose Message Block tested OK
lupyuen Aug 10, 2022
996f37c
Show Custom Blocks in Toolbox
lupyuen Aug 10, 2022
5204bbc
Load Custom Blocks
lupyuen Aug 10, 2022
891cbd5
Add Custom Blocks and Compose Message Block to build
lupyuen Aug 10, 2022
0c6ba1f
Rebuild Custom Blocks, tested OK
lupyuen Aug 10, 2022
89cacca
Add Code Generator Functions for Custom Blocks
lupyuen Aug 10, 2022
21d4e66
Add Code Generator Functions to build
lupyuen Aug 10, 2022
0f12ae5
Code Generator Functions tested OK
lupyuen Aug 10, 2022
105072b
Merge pull request #2 from lupyuen3/sensor
lupyuen Aug 10, 2022
dd32b82
Remove f32 from const
lupyuen Aug 10, 2022
82a50a2
Change Block colours
lupyuen Aug 10, 2022
7400a57
Generate code for Custom Blocks
lupyuen Aug 10, 2022
3dbfd37
Align comments
lupyuen Aug 10, 2022
58707a8
Merge pull request #3 from lupyuen3/sensor
lupyuen Aug 10, 2022
66c61a1
Fix warnings
lupyuen Aug 10, 2022
c8f7ffd
Fix sleep and field
lupyuen Aug 10, 2022
821cbcf
Merge pull request #4 from lupyuen3/sensor
lupyuen Aug 11, 2022
6d59d87
Update doc
lupyuen Aug 11, 2022
55dba95
Update doc
lupyuen Aug 11, 2022
b1e01d5
Update doc
lupyuen Aug 11, 2022
1cf3c53
Update doc
lupyuen Aug 11, 2022
607dd58
Update doc
lupyuen Aug 11, 2022
317369d
Update doc
lupyuen Aug 11, 2022
850629b
Update doc
lupyuen Aug 11, 2022
909ebaf
Sensor app runs OK on BL602 yay!
lupyuen Aug 11, 2022
a363111
Update doc
lupyuen Aug 11, 2022
45af61e
Update doc
lupyuen Aug 11, 2022
58c9374
Update doc
lupyuen Aug 11, 2022
9a0cd38
Update doc
lupyuen Aug 11, 2022
b2e2fcc
Update doc
lupyuen Aug 11, 2022
4768b8e
Update doc
lupyuen Aug 11, 2022
e4fa008
Update doc
lupyuen Aug 11, 2022
9f9e1fb
Update doc
lupyuen Aug 11, 2022
4571cb6
Clean up
lupyuen Aug 11, 2022
32ee3b9
Update doc
lupyuen Aug 11, 2022
ad67ed1
Update doc
lupyuen Aug 11, 2022
d0581c3
Clean up
lupyuen Aug 11, 2022
1aada0c
Update doc
lupyuen Aug 11, 2022
6967ec5
Update doc
lupyuen Aug 11, 2022
5bbd741
Update doc
lupyuen Aug 11, 2022
b6d912e
Update doc
lupyuen Aug 11, 2022
b6dbd66
Clean up
lupyuen Aug 11, 2022
aaed2dc
Update doc
lupyuen Aug 11, 2022
62badbd
Update doc
lupyuen Aug 11, 2022
502fabe
Update doc
lupyuen Aug 12, 2022
551d494
Update doc
lupyuen Aug 12, 2022
d2516e4
Update doc
lupyuen Aug 12, 2022
eb500de
Update doc
lupyuen Aug 12, 2022
70cb0f3
Update doc
lupyuen Aug 12, 2022
b1309a6
Update doc
lupyuen Aug 12, 2022
1433af3
Update doc
lupyuen Aug 12, 2022
38b951a
Update doc
lupyuen Aug 12, 2022
14582f1
Update doc
lupyuen Aug 12, 2022
cbd54af
Update doc
lupyuen Aug 13, 2022
31e167b
Update doc
lupyuen Aug 13, 2022
360adf7
Update doc
lupyuen Aug 14, 2022
6802049
Update doc
lupyuen Aug 16, 2022
c4c1fa1
Change WSL to macOS
lupyuen Aug 19, 2022
8b6b716
Change /dev/sensor to /dev/uorb
lupyuen Aug 19, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build",
"type": "shell",
"command": "set -x && npm run build && cp build/*compressed* . ",
"problemMatcher": "$tsc",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"clear": true
}
}
]
}
Loading