TOP Contributors

  1. MIKROE (2656 codes)
  2. Alcides Ramos (353 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136828 times)
  2. FAT32 Library (69988 times)
  3. Network Ethernet Library (55975 times)
  4. USB Device Library (46287 times)
  5. Network WiFi Library (41894 times)
  6. FT800 Library (41203 times)
  7. GSM click (29009 times)
  8. PID Library (26421 times)
  9. mikroSDK (26389 times)
  10. microSD click (25383 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Example

Article: the mP for PIC "Make" process.

Rating:

5

Author: dany

Last Updated: 2016-02-20

Package Version: 2.0.0.0

Example: 1.0.0.0

Category: Development Systems

Downloaded: 964 times

Followed by: 1 user

License: MIT license  

Describes relations between the Project Manager, Library Manager, Uses Clauses, Package Manager etc... important to build a project successfully.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Article: the mP for PIC "Make" process." changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Article: the mP for PIC "Make" process." changes.

Do you want to report abuse regarding "Article: the mP for PIC "Make" process.".

  • Information
  • Comments (2)

Example Blog

2012-08-25.

The purpose of this document is an attempt to let shine some light on the “make” process used by  
the mikroElektronika tools, especially the mikroPascal for PIC developement environment.

At first sight this bundle of tools and methods seems to be very complex, this document tries to elucidate somewhat the way of of how a "make" is performed. 

This document contains information that is “second hand”: it does not come from mE, it is “observed”.
If the reader should see some of the above mentioned (or other) problems (and a suggestion for improvement if possible), please contact the author, so that the issues can be corrected.


Thanks in advance.

---------------------------------------------------------------------------------------------------------------------------------------------
2013-02-04: Extended the section "Libraries" (section 15): In some cases the routines "Delay_ms" and "delay_us" can not be used in them.

---------------------------------------------------------------------------------------------------------------------------------------------

2013-07-15: Small additions to section 6 (Public and private declarations).

--------------------------------------------------------------------------------------------------------------------------------------------- 2013-12-12: Small changes in internal hyperlinks.

---------------------------------------------------------------------------------------------------------------------------------------

2014-02-26: Hi, the chapter about the "Processor Definitions file" has been added to the document, section 12. Sorry that it was ommited in the original version.

ALSO FROM THIS AUTHOR

Article: The DS18(S)20, DS18B20, DS1820 Lib and OW_Utilities Lib usage

3

The DS18(S)20, DS18B20 device usage plus the DS1820 Lib and OW_Utilities Lib usage. Also some errors in the mE example (compiler help) are stated.

[Learn More]

USB MSD Host Library

5

Library for making an USB host capable of reading and writing sectors from/to USB memory sticks (&quot;USB drives&quot; or &quot;pen drives&quot;).To read/write actual files from/to the USB memory stick you need still e.g. a Fat16 or Fat32 library (see example).

[Learn More]

Tool: Basic Source code Formatter

5

This tool is a simple mikroBasic source code formatter, mainly making correct and readable code indentation.

[Learn More]