Skip to content

Commit 6ff37cb

Browse files
committed
posts: fix spelling errors
Signed-off-by: Silvano Seva <silseva@fastwebnet.it>
1 parent 72845bb commit 6ff37cb

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

posts/openrtx-office-hours-20260213.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Office Hours for OpenRTX meeting, 13 February 2026
33

4-
Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/openrtx), facilitated by Morgan and Silvano.
4+
Held on 2026-02-13T17:00Z in [https://meet.jit.si/OpenRTX](https://meet.jit.si/OpenRTX), facilitated by Morgan and Silvano.
55

66
**Participants:**
77

@@ -10,11 +10,11 @@ Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/o
1010
* Marc HB9SSB
1111
* Marco DM4RCO
1212
* Morgan ON4MOD
13-
* Niccolo IU2KIN
13+
* Niccolò IU2KIN
1414
* Rick KD0OSS
1515
* Ryan K0RET
1616
* Ryan N2BP
17-
* Silvano IUKWO
17+
* Silvano IU2KWO
1818

1919
**Discussion topics:**
2020

@@ -45,7 +45,7 @@ Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/o
4545
* NVM, flash driver; Silvano/Morgan as collaborators, landing straight to master
4646
* Settings and VFO state persistence; Silvano plans to restructure settings overall, shift vfo state outside of chunks
4747
* Open question: in memory device or external, this shapes the approach that we need to take?
48-
* Lots of overlap here between VFO datastructures and codeplug datastructures
48+
* Lots of overlap here between VFO data structures and codeplug data structures
4949
* Reminder of OpenRTX principle: we should be able to rollback to manufacturer's firmware
5050
* Decision: we need to refactor the backup tool for it to work well and we don't have time for this, so we are avoiding overwriting used sectors for the time being.
5151
* Silvano determining the proper place to store on DM1701 and DM1801 given this constraint
@@ -57,33 +57,33 @@ Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/o
5757

5858
### Lean coffee
5959
* *[IU2KWO] Path to codeplug feature*
60-
* Future refactor of CAT to add an aditional text based commands via serial
60+
* Future refactor of CAT to add an additional text based commands via serial
6161
* v0.6+ is when we would revisit this and try to improve backup/restore tooling
6262
* *[IU2KWO] Voice prompts issue*
63-
* *[IU2KIN] TTWR 2.1 support*
63+
* *[IU2KIN] T-TWR 2.1 support*
6464
* RTX works, GPS works, display works, flashing ?? firmware works
6565
* Remaining goal: M17 support, APRS; but hardware limitations need resolving
6666
* E.g. baseband input is on an ADC pin where DMA channel doesn't work; if we don't modify the hardware, to enable M17 would need to use other CPU as makeshift DMA
67-
* Nicco is intermittently working on this w/ Edgetriggered
67+
* Niccolò is intermittently working on this w/ Edgetriggered
6868
* Next updates will continue to be in Discord
6969
* *[HB9SSB] CAT interface, RTXLink*
7070
* Continuing to work towards this slowly, goal is to have this work with his other existing software (e.g. [https://trx-control.msys.ch)](https://trx-control.msys.ch))
71-
* *[HB9SSB] adding lua to openrtx*
72-
* Current experiment: could the radio be scriptable, could lua be added to openrtx?
71+
* *[HB9SSB] adding lua to OpenRTX*
72+
* Current experiment: could the radio be scriptable, could lua be added to OpenRTX?
7373
* Constraint: lua memory footprint is 256kb flash, VM is 64kb in ram; unclear which platforms could support this aside from CS7000M17+
7474
* See lua.msys.ch for info re lua C integration more broadly
7575
* Next step would be determine how scripts would be managed
76-
* Potential memory cutting step: exclude the compiler from the ortx build, at the expense of risking loading arbitrary bytecode
76+
* Potential memory cutting step: exclude the compiler from the OpenRTX build, at the expense of risking loading arbitrary bytecode
7777
* Perhaps this is a good Google Summer of Code project? By way of lab lua sponsorship
7878
* *[N1ADJ] Status of C62 porting?*
7979
* Unfortunately there are both a tech roadblock and dev resourcing constraints
80-
* Andrej (author of this change) had some big issues on audiopath; C62 has audio dsp with separate firmware; without loading that firmware, it appears to be impossible to access; how do you start up the DSP? Using a forked zephyr kernel, and the public version doesn't match the official firmware and neither appear to work for us
80+
* Andrej (author of this change) had some big issues on audio path; C62 has audio dsp with separate firmware; without loading that firmware, it appears to be impossible to access; how do you start up the DSP? Using a forked zephyr kernel, and the public version doesn't match the official firmware and neither appear to work for us
8181
* Stalled here as some of the contributors have moved on from the project
8282
* Open question: how should we balance supporting this platform, especially given that linht now is many people's interest in this platform?
8383
* Opportunity for C62 remains having an M17-capable radio that requires no hardware mods
8484
* *[IU2KWO] Eventually, we need new hardware platform support*
8585
* Some of our supported radios are already out of production
86-
* Our supported ones are aging and at risk of EOL
86+
* Our supported ones are ageing and at risk of EOL
8787
* Risk: in some markets these radios are not compliant and users can get fined for importing these; we have some platforms that are compliant, why aren't we focusing on those
8888
* *[HB9SSB] Funding models for OpenRTX*
8989
* What sort of support from hardware manufacturers can we get?
@@ -105,7 +105,7 @@ Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/o
105105
* Action: Ryan to setup a fork that shows this behavior and review with maintainers - Update: pr made 2026-02-13
106106
* *[K0RET] Development on OpenRTX is hard; how can we make contributors more successful?*
107107
* A couple of ideas based on past feedback: apply clang-format to the whole project despite its shortcomings, migration from meson to cmake, Integration of testing library (e.g. catch2), better linux platform drivers (e.g. pulseaudio support, writing baseband output to file), add static analysis (e.g. clang-tidy, cppcheck)
108-
* More documentation about the entire structure is needed; we have some AI generated docs that are good! Niccolo and Silvano are due to review the materials and consider integrating it to the dev site; also adding a dedicated page on the site about coding style, dev workflow hints (e.g. utilizing git `--fixup`)
108+
* More documentation about the entire structure is needed; we have some AI generated docs that are good! Niccolò and Silvano are due to review the materials and consider integrating it to the dev site; also adding a dedicated page on the site about coding style, dev workflow hints (e.g. utilizing git `--fixup`)
109109
* Action: Ryan to share where in Github to auto-enable running GH Actions on external PRs - Update: Done 2026-02-13
110110
* *[IU2KWO] Is the website still the best place for dev docs?*
111111
* Should we split to a wiki for dev docs? Static `docs` folder in the main repo?
@@ -114,6 +114,6 @@ Held on 2026-02-13T17:00Z in [https://meet.jit.si/openrtx](https://meet.jit.si/o
114114
* Still work required; nobody is actively working on this though
115115
* Silvano previously researched, seems like troubleshooting on other side of HC5000
116116
* Unclear how valuable this is at this point given that these devices are EOL
117-
* *[???] Please add some information on a public website about the APRS development timelime*
117+
* *[???] Please add some information on a public website about the APRS development timeline*
118118
* Please refer to the release planning section at the top of the notes
119119
* No specific timeframe for APRS TX possible, need to look to community to contribute this as the core contributors are focusing on persistence

0 commit comments

Comments
 (0)