This repo frames the HTTP message parser as a CMSIS-Pack (upstream: https://github.com/nodejs/http-parser)
Working with this repository requires the following applications and packs to be installed on your PC:
- bash compatible shell (under Windows, use for example git bash)
- ZIP archive creation utility (e.g. 7-Zip)
- The
gen_pack.shscript assumes that the ARM.CMSIS.5.6.0.pack is installed on your PC. It also makes assumptions regarding the installation path. If execution fails, adapt the pack installation path accordingly.
- Open a bash compatible shell
- Clone the repository:
git clone https://github.com/MDK-Packs/HTTP_Parser.git - Run
./get_upstream.sh - Run
./add_merge.shto copy files from./contributionsto a./localdirectory - You can now add the
./local/Arm-Packs.HTTP_Parser.pdscto the list of local repositories in Pack Installer. This enables direct access to its content without the need to re-build and re-install the pack after modifications.
- Run
./gen_pack.sh - Install the pack created in the
./packdirectory (e.g. double-click on the pack file)
Contributions are welcome. Please raise a pull-request via GitHub: https://github.com/MDK-Packs/HTTP_Parser. All contributions shall be placed in either:
./contributions/add(additional content)./contributions/merge(changed content)
To update your local pack content run ./add_merge.sh.
Alternatively, you can contribute using pull-requests to the upstream repository https://github.com/nodejs/http-parser.
- Run
./get_upstream.sh vX.Y.Zto download an updated upstream revision - Add a new release tag and release description to the PDSC file (
contributions/add/MDK-Packs.HTTP_Parser.pdsc)
Note: please review all files in the ./contributions/merge folder, as they may require updating to reflect changes of the upstream repository.