TOP Contributors

  1. MIKROE (2662 codes)
  2. Alcides Ramos (357 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 (137044 times)
  2. FAT32 Library (70168 times)
  3. Network Ethernet Library (56043 times)
  4. USB Device Library (46365 times)
  5. Network WiFi Library (41982 times)
  6. FT800 Library (41313 times)
  7. GSM click (29080 times)
  8. mikroSDK (26520 times)
  9. PID Library (26454 times)
  10. microSD click (25449 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, Standalone version

Rating:

17

Author: dany

Last Updated: 2015-02-21

Package Version: 1.1.0.0

Category: Other Codes

Downloaded: 566 times

Not followed.

License: MIT license  

Tool that shows the project's configuration words content (in a readable format). This tool permits to add (part of) the configuration settings in a comment box in your project or as part of a forum post.
For mP, mC and mB for PIC, dsPIC and PIC32. Stand Alone version.

No Abuse Reported

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

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

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

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

Project Blog

This is the standalone version of http://www.libstock.com/projects/view/403/tool-project-configuration-in-text-format (the IDE based version).

For mP, mC and mB for PIC, dsPIC and PIC32. Tool that shows the project's configuration words content (in a readable format)
This tool permits to add (part of) the configuration settings in a comment box in your project or make it part of a post in the forum.  

Config, Stand alone version

Config, Stand alone version

Screenshot

View full image
Configuration selection menu

Configuration selection menu

Screenshot configuration selection menu

View full image

2014-04-19: Added the Clipboard a a source of config file possibility.


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

ALSO FROM THIS AUTHOR

Tool: Global variable usage

10

Shows, from a selected routine, the following items: - The parameter - The (used) local variables - The unused local variables (eliminated by optimiser) - The used global variables - Called routines For Pic, Pic24 and P32, both mP and mB

[Learn More]

TempSensors Ds1820 LM35

16

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]

PS2 Keyboard Read and write

5

Returns the native PS2 scan codes, no translation (except for some special scan codes, see the source file for the details). Capable of writing to the keyboard (e.g. giving commands to the keyboard).

[Learn More]