Linux Foundation Collaborative Projects
index
:
agl-service-can-low-level
dab
eel
flounder
guppy
halibut
icefish
jellyfish
koi
lamprey
marlin
master
needlefish
next
octopus
pike
quillback
ricefish
sandbox/DDTLK/autobuild
sandbox/DDTLK/fix-tests
sandbox/claneys/SPEC-3204
sandbox/claneys/modular-low-can
sandbox/excale/wip
sandbox/walzert/agl-service-can-low-level
sandbox/walzert/can_build_icefish
sandbox/ydimitrov/revised_comments
sandbox/zheng_wenlong/als2019
Low level CAN service made to decode and write on CAN bus.
Grokmirror user
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-13
Publishing nanopb-0.3.5
Petteri Aimonen
1
-1
/
+1
2016-02-07
Update pb_release docs
Petteri Aimonen
1
-2
/
+2
2016-01-27
Remove obsolete __BIG_ENDIAN__ compilation option.
Petteri Aimonen
1
-4
/
+0
2016-01-27
Add note to migration doc
Petteri Aimonen
1
-0
/
+18
2015-04-03
Add basic docs for msgid functionality
Petteri Aimonen
2
-0
/
+23
2015-01-24
Publishing nanopb-0.3.2
Petteri Aimonen
1
-1
/
+1
2015-01-11
New generator options for oneofs: allow skipping or generating as normal 'opt...
Petteri Aimonen
1
-0
/
+19
2015-01-04
Add int_size option for generator.
Petteri Aimonen
1
-0
/
+3
2014-12-22
Add compilation option to disable struct packing.
Petteri Aimonen
1
-0
/
+3
2014-09-07
Update security model with regards to pointer fields
Petteri Aimonen
1
-5
/
+7
2014-08-26
Add missing * in migration docs
Petteri Aimonen
1
-2
/
+2
2014-08-26
Update changelog
Petteri Aimonen
1
-1
/
+1
2014-08-18
Rename poorly named identifier to avoid name conflicts.
Petteri Aimonen
1
-1
/
+39
2014-08-18
Change the _count fields to use pb_size_t datatype.
Petteri Aimonen
1
-0
/
+15
2014-08-10
Add document detailing migration from old versions
Petteri Aimonen
3
-1
/
+189
2014-04-26
Docs update, remove malloc from limitations list
Petteri Aimonen
1
-1
/
+0
2014-04-02
Add some missing 'static' specifiers
Petteri Aimonen
1
-4
/
+0
2014-03-16
Documentation updates
Petteri Aimonen
1
-2
/
+49
2013-12-29
Fix path change: compat/ -> extra/
Petteri Aimonen
1
-3
/
+4
2013-10-29
Remove the NANOPB_INTERNALS functions from public API.
Petteri Aimonen
1
-1
/
+3
2013-10-29
Add a definition of the security model to the documentation.
Petteri Aimonen
3
-2
/
+82
2013-09-13
Add a new very simple example
Petteri Aimonen
1
-7
/
+22
2013-08-08
Document field extensions support
Petteri Aimonen
3
-1
/
+80
2013-08-08
Document PB_SYSTEM_HEADER
Petteri Aimonen
2
-1
/
+8
2013-07-16
Fix formatting in documentation
Petteri Aimonen
1
-23
/
+41
2013-07-06
Add section in pb.h for changing compilation settings.
Petteri Aimonen
1
-3
/
+7
2013-07-06
Add error message macros to API reference.
Petteri Aimonen
1
-0
/
+25
2013-07-06
Document the .options file usage.
Petteri Aimonen
2
-48
/
+191
2013-04-02
Change the callback function to use void**.
Petteri Aimonen
2
-8
/
+14
2013-03-02
Update documentation
Petteri Aimonen
3
-35
/
+35
2013-02-06
Add compile-time option PB_BUFFER_ONLY.
Petteri Aimonen
1
-0
/
+2
2012-12-06
Fix small error in field callback documentation.
Petteri Aimonen
1
-1
/
+1
2012-10-29
Document new generator options
Petteri Aimonen
1
-0
/
+14
2012-10-18
Remove the "buf = NULL" => skip requirement from pb_istream_t callbacks.
Petteri Aimonen
1
-2
/
+1
2012-08-26
Add pb_decode_noinit and use it from pb_dec_submessage.
Petteri Aimonen
1
-0
/
+10
2012-08-26
Revert "Add pb_decode_noinit and use it from pb_dec_submessage."
Petteri Aimonen
1
-10
/
+0
2012-08-26
Add pb_decode_noinit and use it from pb_dec_submessage.
Petteri Aimonen
1
-0
/
+10
2012-08-24
Add note that stream callbacks must read the whole requested length.
Petteri Aimonen
1
-0
/
+1
2012-08-24
Implement error messages in the decoder side.
Petteri Aimonen
2
-10
/
+8
2012-08-24
Document pb_close_string_substream.
Petteri Aimonen
1
-1
/
+13
2012-08-24
Reorganize the field decoder interface.
Petteri Aimonen
1
-86
/
+32
2012-07-01
Replace PB_MANY_FIELDS with PB_FIELD_16BIT and PB_FIELD_32BIT.
Petteri Aimonen
1
-5
/
+12
2012-06-30
Add PB_MANY_FIELDS option for supporting fields > 255.
Petteri Aimonen
1
-1
/
+3
2012-06-30
Improve the detection of missing required fields.
Petteri Aimonen
1
-7
/
+6
2012-06-25
Fixed formatting in docs
Petteri Aimonen
1
-2
/
+5
2012-06-25
Documented NANOPB_INTERNALS compilation option
Petteri Aimonen
1
-0
/
+1
2012-06-25
Note about __BIG_ENDIAN__ compilation option
Petteri Aimonen
1
-0
/
+6
2012-06-16
Added new functions to public interface in pb_decode.h.
Petteri Aimonen
1
-11
/
+36
2012-03-01
Refactoring the field encoder interface.
Petteri Aimonen
1
-82
/
+42
2012-01-23
Improved documentation on field decoders.
Petteri Aimonen
1
-5
/
+24
[next]