Skip to content

Commit

Permalink
Updated for blog part6
Browse files Browse the repository at this point in the history
Modifications to support network join, WPA & WPA2
  • Loading branch information
jbentham committed Apr 14, 2020
1 parent e53a3ea commit 5728364
Show file tree
Hide file tree
Showing 12 changed files with 1,169 additions and 552 deletions.
1 change: 0 additions & 1 deletion build_part5

This file was deleted.

1 change: 0 additions & 1 deletion build_part5.bat

This file was deleted.

1 change: 1 addition & 0 deletions make_join
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm-none-eabi-gcc -specs=./sdk/Alpha.specs -mfloat-abi=hard -mfpu=vfp -march=armv6zk -mtune=arm1176jzf-s -g3 -ggdb -Wall -Wl,-T./sdk/link.ld -L./sdk -I./whd -Wl,-umalloc -fpack-struct=1 -o zerowi.elf srce/zjoin.c srce/zw_sdio.c srce/zw_ioctl.c srce/zw_gpio.c
1 change: 1 addition & 0 deletions make_join.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm-none-eabi-gcc -specs=./sdk/Alpha.specs -mfloat-abi=hard -mfpu=vfp -march=armv6zk -mtune=arm1176jzf-s -g3 -ggdb -Wall -Wl,-T./sdk/link.ld -I./whd -I./srce -L./sdk -Wl,-umalloc -fpack-struct=1 -o zerowi.elf srce/zjoin.c srce/zw_sdio.c srce/zw_ioctl.c srce/zw_gpio.c
1 change: 1 addition & 0 deletions make_scan
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm-none-eabi-gcc -specs=./sdk/Alpha.specs -mfloat-abi=hard -mfpu=vfp -march=armv6zk -mtune=arm1176jzf-s -g3 -ggdb -Wall -Wl,-T./sdk/link.ld -L./sdk -I./whd -Wl,-umalloc -fpack-struct=1 -o zerowi.elf srce/zscan.c srce/zw_sdio.c srce/zw_ioctl.c srce/zw_gpio.c
1 change: 1 addition & 0 deletions make_scan.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
arm-none-eabi-gcc -specs=./sdk/Alpha.specs -mfloat-abi=hard -mfpu=vfp -march=armv6zk -mtune=arm1176jzf-s -g3 -ggdb -Wall -Wl,-T./sdk/link.ld -L./sdk -I./whd -Wl,-umalloc -fpack-struct=1 -o zerowi.elf srce/zscan.c srce/zw_sdio.c srce/zw_ioctl.c srce/zw_gpio.c
Loading

0 comments on commit 5728364

Please sign in to comment.