]> rtime.felk.cvut.cz Git - sysless.git/log
sysless.git
16 years agoAdded liberty when linking tolpc to fix linkink issue on Fedora Core 6.
Michal Sojka [Thu, 27 Mar 2008 13:12:29 +0000 (14:12 +0100)]
Added liberty when linking tolpc to fix linkink issue on Fedora Core 6.

16 years agoAdded config.target to .gitignore.
Michal Sojka [Wed, 26 Mar 2008 20:14:05 +0000 (21:14 +0100)]
Added config.target to .gitignore.

16 years agoAdded (almost empty) system_def.h file spejblarm.
Michal Sojka [Wed, 26 Mar 2008 20:12:21 +0000 (21:12 +0100)]
Added (almost empty) system_def.h file spejblarm.

Now the project is compilable with default settings.

16 years agocomproc_test is not compiled by default.
Michal Sojka [Wed, 26 Mar 2008 20:06:02 +0000 (21:06 +0100)]
comproc_test is not compiled by default.

The reason is that it do not fit into internal RAM.

16 years agoMakefile.rules updated to the actual version from OMK.
Michal Sojka [Wed, 26 Mar 2008 20:08:17 +0000 (21:08 +0100)]
Makefile.rules updated to the actual version from OMK.

16 years agoAdded conditional compilation of cmdproc_test.
Michal Sojka [Wed, 26 Mar 2008 20:08:00 +0000 (21:08 +0100)]
Added conditional compilation of cmdproc_test.

16 years agolpc21isp is now compiled by OMK.
Michal Sojka [Wed, 26 Mar 2008 19:27:14 +0000 (20:27 +0100)]
lpc21isp is now compiled by OMK.

Fixes problem with make clean.

16 years agoMake canldtg compilable by default.
Michal Sojka [Wed, 26 Mar 2008 19:17:52 +0000 (20:17 +0100)]
Make canldtg compilable by default.

If CANLOAD_ID is not defined, only warning is issued and a default value
is assigned to the ID.

16 years agoApplications cleaned up.
Michal Sojka [Wed, 26 Mar 2008 19:16:40 +0000 (20:16 +0100)]
Applications cleaned up.

Non-compilable (third-party) applications moved to contrib directory and
deleted kdevelop and other unnecessary files.

16 years agoApplications moved from app/arm direcotry to app.
Michal Sojka [Wed, 26 Mar 2008 18:22:21 +0000 (19:22 +0100)]
Applications moved from app/arm direcotry to app.

Now, all applications should compile by calling make in the top level
directory.

16 years agold scripts moved to arch subdirectory.
Michal Sojka [Wed, 26 Mar 2008 18:00:42 +0000 (19:00 +0100)]
ld scripts moved to arch subdirectory.

For processors without external bus it has no sense to have different
linker scripts for each board. If there is something really special with
the board, it is no problem to add another linker script to board's
directory.

16 years agoUpdate to actual version of common.
Michal Sojka [Wed, 26 Mar 2008 17:08:32 +0000 (18:08 +0100)]
Update to actual version of common.

16 years agocmdprocio library moved to sysless-h8300 repository.
Michal Sojka [Wed, 26 Mar 2008 17:01:14 +0000 (18:01 +0100)]
cmdprocio library moved to sysless-h8300 repository.

The implementation was specific to that processor and it has no sense to
compile it for other architectures.

16 years agoAdded GIT submodule for sysless-common repository.
Michal Sojka [Fri, 21 Mar 2008 15:43:58 +0000 (16:43 +0100)]
Added GIT submodule for sysless-common repository.

16 years agoUpdated linkarch script to work with the new GIT repositories.
Michal Sojka [Fri, 21 Mar 2008 15:28:12 +0000 (16:28 +0100)]
Updated linkarch script to work with the new GIT repositories.

16 years agoCreation of sysless-common repository.
Michal Sojka [Fri, 21 Mar 2008 13:31:10 +0000 (14:31 +0100)]
Creation of sysless-common repository.

It was created by cloning sysless-h8300 and deleting files specific to
h8300 architecture.

16 years agoFixed testing application to work when loaded to ram.
Michal Sojka [Thu, 20 Mar 2008 13:37:17 +0000 (14:37 +0100)]
Fixed testing application to work when loaded to ram.

16 years agoFixed config for lpceurobot.
Michal Sojka [Thu, 20 Mar 2008 13:36:59 +0000 (14:36 +0100)]
Fixed config for lpceurobot.

16 years agoFixed alignment of .data section to work with tolpc.
Michal Sojka [Thu, 20 Mar 2008 13:36:20 +0000 (14:36 +0100)]
Fixed alignment of .data section to work with tolpc.

Only for lpceurobot board.

16 years agoDeleted unused timer files
Michal Sojka [Thu, 20 Mar 2008 13:20:51 +0000 (14:20 +0100)]
Deleted unused timer files

16 years agoSmall fix in linkarch script.
Michal Sojka [Thu, 20 Mar 2008 12:20:00 +0000 (12:20 +0000)]
Small fix in linkarch script.

darcs-hash:20080320122036-f2ef6-0d19f43a8e290a034da7fcf693cc86f9148e48f5.gz

16 years agoChanges to Jirka's library to be compilable by sysless-lpc21xx.
Michal Sojka [Thu, 20 Mar 2008 11:53:37 +0000 (12:53 +0100)]
Changes to Jirka's library to be compilable by sysless-lpc21xx.

16 years agoLPCEurobot config updated.
Michal Sojka [Thu, 20 Mar 2008 11:52:25 +0000 (12:52 +0100)]
LPCEurobot config updated.

16 years agoAdded define for __irq.
Michal Sojka [Thu, 20 Mar 2008 11:50:48 +0000 (12:50 +0100)]
Added define for __irq.

This is done for some compatibility with Keil compiler. For gcc, __irq
cannot be used directly in the function definition, but it has to be
used with declaration, which comes before definition.

16 years agoAdded missing defines form Keil's header.
Michal Sojka [Thu, 20 Mar 2008 11:10:55 +0000 (12:10 +0100)]
Added missing defines form Keil's header.

16 years agoAdded initialization functions made by Jirka Kubias.
Michal Sojka [Thu, 20 Mar 2008 09:15:37 +0000 (10:15 +0100)]
Added initialization functions made by Jirka Kubias.

These functions needs to be integrated to the arch files.

16 years agocmdproc moved to libs4c directory
Michal Sojka [Mon, 10 Dec 2007 14:53:00 +0000 (14:53 +0000)]
cmdproc moved to libs4c directory

darcs-hash:20071210145335-f2ef6-7ffce02e6bb33e5f8b9e65e54c28084d1dc6ce47.gz

16 years agoAdded cmdio_std.h
Michal Sojka [Mon, 10 Dec 2007 14:36:00 +0000 (14:36 +0000)]
Added cmdio_std.h

darcs-hash:20071210143629-f2ef6-730865b31690200b12d52da42e7668d3c832dbc0.gz

16 years agolpceurobot uses usb tty to program it.
Jirka Kubias [Mon, 10 Dec 2007 12:09:00 +0000 (12:09 +0000)]
lpceurobot uses usb tty to program it.

darcs-hash:20071210120919-fe967-e5b40659531c5c96ae93071b7e0598d04a6f87ba.gz

16 years agoAdded support for LPCEurobot by clonning spejblarm.
Michal Sojka [Mon, 10 Dec 2007 11:37:00 +0000 (11:37 +0000)]
Added support for LPCEurobot by clonning spejblarm.

darcs-hash:20071210113730-f2ef6-88a0fc8b37edf49036723f6cf6d489111cf3abfa.gz

16 years agoMakefile.rules updated to the newest version.
Michal Sojka [Mon, 10 Dec 2007 11:23:00 +0000 (11:23 +0000)]
Makefile.rules updated to the newest version.

darcs-hash:20071210112351-f2ef6-8446bf4b6acbb464cbb575b2ee409077e29c39fe.gz

16 years agopxmc_test moved to pxmc repository.
Michal Sojka [Mon, 3 Dec 2007 23:14:00 +0000 (23:14 +0000)]
pxmc_test moved to pxmc repository.

darcs-hash:20071203231453-f2ef6-bced1f87f7db4a38aabf0f56a7c87aea94e1590b.gz

16 years agoFixed pxmc_test to be more universal.
Michal Sojka [Thu, 29 Nov 2007 00:07:00 +0000 (00:07 +0000)]
Fixed pxmc_test to be more universal.

darcs-hash:20071129000754-f2ef6-9b251eb5b120275cb333a8dbb5bb2478d4cdd519.gz

17 years agoAdded xtal definitions for h8mirosot.
Michal Sojka [Thu, 19 Apr 2007 09:32:00 +0000 (09:32 +0000)]
Added xtal definitions for h8mirosot.

darcs-hash:20070419093211-f2ef6-496d14a983ce6590ed8aef89bbcd70319e9929df.gz

17 years agoMirosot board can be configured to different crystal values.
Michal Sojka [Thu, 19 Apr 2007 08:32:00 +0000 (08:32 +0000)]
Mirosot board can be configured to different crystal values.

darcs-hash:20070419083224-f2ef6-11f9e1c1e494b6b2aa3282630468fd1590f3e504.gz

17 years agocmdproc: help is printed with \r\n
Michal Sojka [Wed, 18 Apr 2007 16:53:00 +0000 (16:53 +0000)]
cmdproc: help is printed with \r\n

darcs-hash:20070418165351-f2ef6-21b79e49603fbf75cd68dfae24f04510217c7c43.gz

16 years agoHCAN registers MCx and MDx redefined correctly as 8 bit.
honza [Mon, 3 Sep 2007 13:17:00 +0000 (13:17 +0000)]
HCAN registers MCx and MDx redefined correctly as 8 bit.

darcs-hash:20070903131759-d0ab5-6248028c6d2b98dbb28367ab83a213e69fdfeed9.gz

17 years agoh8eurobot don't use prefix_dir.
Michal Sojka [Tue, 3 Apr 2007 17:19:00 +0000 (17:19 +0000)]
h8eurobot don't use prefix_dir.

darcs-hash:20070403171927-f2ef6-2743f9e85cba007220efaf7a0b423d826fa0c78f.gz

17 years agoAdded come constant for PWM to h8s2638h.h.
Michal Sojka [Thu, 29 Mar 2007 11:32:00 +0000 (11:32 +0000)]
Added come constant for PWM to h8s2638h.h.

darcs-hash:20070329113258-f2ef6-cec6d9c80f46faee503ff7ad1db4c3383c6401c9.gz

17 years agoCorrected timer prescaler constants for different channel.
Michal Sojka [Tue, 27 Mar 2007 17:23:00 +0000 (17:23 +0000)]
Corrected timer prescaler constants for different channel.

darcs-hash:20070327172350-f2ef6-5de51bece5d80b1d4516efff3f718f1aad5533ef.gz

17 years agoUSB test - update to the new command processor.
Michal Sojka [Tue, 27 Mar 2007 16:56:00 +0000 (16:56 +0000)]
USB test - update to the new command processor.

darcs-hash:20070327165635-f2ef6-cb4d3bb989ab5fdec967e06ef77e43521c53479f.gz

17 years agohwinit is now working for h8eurobot board.
Michal Sojka [Thu, 29 Mar 2007 06:40:00 +0000 (06:40 +0000)]
hwinit is now working for h8eurobot board.

darcs-hash:20070329064027-f2ef6-a57b32c3edd1d325f9a14c3a658ee1d816c9d82c.gz

17 years agoBloader reports problems with flash programming.
Michal Sojka [Thu, 29 Mar 2007 06:39:00 +0000 (06:39 +0000)]
Bloader reports problems with flash programming.

darcs-hash:20070329063929-f2ef6-79a2ca1a6367ebe1402bbc4c4e403e8946f68885.gz

17 years agoFixed clock settings for h8eurobot.
Michal Sojka [Wed, 28 Mar 2007 14:11:00 +0000 (14:11 +0000)]
Fixed clock settings for h8eurobot.

darcs-hash:20070328141136-f2ef6-44148d857efc8a81113fe1d73aa5d68835fb9cf2.gz

17 years agoAdded missing constants for TPU prescaler values.
Michal Sojka [Fri, 23 Mar 2007 11:12:00 +0000 (11:12 +0000)]
Added missing constants for TPU prescaler values.

darcs-hash:20070323111231-f2ef6-e05f4eb98f50e18594bfdb9ec294ff23a1521fd5.gz

17 years agoUpdated Makefile.rules (fixes ALL_OMK_SUBDIRS)
Michal Sojka [Wed, 21 Mar 2007 16:12:00 +0000 (16:12 +0000)]
Updated Makefile.rules (fixes ALL_OMK_SUBDIRS)

darcs-hash:20070321161204-f2ef6-5a6a623d47c0a11ba384e8d5e5d4187731f7fbd1.gz

17 years agoFix in Makefile.omk with ALL_OMK_SUBDIRS.
Michal Sojka [Thu, 8 Mar 2007 08:07:00 +0000 (08:07 +0000)]
Fix in Makefile.omk with ALL_OMK_SUBDIRS.

darcs-hash:20070308080727-f2ef6-0787546da9e1e1206de8dc160eeefebfc80206e3.gz

17 years agopxmc_test modified to work with Petr Kovacik's version of PXMC.
Michal Sojka [Thu, 8 Mar 2007 08:06:00 +0000 (08:06 +0000)]
pxmc_test modified to work with Petr Kovacik's version of PXMC.

darcs-hash:20070308080651-f2ef6-31396e564d403d484c51154431d5ed8179acbee5.gz

17 years agoFixes for command processor. Now it works properly with H8S and rs232.
Michal Sojka [Thu, 8 Mar 2007 08:06:00 +0000 (08:06 +0000)]
Fixes for command processor. Now it works properly with H8S and rs232.

darcs-hash:20070308080629-f2ef6-d8d7a0a99b181af6a91c5da2ef934f8e7eedd402.gz

17 years agocmdio Makefile fix.
Michal Sojka [Wed, 7 Mar 2007 09:32:00 +0000 (09:32 +0000)]
cmdio Makefile fix.

darcs-hash:20070307093233-f2ef6-c5ad305772bb37bc86f984ed73a69bcd819b26da.gz

17 years agoUpdate of pxmc_test to the new command processor
Michal Sojka [Wed, 7 Mar 2007 09:31:00 +0000 (09:31 +0000)]
Update of pxmc_test to the new command processor

darcs-hash:20070307093103-f2ef6-702f4c0b75a94e020fdf60212041aa9ee5894571.gz

17 years agoNew OMK feature (ALL_OMK_SUBDIRS) is now used.
Michal Sojka [Fri, 2 Mar 2007 17:15:00 +0000 (17:15 +0000)]
New OMK feature (ALL_OMK_SUBDIRS) is now used.

darcs-hash:20070302171512-f2ef6-64d2fd7f58e7dd54711583fafa873db67829654b.gz

17 years agoCleanup of command processor
Michal Sojka [Wed, 7 Mar 2007 09:07:00 +0000 (09:07 +0000)]
Cleanup of command processor

darcs-hash:20070307090724-f2ef6-70083d9a6c82edc2a674aebae238d1029d321ad8.gz

17 years agocan_off() typo corrected
Marek Peca [Mon, 26 Feb 2007 00:27:00 +0000 (00:27 +0000)]
can_off() typo corrected

darcs-hash:20070226002744-b965f-5d0ae6c9fadb9646d1ae99edf7cdeca43f5ed64e.gz

17 years agocan_off() added to can lib
Marek Peca [Mon, 26 Feb 2007 00:23:00 +0000 (00:23 +0000)]
can_off() added to can lib

darcs-hash:20070226002349-b965f-3bb7650f803f2a905db7db10e7ee8907447aec06.gz

17 years agoMakefile.rules updated to the last version from omk.
Michal Sojka [Tue, 13 Feb 2007 05:41:00 +0000 (05:41 +0000)]
Makefile.rules updated to the last version from omk.

darcs-hash:20070213054129-f2ef6-cb1a6ce268f506b6e6523ee0727978229c50d9d5.gz

17 years agoAdded proper license to cmd processor files.
Michal Sojka [Mon, 29 Jan 2007 14:50:00 +0000 (14:50 +0000)]
Added proper license to cmd processor files.

darcs-hash:20070129145047-f2ef6-890f95f24b1cd5484c6b5ed83f20c8eb7da19ab6.gz

17 years agoOther parts of h8eurobot suport.
Michal Sojka [Tue, 23 Jan 2007 10:26:00 +0000 (10:26 +0000)]
Other parts of h8eurobot suport.

darcs-hash:20070123102610-f2ef6-f99fa0a5af70c0d98f67a7713e37060fb9c74540.gz

17 years agoAdded priliminary support for h8eurobot board.
Michal Sojka [Tue, 23 Jan 2007 10:20:00 +0000 (10:20 +0000)]
Added priliminary support for h8eurobot board.

darcs-hash:20070123102025-f2ef6-e773c95072e64de2542dbbb76839ffb1b7b54c43.gz

17 years agoh8heli: gdbstub commented out
Michal Sojka [Mon, 22 Jan 2007 20:24:00 +0000 (20:24 +0000)]
h8heli: gdbstub commented out

darcs-hash:20070122202444-f2ef6-c29276e28bf9d1cb108263a8a8075d27dba5faf0.gz

17 years agoh8heli: mycan.c updated to the actual header files. Not tested.
Michal Sojka [Mon, 22 Jan 2007 20:24:00 +0000 (20:24 +0000)]
h8heli: mycan.c updated to the actual header files. Not tested.

darcs-hash:20070122202405-f2ef6-497c346cfe0ae92d621662723ef1499cbaf9c851.gz

17 years agoAdded uart_zen library.
Ondra Spinka [Mon, 22 Jan 2007 17:04:00 +0000 (17:04 +0000)]
Added uart_zen library.

darcs-hash:20070122170425-59b6c-4be92964b5cd44f556fb75a82e50390299f51c5e.gz

17 years agofixes LED half-lighting issue
Ondra Spinka [Mon, 22 Jan 2007 17:02:00 +0000 (17:02 +0000)]
fixes LED half-lighting issue

darcs-hash:20070122170233-59b6c-d581b8096b7c616fcab0c42022957a37559535b3.gz

17 years agoAdded helicopter application and customizations.
ota [Mon, 22 Jan 2007 12:46:00 +0000 (12:46 +0000)]
Added helicopter application and customizations.

darcs-hash:20070122124651-bfdc4-19a770d6a277f7c2e2dc722f73ed886ac8f0e37d.gz

17 years agoAttempt to make HELP command working even without use of stdio.h. Declaration of...
Michal Sojka [Mon, 13 Nov 2006 09:02:00 +0000 (09:02 +0000)]
Attempt to make HELP command working even without use of stdio.h. Declaration of symblic constants for command descriptions.

darcs-hash:20061113090212-f2ef6-dc2a14a3ef24d8a5a24658d9493bad6273323217.gz

17 years agoDefault SCI channel is specified in sysstem_def.h. It is not necessary to have it...
Michal Sojka [Mon, 13 Nov 2006 09:00:00 +0000 (09:00 +0000)]
Default SCI channel is specified in sysstem_def.h. It is not necessary to have it in config.omk.

darcs-hash:20061113090057-f2ef6-dd25c51a765ac6c81bbcb1b0609ed40238cfc70d.gz

17 years agoSizes of RS232 buffers can be specified by applications.
Michal Sojka [Fri, 10 Nov 2006 21:29:00 +0000 (21:29 +0000)]
Sizes of RS232 buffers can be specified by applications.

darcs-hash:20061110212929-f2ef6-f624836b3e67b3f8fe8727ed215a8a1ec27d69b1.gz

17 years agoUpdates for HI_CPU2 board.
pisa [Thu, 31 Aug 2006 14:24:00 +0000 (14:24 +0000)]
Updates for HI_CPU2 board.

darcs-hash:20060831142441-a67a6-d44addfee2d258dddb512a3180075f0e64a255a8.gz

17 years agoIntroduction of HI_CPU2 board support.
pisa [Thu, 31 Aug 2006 12:23:00 +0000 (12:23 +0000)]
Introduction of HI_CPU2 board support.

Sources are copied from H8CANUSB board
and renamed accordingly.

darcs-hash:20060831122347-a67a6-71c25c9fc7ac397ce047fbbd360c78ae5ec02857.gz

17 years agoUSB test build without external RAM.
pisa [Thu, 31 Aug 2006 12:15:00 +0000 (12:15 +0000)]
USB test build without external RAM.

darcs-hash:20060831121557-a67a6-e2cff210e99f94d7c946ad5c500496b6ee6af922.gz

17 years agoPropper interrupt mode is set by excptvec_initfill.
Nguyen Hoang [Mon, 14 Aug 2006 08:53:00 +0000 (08:53 +0000)]
Propper interrupt mode is set by excptvec_initfill.

darcs-hash:20060814085312-5a954-3ba1645da4112aeef20b678378ed259f8f0fe438.gz

17 years agoUse of EXR interrupts is now configurable through config.omk.
Michal Sojka [Mon, 14 Aug 2006 06:56:00 +0000 (06:56 +0000)]
Use of EXR interrupts is now configurable through config.omk.

EXR is enable by default, which is different from previous
configuration. Applications should not see any differences.

darcs-hash:20060814065620-f2ef6-aca4e7fafd623e531cd2918ee781fa43bcc88b0f.gz

17 years agoUpdate to actual Makefile.rules from OMK.
Michal Sojka [Mon, 14 Aug 2006 06:55:00 +0000 (06:55 +0000)]
Update to actual Makefile.rules from OMK.

darcs-hash:20060814065535-f2ef6-a09092fd483753b6c75ad15fc1627c86057016aa.gz

17 years agoUpdated miniarm configuration
Michal Sojka [Wed, 2 Aug 2006 12:34:00 +0000 (12:34 +0000)]
Updated miniarm configuration

darcs-hash:20060802123417-f2ef6-9da0ac30e8841b5e97dd9406e0a2cd216fb887e5.gz

17 years agoAdded TODO file.
Michal Sojka [Tue, 25 Jul 2006 09:21:00 +0000 (09:21 +0000)]
Added TODO file.

darcs-hash:20060725092151-f2ef6-b5a7620e4d3d918418acdf52b877e6365d72d3f8.gz

17 years agoAn old change in the documentation found on my laptop.
Michal Sojka [Thu, 29 Jun 2006 09:55:00 +0000 (09:55 +0000)]
An old change in the documentation found on my laptop.

darcs-hash:20060629095545-f2ef6-a19870d028229378aeba5eb6bf3b821ba866bd20.gz

17 years agoMakefile.rules updated from the standalone OMK project.
Michal Sojka [Thu, 29 Jun 2006 09:50:00 +0000 (09:50 +0000)]
Makefile.rules updated from the standalone OMK project.

darcs-hash:20060629095003-f2ef6-8b6fe1d4f4881f91ccc4a4f5fd7b97c3671ac4d6.gz

17 years agoAll subdirectories of app/ and libs4c/ are now compiled by default.
Michal Sojka [Thu, 29 Jun 2006 09:19:00 +0000 (09:19 +0000)]
All subdirectories of app/ and libs4c/ are now compiled by default.

This is good if you link some applications and libraries to these dirs and want
the default-config to "process" the default configuration of these apps/libs.

darcs-hash:20060629091953-f2ef6-646aaf37033e8f8bfc92ca5f1098ea0fe94aaeb6.gz

17 years agoFixed compilation errors. Compiles conditionally depending on availability of PXMC.
Michal Sojka [Thu, 29 Jun 2006 09:16:00 +0000 (09:16 +0000)]
Fixed compilation errors. Compiles conditionally depending on availability of PXMC.

darcs-hash:20060629091658-f2ef6-6045d235d71c1e7a6b5ec09730de7f84344f0a8a.gz

17 years agoMirosot: update of config.
Michal Sojka [Thu, 29 Jun 2006 07:53:00 +0000 (07:53 +0000)]
Mirosot: update of config.

darcs-hash:20060629075320-f2ef6-4979b5a5a349836c98244be4bffc3f51f2146933.gz

17 years agoPorted changes made by Petr Kovacik (bluetooth support).
Michal Sojka [Thu, 29 Jun 2006 07:07:00 +0000 (07:07 +0000)]
Ported changes made by Petr Kovacik (bluetooth support).

darcs-hash:20060629070706-f2ef6-fbd3be0520404e707750d05c418557d9db09a562.gz

17 years agoAdded some comments to cmd_proc.
Michal Sojka [Thu, 29 Jun 2006 05:36:00 +0000 (05:36 +0000)]
Added some comments to cmd_proc.

darcs-hash:20060629053627-f2ef6-569b08515cae8e471e6810a01fa01950ccba30a2.gz

17 years agoPetr Kovacik increased the size of SCI buffers.
Michal Sojka [Wed, 28 Jun 2006 22:07:00 +0000 (22:07 +0000)]
Petr Kovacik increased the size of SCI buffers.

TODO: The size of buffers must by handled better.

darcs-hash:20060628220731-f2ef6-ea24e05cee76e23e847721953eb85437dfee7dfc.gz

17 years agoMirosot: changed frequency of a quartz.
Petr Kovacik [Wed, 28 Jun 2006 15:51:00 +0000 (15:51 +0000)]
Mirosot: changed frequency of a quartz.

darcs-hash:20060628155104-cb64f-d222288a510728744119ae3e0ce4514e8295b576.gz

17 years agoAdded CFLAGS for compilation of bluetooth stuff for mirosot board.
Nguyen Hoang [Wed, 28 Jun 2006 13:54:00 +0000 (13:54 +0000)]
Added CFLAGS for compilation of bluetooth stuff for mirosot board.

darcs-hash:20060628135411-5a954-3f88e6e86bad46f938b3422b035ae1f1245247dc.gz

19 years agolinkarch error message corrected
Marek Peca [Fri, 12 Nov 2004 19:20:00 +0000 (19:20 +0000)]
linkarch error message corrected

darcs-hash:20041112192033-b965f-9f0915432ff56a106c483a1c9d4b44f05c408d53.gz

18 years agoMasks for registers HCAN IRR corrected.
Stanislav Marek [Sat, 25 Mar 2006 20:43:00 +0000 (20:43 +0000)]
Masks for registers HCAN IRR corrected.

darcs-hash:20060325204306-5f899-9c3675448d9c9dd1d9c447ed7ad141e053a146be.gz

18 years agoAdded skeleton for running command processor over bluetooth.
Petr Kovacik [Wed, 22 Mar 2006 15:22:00 +0000 (15:22 +0000)]
Added skeleton for running command processor over bluetooth.

darcs-hash:20060322152234-cb64f-06ddaf630f9183d526a3c2cd3db5ff50b727fcb0.gz

18 years agoIn sci_rs232_setmode baud parameter was changed the type to long int.
Petr Kovacik [Tue, 28 Feb 2006 10:14:00 +0000 (10:14 +0000)]
In sci_rs232_setmode baud parameter was changed the type to long int.

darcs-hash:20060228101456-cb64f-9a68c916bb7cc27ea2139434cbbd7ac49fc411da.gz

18 years agoMinor update to check compilation of updated PXMC on H8S.
Pavel Pisa [Fri, 24 Feb 2006 22:47:00 +0000 (22:47 +0000)]
Minor update to check compilation of updated PXMC on H8S.

The linking is still broken. But it is not my fault or responsibility there.

darcs-hash:20060224224743-ff715-13ae6ee325282dbedd90ea047dc6af7f3d1d09ae.gz

18 years agoThe first step in OMK unification across projects.
pisa [Wed, 18 Jan 2006 10:51:00 +0000 (10:51 +0000)]
The first step in OMK unification across projects.

darcs-hash:20060118105141-a67a6-2fad6ae6bded2c043bcfb7026b3147b1b9b505d2.gz

18 years agoMirosot: config moved to new (default) location
Michal Sojka [Thu, 12 Jan 2006 15:12:00 +0000 (15:12 +0000)]
Mirosot: config moved to new (default) location

darcs-hash:20060112151217-f2ef6-54e9c168ef674143776d56dcdec732e11f1e9b4b.gz

18 years agoAdded some doxygen documentation to SCI driver.
Michal Sojka [Thu, 12 Jan 2006 15:03:00 +0000 (15:03 +0000)]
Added some doxygen documentation to SCI driver.

darcs-hash:20060112150342-f2ef6-b865306a810d9fb32f657795632bc7a10fdc22e1.gz

18 years agoFixed usage of default SCI channel in cmd_rs232.
Michal Sojka [Thu, 12 Jan 2006 15:02:00 +0000 (15:02 +0000)]
Fixed usage of default SCI channel in cmd_rs232.

darcs-hash:20060112150256-f2ef6-2c5c4c6f9d07bfc292f390e4893165db53c7ce5b.gz

18 years agoAdded doxygen configuration file.
Michal Sojka [Thu, 12 Jan 2006 14:36:00 +0000 (14:36 +0000)]
Added doxygen configuration file.

darcs-hash:20060112143651-f2ef6-625fd3dcf523f336e62f30571c159a506739ac1d.gz

18 years agoFixed "make distclean".
Michal Sojka [Wed, 11 Jan 2006 16:04:00 +0000 (16:04 +0000)]
Fixed "make distclean".

darcs-hash:20060111160441-f2ef6-8abac0e3c2a8eb557fc0c74a49d6504699106b67.gz

18 years agoCMETRIC rules updated to work on directories without any build object files.
Pavel Pisa [Tue, 29 Nov 2005 12:03:00 +0000 (12:03 +0000)]
CMETRIC rules updated to work on directories without any build object files.

darcs-hash:20051129120319-ff715-15d7e698e9f75563e9578a991a48919b3922ebf5.gz

18 years agoAdded support for CMETRIC generated header files into OMK build system.
Pavel Pisa [Sun, 27 Nov 2005 11:26:00 +0000 (11:26 +0000)]
Added support for CMETRIC generated header files into OMK build system.

The CMETRIC rules enables to extract C compiler dependent structure
fields offsets and other non trivially preprocessor accessible
informations to the defines in the generated header file.

The usage is to define list of exported header files

  cmetric_include_HEADERS = some_subsystem_offsets.h

  some_subsystem_offsets_CMETRIC_SOURCES = some_subsystem_prepared_symbols.c

The header file can be placed even into relative subdirectory
in the target include directories.

The main purpose of this feature is to provide clean way to
interface assembler files to C language defined objects
and to export defines and values for the library without
complex dependences on the library local/private header files.

darcs-hash:20051127112655-ff715-32d753a9bbbafe80f7f9036690a903f040d7e350.gz

18 years agoThe h8s2638h.h header file included now indirectly through mcu_regs.h in the generic...
Pavel Pisa [Fri, 25 Nov 2005 18:01:00 +0000 (18:01 +0000)]
The h8s2638h.h header file included now indirectly through mcu_regs.h in the generic code.

This is required to compile code for H8S 2633 MCU.
It is to help locate problems with PDIUSBD12 on Zemanek's H8CANUSB board.
The changes in 2638 support and generic code has been
propagated to the 2633 code to build again.

darcs-hash:20051125180136-ff715-10a5eeafa8eeaa046dca403992165fd5b491928c.gz

18 years agoBootstrapping the processor is now more universal and dependent on config.omk.
Petr Kovacik [Fri, 25 Nov 2005 15:22:00 +0000 (15:22 +0000)]
Bootstrapping the processor is now more universal and dependent on config.omk.

darcs-hash:20051125152214-cb64f-a6e7bbed2fcbd5eaf2105d43d4ddc975c5110851.gz