Port details |
- hcs12mem Software to manipulate EEPROM/FLASH memory
- 1.4.1_1 devel
=2 1.4.1_1Version of this port present on the latest quarterly branch. - Maintainer: mk@capri.pl
 - Port Added: 2008-03-18 03:38:10
- Last Update: 2024-01-10 08:16:01
- Commit Hash: 1b819e4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://cml.mfk.net.pl/hc12mem
- Description:
- hc12mem is a command line tool for embedded microcontroller developers using
Freescale's HCS12-family MCUs.
It can:
- erase/read/write/protect internal EEPROM memory
- erase/read/write internal FLASH memory
- protect/unprotect whole MCU
Supported MCUs: almost every HCS12 derivative
<MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128,
GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512,
E32, E64, E128, E256, H128, H256, UF32, NE64.
Supported target connections:
- BDM:
- Daniel Malik's TDBML (Turbo BDM Light) USB POD
- Kevin Ross's BDM12 POD
- Marek Peca's PODEX
- my own improved version of PODEX with firmware bugfixes
- LRAE (Load RAM And Execute) serial bootloader
see Freescale's Application Note AN2546
- Freescale's HCS12 MCU serial monitor
see Freescale's Application Note AN2548
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- hcs12mem>0:devel/hcs12mem
- To install the port:
- cd /usr/ports/devel/hcs12mem/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/hcs12mem
- pkg install hcs12mem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hcs12mem
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (hcs12mem-1.4.1.tar.gz) = 790e90a0a750659c975cb63eab16e3d56e1dc8e30f65c8078b1851b0f47dd848
SIZE (hcs12mem-1.4.1.tar.gz) = 216805
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for hcs12mem-1.4.1_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_hcs12mem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.1_1 10 Jan 2024 08:16:01
    |
Baptiste Daroussin (bapt)  |
MAN?PREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 22 Feb 2017 15:02:18
  |
bapt  |
Drop useless dependency on gmake (bmake build those fine) |
1.4.1 27 Oct 2014 10:40:08
  |
bapt  |
Cleanup plist |
1.4.1 28 Jan 2014 07:43:52
  |
bapt  |
Support stage
Add DOCS option
USE_GMAKE->USES=gmake |
1.4.1 20 Sep 2013 17:04:44
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
1.4.1 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
1.4.1 20 Mar 2008 09:37:21
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 200 |
1.4.1 18 Mar 2008 04:01:56
 |
lippe  |
- Project was renamed devel/hc12mem to /devel/hcs12mem.
- Update to 1.4.1.
PR: ports/120137
Repocopy by: marcus
Submitted by: myself
Approved by: araujo (mentor) |
1.3.1 18 Mar 2008 03:37:23
 |
lippe  |
- Note repocopy of devel/hc12mem to devel/hcs12mem.
PR: ports/120137
Repocopy by: marcus
Submitted by: myself
Approved by: araujo (mentor) |
Number of commits found: 13
|