TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (352 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 (136734 times)
  2. FAT32 Library (69950 times)
  3. Network Ethernet Library (55941 times)
  4. USB Device Library (46266 times)
  5. Network WiFi Library (41886 times)
  6. FT800 Library (41170 times)
  7. GSM click (28983 times)
  8. PID Library (26413 times)
  9. mikroSDK (26360 times)
  10. microSD click (25376 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
Project

Tool: Project configuration in text format

Rating:

10

Author: dany

Last Updated: 2015-02-21

Package Version: 1.0.0.0

Category: Other Codes

Downloaded: 648 times

Not followed.

License: MIT license  

Tool that shows the project's configuration words content (in a readable format), the MCU type and the MCU clock frequency.
This permits to add (part of) the configuration settings in a comment box in your project.<br>
For <b>mP</b>, <b>mC</b> and <b>mB</b> for <b>PIC</b>, <b>dsPIC</b> and <b>PIC32</b>.
IDE based version (not stand alone).

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Tool: Project configuration in text format" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Tool: Project configuration in text format" changes.

Do you want to report abuse regarding "Tool: Project configuration in text format".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other Compiler
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

For mP, mC and mB for PIC, dsPIC and PIC32.
Tool that shows the project's configuration words content (in a readable format), the MCU type and the MCU clock frequency.
This permits to add (part of) the configuration settings in a comment box in your project or as part of a post in the forum. The tool is to be started up from within the IDE, it can not be used stand alone. See below "Tool Installation" for the settings. For the stand alone version see http://www.libstock.com/projects/view/971/tool-project-configuration-in-text-format-standalone-version.
 

Screen shot

Screen shot

Screen shot

View full image
Tool installation in the IDE

Tool installation in the IDE

Tool installation in the IDE

View full image

2015-02-21: version 1.4: corrected an "out of range error" in specific cases.

ALSO FROM THIS AUTHOR

Tool: Basic Source code Formatter

5

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

[Learn More]

TempSensors for PIC32

5

The basic functions for the DS18(S/B)20 (onewire digital temperature sensor), including string output, ready to display. A routine to convert a more than 9 bits temperature read from a DS18B20 to a string (to e.g. display on an LCD) is also present. Including Parasite Power and Configuration routines. The LM35 basic functions, code efficient.

[Learn More]

TFTP HTTP pic based file server for FAT32 sd/mmc cards

5

This is a small TFTP fileserver, using an mmc/sd card for file storage. "Small" means the software does not have an error/retry/timeout mechanism. Also file download via HTTP is implemented (URL = 192.168.123.90). This project uses the Ethernet libraries v3.5 by Yo2Lio.

[Learn More]