Skip to content

Commit

Permalink
firmware version numbers bumped to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
readmodifywrite committed Jan 24, 2018
1 parent f158a96 commit df81c1c
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion configurations/chromatron.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[chromatron]
proj_version=0.9
proj_version=1.0
base_proj=chromatron_app
full_name=Chromatron
8 changes: 4 additions & 4 deletions python/catbus/catbus/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,12 +683,12 @@ def list_files(self):

c = Client()

c.discover()
# c.discover()

# for node in c.discover('arc2').values():
# pprint(node)
# for node in c.discover().values():
# pprint(node)

# c.connect(('10.0.0.137', 44632))
c.connect(('10.0.0.122', 44632))

# c.delete_file('rainbow.fxb')

Expand Down
2 changes: 1 addition & 1 deletion src/chromatron/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3667
3672
2 changes: 1 addition & 1 deletion src/chromatron/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"PROJ_NAME": "chromatron_app",

"_comment": "Project version",
"PROJ_VERSION": "0.9",
"PROJ_VERSION": "1.0",

"_comment": "Firmware ID",
"_comment": "This is automatically generated",
Expand Down
2 changes: 1 addition & 1 deletion src/chromatron_recovery/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
200
205
2 changes: 1 addition & 1 deletion src/chromatron_recovery/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"PROJ_NAME": "chromatron_recovery",

"_comment": "Project version",
"PROJ_VERSION": "0.9",
"PROJ_VERSION": "1.0",

"_comment": "Firmware ID",
"_comment": "This is automatically generated",
Expand Down
4 changes: 2 additions & 2 deletions src/chromatron_wifi/src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#ifndef _VERSION_H
#define _VERSION_H

#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0


Expand Down
2 changes: 1 addition & 1 deletion src/hal/xmega128a4u/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9175
9180
4 changes: 2 additions & 2 deletions src/hal/xmega128a4u/lib_asf_usb/conf_usb.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
#define USB_DEVICE_VENDOR_ID USB_VID_ATMEL
#define USB_DEVICE_PRODUCT_ID USB_PID_ATMEL_ASF_CDC
#endif
#define USB_DEVICE_MAJOR_VERSION 0
#define USB_DEVICE_MINOR_VERSION 2
#define USB_DEVICE_MAJOR_VERSION 1
#define USB_DEVICE_MINOR_VERSION 0
#define USB_DEVICE_POWER 500 // Consumption on Vbus line (mA)
#define USB_DEVICE_ATTR \
(USB_CONFIG_ATTR_SELF_POWERED)
Expand Down
2 changes: 1 addition & 1 deletion src/lib_chromatron/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2934
2939
2 changes: 1 addition & 1 deletion src/lib_chromatron/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"PROJ_NAME": "lib_chromatron",

"_comment": "Project version",
"PROJ_VERSION": "0.9",
"PROJ_VERSION": "1.0",

"_comment": "Firmware ID",
"_comment": "This is automatically generated",
Expand Down
2 changes: 1 addition & 1 deletion src/lib_dns/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2774
2779
2 changes: 1 addition & 1 deletion src/lib_sntp/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2161
2166
2 changes: 1 addition & 1 deletion src/lib_sntp/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"PROJ_NAME": "lib_sntp",

"_comment": "Project version",
"PROJ_VERSION": "0.1",
"PROJ_VERSION": "1.0",

"_comment": "Firmware ID",
"_comment": "This is automatically generated",
Expand Down
2 changes: 1 addition & 1 deletion src/sapphireos/buildnumber.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17588
17593
2 changes: 1 addition & 1 deletion src/sapphireos/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"FULL_NAME": "SapphireOS",

"PROJ_NAME": "sapphire",
"PROJ_VERSION": "0.9",
"PROJ_VERSION": "1.0",

"BUILD_TYPE": "os",

Expand Down

0 comments on commit df81c1c

Please sign in to comment.