lpcmanager
Clone
Summary
Browse
Changes
Graph
Moving more imports to where thy should be.
revamp
2018-02-05, Edouard Tisserant
3731d5792801
Moved connectors, targets and toolchain customizations to LPCExtension.py
revamp
2018-02-05, Edouard Tisserant
1d0ab360af8a
Finished moving library customization to LPCExtension
revamp
2018-02-05, Edouard Tisserant
ce13540e7e69
Moved LPCLibrary.py -> LPCExtension.py
revamp
2018-02-05, Edouard Tisserant
949d52a4a155
Moving imports to the right module, stripping some dead code.
revamp
2018-02-05, Edouard Tisserant
9780486de8d8
Moving code out of LPCManager, using hg copy, therefore cropping overlapping code.
revamp
2018-02-05, Edouard Tisserant
486ac5df99ae
Added .hgignore
revamp
2018-02-05, Edouard Tisserant
1bcb42bc5783
Moved StdouPseudoFile out of LPCManager.py
revamp
2018-02-05, Edouard Tisserant
0c4758cbaa5d
Added LPCLibrary.py
revamp
2018-02-05, Edouard Tisserant
37a540b68d3b
Started splitting LPCManager.py, and implement LPCManager's Launcher, based on Beremir IDE launcher class.
revamp
2018-02-02, Edouard Tisserant
2451e9f90bac
Removed Spyware (sentry.io)
2018-01-30, Edouard Tisserant
a7669138416f
More non-working SplashScreen code removal.
2018-01-30, Edouard Tisserant
2a141a3cf524
using blinker just for one single callback... maybe was that a bit overkill ?
2018-01-30, Edouard Tisserant
4a26b89c1446
Arch is no more optional argument, and fixed regression from before last commit
2018-01-29, Edouard Tisserant
34ba88bf42e5
Fixes some strange undefined error caused by some borderline lambda method declaration in some class...
2018-01-29, Edouard Tisserant
261abdd9d14f
removed unneeded __name__ == '__main__' condition, and unidented corresponding code. Added some comments.
2018-01-29, Edouard Tisserant
a57a5267f11a
WIP reworked imports and declarations at head of LPCManager.py
2018-01-29, Edouard Tisserant
c059320c8bbb
#2538 removed dangerous and unmaintainable code
2018-01-29, Edouard Tisserant
169d6c59873d
#2539 removed dangerous and unmaintainable code
2018-01-29, Edouard Tisserant
80122593c8c3
Issue #2537 : stripped faulty code.
2018-01-26, Edouard Tisserant
c8e3d9ab06a6
Threads are not for kids. Backed out changeset ffb9a4cec11a.
2018-01-26, Edouard Tisserant
2add17ad71f9
Changed toolchain Cflags parameter in XSD :
2018-01-19, Edouard Tisserant
7bfd512ed448
Removed incompatible crap, still a lot left. Now runs when launched from test .bat file.
2018-01-19, Edouard Tisserant
0496448c9702
Removed apparently dead code. What was that TARGET_UPDATE_SCRIPT defined for ?
2018-01-18, Edouard Tisserant
0eb1016b8699
update tags
2018-01-17, convert-repo
dc78a6be5c98
Renaming back to orign name. Refs #2390
2017-12-15, dporopat
002df60d7b8a
Renaming name of item in tree. Refs #2390
2017-12-04, dporopat
bcf66b67f4f7
Backout changeset 3c485407dec4a716f9bafd8d97668f2ed2cf567f
2017-11-22, dgaberscek
c2bcc85c6df3
Fixed bug when merging with russians.
2017-11-22, dgaberscek
3c485407dec4
Fixed buzzer block bug. Sometimes buzzer stayed on even after input value was set to False.
2017-11-20, dgaberscek
6222e3102a8d
Added modbus support in LPCManager.
2017-11-15, agregorcic
ffb8a956585e
Using GOT100.h for GOT131 and GOT111.
2017-10-03, dporopat
693b171ffe12
GOT131.h renamed to GOT100.h, because got_111 and got_131 both have same HW, so the same header file can be used.
2017-10-03, bmakuc
71f3fc622522
Reconnect for crossbar added, fix on reconecting.
2017-09-21, dporopat
6c155350684d
Fix for variables string typing mistake.
2017-09-12, dporopat
91eb830a97a3
Fix for variables string if statement needed.
2017-09-12, dporopat
b74feb4e9852
Fix for variables string must be correct for standard name.
2017-09-12, dporopat
e81bacef668e
Variables string must be correct for standard name. String name customize added.
2017-09-07, dporopat
873694bb9ec0
Checking if self.VariableName exists.
2017-08-30, dporopat
99a9767d92c5
Using GOT131.h lib for GOT_131.
2017-08-24, dporopat
95911ff0a039
Multiple line comment now works for ST.
2017-08-21, dgaberscek
a160718d7987
Fixed bad define in MC9.h
2017-08-16, bmakuc
0f8680be74f7
Modified defines that specify code specific to a certain product (MC9, GOT, GOT131, ...)
2017-08-16, bmakuc
70d1c694fe56
Change name and location on selected variable.
2017-08-08, dporopat
35472c1ffa0b
Deleted duplicated 'Modbus support'.
2017-08-08, dporopat
8a97b75de0e7
Fixed Debugger issue.
2017-07-31, dgaberscek
28eb9dbc5323
No longer shows stop if controller is empty.
2017-07-31, dgaberscek
5cad6b61512d
Fixed description mistake for backlight dimmer block.
2017-07-27, dgaberscek
3209e03c1607
Smarteh 485: uart data is copied to beremiz buffer even if reception was not successfull. This ensures that communication statuses are updated. Otherwise these statuses are not updated in case controller can't communicate with any slave. This bug was introduced in revision 614.
2017-07-20, bmakuc
3492b0cd6a33
Using old Build function, because build in new thread generate errors.
2017-07-19, dporopat
db87dd969fe2
On Windows thread.join stops loading LPCMamager.
2017-07-11, dporopat
9cbb3d5d65b9
Fixed loading screen on build.
2017-07-10, dgaberscek
86063716d41d
For linux run thread.join needed. Command Show True execute loading else not.
2017-07-06, dporopat
00e4663b5eaa
Fix commit #670
2017-07-04, agregorcic
af9416e32a92
Added new image for loading
2017-07-04, agregorcic
3cd2db294d3d
Added loading image on show beremiz and on build. We must need more tests.
2017-07-04, agregorcic
e5e020db9eb9
Change back function _Build that run on main thread beacuse when it run on new thread python stop working
WAMP_API_1.2
2017-06-16, agregorcic
09ef5d8afdf8
Changed GOT.131 to GOT_131. Better to use underline for arch detection.
2017-06-13, dporopat
0f6f52d53857
Added modul modbus to features.catalog
2017-06-12, agregorcic
d7d0b2dedf29
On wxGlade creation a .txt file with orientation is created.
2017-06-12, dgaberscek
961a860d8710