-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addressed numerous minor issues and added special build for Software …
…Defined Radio Addressed #172, #174, #179, #180, #181, #183, #184, #185, #187, #188, #189, #190, and #191.
- Loading branch information
1 parent
3db957e
commit d91beb0
Showing
31 changed files
with
4,211 additions
and
2,086 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file renamed
BIN
+10.7 MB
...odule Manual - Code Rev 20230603 2058.odt → ...odule Manual - Code Rev 20230803 1943.odt
Binary file not shown.
Binary file renamed
BIN
+9.83 MB
...odule Manual - Code Rev 20230603 2058.pdf → ...odule Manual - Code Rev 20230803 1943.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Group File Created by IDEA | ||
# Project: <NetworkModule> | ||
# Sat Jun 03 18:53:05 2023 | ||
# Fri Aug 04 03:13:42 2023 | ||
# | ||
"networkmodule_vector.o" |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
REM COMMAND FILE BUILT BY IDEA | ||
REM Sat Jun 03 18:52:59 2023 | ||
REM Fri Aug 04 03:13:36 2023 | ||
REM | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "networkmodule_vector.c" | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "bme280.c" "ds18b20.c" "enc28j60.c" "gpio.c" "httpd.c" "i2c.c" "main.c" "mqtt.c" "mqtt_pal.c" "pcf8574.c" "spi.c" "timer.c" "uart.c" "uip.c" "uip_arp.c" "uip_tcpapphub.c" | ||
cxstm8 -v -l +strict +debug +modsl0 +split +warn "bme280.c" "ds18b20.c" "enc28j60.c" "gpio.c" "httpd.c" "i2c.c" "ina226.c" "main.c" "mqtt.c" "mqtt_pal.c" "pcf8574.c" "spi.c" "timer.c" "uart.c" "uip.c" "uip_arp.c" "uip_tcpapphub.c" | ||
clnk -v -sa -o "NetworkModule.sm8" -m "NetworkModule.map" "networkmodule.lkf" | ||
chex -f3 -o "NetworkModule.sx" "NetworkModule.sm8" | ||
clabs "NetworkModule.sm8" |
Oops, something went wrong.