lpcmanager
Clone
Summary
Browse
Changes
Graph
Reflect beremiz commit fe3394697b02 : 'Make some POU libraries selected by default or not...'
revamp
2018-08-06, Edouard Tisserant
5241893c04f0
second commit for #2566 merged as a single commit
revamp
2018-08-06, Edouard Tisserant
0d3ddbd8b801
#2566, merged as a single commit, with fixed line endings
revamp
2018-07-20, Edouard Tisserant
60d6bf2cdf6f
Re-add beremiz' vanilla wxGlade HMI support until cusdomized wxGlade is usable
revamp
2018-06-13, Edouard Tisserant
63fea01d5ed5
Added LPCBACnet.py to override Beremiz BACNet extention default IDs by Smarteh's official IDs
revamp
2018-06-08, Edouard Tisserant
4694d1ce60de
Add LPCModbus.py to LPCMannager extensions, replacing vanilla beremiz modbus feature entry
revamp
2018-05-22, Edouard Tisserant
5bcb2395d45b
Customized UART name for MC9 in Mario's modbus plugin
revamp
2018-05-22, Edouard Tisserant
82e4d43ba0f3
Kissed proprietary libmbrtu goodbye.
revamp
2018-05-18, Edouard Tisserant
0df2fad481ca
Devices Bus : Removed explicit RTS pin toggling as GPIO, now that kernel side RS485 driver handles it. Also changed UART task sleep/unblock into suspend/resume, since it looks unreliable in xenomai3
revamp
2018-05-16, Edouard Tisserant
c4244c0ad6c7
Reflect xenomai3 fix in beremiz. Match beremiz changeset 9fa2f8ede5d6
revamp
2018-05-07, Edouard Tisserant
21fe998eea17
Merged revamp branch until cross_toolchain related changes
2018-04-11, Edouard Tisserant
7a1ab1acd727
Adapted to changes in spi driver interface - match revision db09ebdb3296 of spi_apf18_rtdm
revamp
2018-04-10, Edouard Tisserant
68faf0ff3869
Add explicit Xenomai initialization, when dlopening shared object
revamp
2018-04-03, Edouard Tisserant
a8d903663e94
Xenomai 3 strikes again : rt_event_* takes 32b mask now
revamp
2018-03-23, Edouard Tisserant
bd451154e9f8
New RTDM API for Xenomai 3.... POSIX !!!
revamp
2018-03-23, Edouard Tisserant
3ad801203d38
Cleanup
revamp
2018-03-22, Edouard Tisserant
63d015d37528
Updated include paths, CFLAGS and LDFLAGS for MC9 target to reflect new Xenomai3 way.
revamp
2018-03-19, Edouard Tisserant
3990ee40f9f6
Fix error when starting with empty project, caused by recent changes in Beremiz.
revamp
2018-03-19, Edouard Tisserant
b16f66e429e5
Updated sysroot path, pairs with LPC2-MC9-distro rev 842e31bb974d
revamp
2018-03-19, Edouard Tisserant
5845deb12d68
Use beremiz normal NewProject method when creating project,
revamp
2018-02-14, Edouard Tisserant
cdc52d6b1a6e
Fixed import problems when opening firmware update dialog.
revamp
2018-02-14, Edouard Tisserant
64f694a377b3
Disabled 'Show' command. Composer issues it at the begining, so it makes no sense anyhow.
revamp
2018-02-14, Edouard Tisserant
b637767a4bc5
#2602 remove code using config to deal with transient informations
revamp
2018-02-13, Edouard Tisserant
0ab9ea0bc3b8
Fixed closing of IDE frame leading to exception.
revamp
2018-02-13, Edouard Tisserant
14b468ab23c2
Fixed xEye export
revamp
2018-02-13, Edouard Tisserant
d1c8a008e121
Many small fixes. Mostly typos and forgotten things while splitting LPCManager.py. Reached a point where LPCManager starts again when launched from batch script. Matches with beremiz changeset 7e6b03251bfe.
revamp
2018-02-13, Edouard Tisserant
5748975e2d44
LPCProjectController's variant of LoadProject now cares about code re-use.
revamp
2018-02-12, Edouard Tisserant
334fec6af85a
cosmetic changes, comments
revamp
2018-02-12, Edouard Tisserant
d0169d647798
Cleanup _Build, save before build and use new Beremiz class' RefreshAfterSave()
revamp
2018-02-07, Edouard Tisserant
3b1490f9f0a2
Moved _Transfer customization (ask stop before transfer) to Beremiz.
revamp
2018-02-07, Edouard Tisserant
1a849478ef76
#2591 Removed _Clean in Controller, apparently related to HMI, and broken for 'normal' cleaning purpose. To be re-implemented in HMI repository.
revamp
2018-02-07, Edouard Tisserant
a20dbb80016b
fixed typo
revamp
2018-02-07, Edouard Tisserant
246146849e33
Stripped MC8 and SIMULATION things away from controller.
revamp
2018-02-07, Edouard Tisserant
32b2020010ba
Changes LPCManager way to add its own CTN type to the ona available. Now uses features.catalog.
revamp
2018-02-07, Edouard Tisserant
46f704ced4e7
MC8 ProjectController backup
revamp
2018-02-07, Edouard Tisserant
4cc2bebba9d7
removed PLCController _run customization, apparently useless now.
revamp
2018-02-07, Edouard Tisserant
92ffba1a2c67
#2588 removed debug thread mess
revamp
2018-02-07, Edouard Tisserant
70b165fd1a0f
#2585 removed useless PythonFileCTNMixin CTNGenerate_C override, after in depth compare to the original - why such bloat ?
revamp
2018-02-06, Edouard Tisserant
85e4c2ce2b71
#2575 why did we need to overload ProjectProperties panel ?
revamp
2018-02-06, Edouard Tisserant
1d7bf86274cc
#2579 GenerateProjectTreeBranch was overriden for what reason exactly ??? - stripped
revamp
2018-02-06, Edouard Tisserant
9334ed6090df
#2569 removed python files search hack, to be re-implemented on beremiz side as a general CTN search capability
revamp
2018-02-06, Edouard Tisserant
312aab2b1d50
#2566 stripped wrong way to hook dialog to grid cell - use cell editor instead
revamp
2018-02-06, Edouard Tisserant
0366569f233d
#2565 Removed dangerous optimization
revamp
2018-02-06, Edouard Tisserant
9b18df89c4c1
Stripped dead code
revamp
2018-02-06, Edouard Tisserant
d51ae06df2e3
Moved forgotten imports
revamp
2018-02-06, Edouard Tisserant
8aeae7fe33da
LPCArch
revamp
2018-02-05, Edouard Tisserant
4c317d315093
Moved CanFestival plugin customization code to LPCCanFestival.py
revamp
2018-02-05, Edouard Tisserant
163b46d0412b
Moved command evaluator code to LPCCommand.py.
revamp
2018-02-05, Edouard Tisserant
2faf6a91e2d8
Removed BMZ_DBG __builtin__ variable, the one set by presence of LPC_DEBUG file. Now use BEREMIZ_DEBUG file detected by launcher to get debug output window.
revamp
2018-02-05, Edouard Tisserant
a5bf111fe358
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