- 04 Mar, 2021 1 commit
-
-
Anas Nashif authored
We now use buildkite and GH actions. Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 14 Jul, 2020 1 commit
-
-
Maureen Helm authored
Now that we have finished migrating CI from shippable to buildkite, update the status badge on README.rst. Signed-off-by:
Maureen Helm <maureen.helm@nxp.com>
-
- 12 Mar, 2020 1 commit
-
-
Anas Nashif authored
Point to zephyr/sdk release pages instead of non-existent downloads page on project website. Fixes #21706 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 11 Dec, 2019 1 commit
-
-
Ulf Magnusson authored
Remove leading/trailing blank lines in .c, .h, .py, .rst, .yml, and .yaml files. Will avoid failures with the new CI test in https://github.com/zephyrproject-rtos/ci-tools/pull/112, though it only checks changed files. Move the 'target-notes' target in boards/xtensa/odroid_go/doc/index.rst to get rid of the trailing blank line there. It was probably misplaced. Signed-off-by:
Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
-
- 13 Nov, 2019 1 commit
-
-
David B. Kinder authored
As presented to the TSC, Zephyr's out-of-box experience for new developers is, well, complicated. A number of suggestions were presented including simplifying the getting started material to present a straight-forward path through the setup and installation steps through to getting a sample application built, flashed, and running. This PR is a work-in-progress towards addressing this OOB experience with a minimal-distractions version of the GSG. Alternatives, warnings, and material that could lead the developer astray were moved to alternative/advanced instruction documents (based on the previous separate Linux/macOS/Windows setup guides) and a new "Beyond the GSG" document. We do take advantage of a sphinx-tabs extension for synchronized tabs to present OS-specific instructions: clicking on one tab will display all same-named tabs throughout the doc. We hope (and will continue evaluating) that this new GSG gets developers set up quickly and then we can send them along to other documents to continue learning about Zephyr and trying other sample apps. Thanks for all your previous feedback that I've worked into this new version. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 06 Sep, 2019 1 commit
-
-
David B. Kinder authored
The project's README.rst references the support board docs with an URL that's not working these days (see https://github.com/zephyrproject-rtos/infrastructure/issues/134) so fix that URL reference. While looking for other similar linking cases, I found a hard URL references that should be using :ref: role, and a release notes reference to a (now) broken link (fixing that in the /latest/ version of the 1.10 release notes). Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 05 Aug, 2019 1 commit
-
-
Carles Cufi authored
The old link seems not to work anymore, so instead replace it with an invitation link freshly generated. Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
- 22 May, 2019 1 commit
-
-
David B. Kinder authored
builds@lists.zephyrproject.org archives the CI build results for every and nightly build. Add references to this in the contribution guidelines and introduction (pulled from README). Also added a reference to the "Asking for Help" doc (there was a note to add this once that doc was merged). Fixes: #15652 Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 18 Apr, 2019 1 commit
-
-
Marti Bolivar authored
This is a bit wordy. Let's let the bold text and links stand on their own; anybody looking at a README on GitHub or in technical documentation probably knows what these things mean. Signed-off-by:
Marti Bolivar <marti.bolivar@nordicsemi.no>
-
- 18 Feb, 2019 1 commit
-
-
Ivan kyb Kuvaldin authored
append /index.html, and now browser loads page with CSS. Signed-off-by:
Ivan kyb Kuvaldin <i.kyb@ya.ru>
-
- 05 Feb, 2019 1 commit
-
-
Anas Nashif authored
Move all lead pages to be index pages and create redirect rules from the old pointers. Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 30 Jan, 2019 1 commit
-
-
Anas Nashif authored
Fixed link to the contribution guide. Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 09 Dec, 2018 1 commit
-
-
Anas Nashif authored
Add a link to the slack channel and updated IRC info. Fixes #11592 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 12 Sep, 2018 1 commit
-
-
Anas Nashif authored
Fixed URL to documentation, now latest docs are under /latest/.. Fixes #9932 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 02 Aug, 2018 3 commits
-
-
Carles Cufi authored
Correct a couple of architecture capitalizations and spellings. Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
Carles Cufi authored
Add a Getting Started section in the README.rst for quick and easy access to what is arguably the most read page of our doc website. Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
Carles Cufi authored
Replace the current title with an image containing the Zephyr logo for the root README.rst, in order to make the GitHub landing page more attractive. Signed-off-by:
Carles Cufi <carles.cufi@nordicsemi.no>
-
- 23 May, 2018 1 commit
-
-
David B. Kinder authored
Caught some misspellings missed by the normal review process. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 10 May, 2018 1 commit
-
-
David B. Kinder authored
The mailing list hosting software change introduced some changes to where mailing lists are hosted. Update the docs to point at the specific sublists rather than the top-level site. (See issue #7437). Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 02 May, 2018 1 commit
-
-
https://zephyrproject.org/docDavid B. Kinder authored
Remove extra indirection to documentation (and required server link redirection) from https://zephyrproject.org/doc/... to http://docs.zephyrproject.org/... Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 21 Apr, 2018 1 commit
-
-
David B. Kinder authored
A recent LF change to the Zephyr mailing list hosting software changed the mailing list names and links to the message archives. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 21 Mar, 2018 1 commit
-
-
Henrik Brix Andersen authored
Bootlin is kindly providing an instance of their Elixir source code cross-referencer tool with an index of the Zephyr kernel and samples code. This fixes #1420 Signed-off-by:
Henrik Brix Andersen <henrik@brixandersen.dk>
-
- 03 Nov, 2017 1 commit
-
-
David B. Kinder authored
Fix links to content on the new version of zephyrproject.org that moved. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 06 Oct, 2017 2 commits
-
-
Andy Gross authored
This patch adds information about the security related issue tracking. Signed-off-by:
Andy Gross <andy.gross@linaro.org>
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 03 Oct, 2017 1 commit
-
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- 25 Aug, 2017 1 commit
-
-
David B. Kinder authored
Zephyr Security WG requests listing a point of contact on the main GitHub repo README for security-related inquiries. (This section of the README is also included in the project intro page, via include directive.) Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 19 Aug, 2017 1 commit
-
-
David B. Kinder authored
Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 11 Aug, 2017 1 commit
-
-
David B. Kinder authored
LF is requesting a Core Infrastructure Initiative evaluation and badge on our website. This PR introduces that into our README.rst on GitHub and also merges content from the README into our introduction document. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 10 May, 2017 1 commit
-
-
David B. Kinder authored
More general spelling fixes, and cleaning up stray UTF-8 characters such as curly-quotes, em- and en-dashes. Use replacement strings for |reg| and |trade|. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- 29 Apr, 2017 2 commits
-
-
David B. Kinder authored
github doesn't handle sphinx directves (and ends up displaying them) Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
David B. Kinder authored
Jira: ZEP-2055 Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-