- Mar 04, 2021
-
-
Anas Nashif authored
We now use buildkite and GH actions. Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- Jul 14, 2020
-
-
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>
-
- Mar 12, 2020
-
-
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>
-
- Dec 11, 2019
-
-
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>
-
- Nov 13, 2019
-
-
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>
-
- Sep 06, 2019
-
-
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>
-
- Aug 05, 2019
-
-
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>
-
- May 22, 2019
-
-
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>
-
- Apr 18, 2019
-
-
Martí Bolívar 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>
-
- Feb 18, 2019
-
-
Ivan kyb Kuvaldin authored
append /index.html, and now browser loads page with CSS. Signed-off-by:
Ivan kyb Kuvaldin <i.kyb@ya.ru>
-
- Feb 05, 2019
-
-
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>
-
- Jan 30, 2019
-
-
Anas Nashif authored
Fixed link to the contribution guide. Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- Dec 09, 2018
-
-
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>
-
- Sep 12, 2018
-
-
Anas Nashif authored
Fixed URL to documentation, now latest docs are under /latest/.. Fixes #9932 Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- Aug 02, 2018
-
-
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>
-
- May 23, 2018
-
-
David B. Kinder authored
Caught some misspellings missed by the normal review process. Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- May 10, 2018
-
-
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>
-
- May 02, 2018
-
-
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>
-
- Apr 21, 2018
-
-
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>
-
- Mar 21, 2018
-
-
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>
-
- Nov 03, 2017
-
-
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>
-
- Oct 06, 2017
-
-
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>
-
- Oct 03, 2017
-
-
Anas Nashif authored
Signed-off-by:
Anas Nashif <anas.nashif@intel.com>
-
- Aug 25, 2017
-
-
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>
-
- Aug 19, 2017
-
-
David B. Kinder authored
Signed-off-by:
David B. Kinder <david.b.kinder@intel.com>
-
- Aug 11, 2017
-
-
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>
-
- May 10, 2017
-
-
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>
-
- Apr 29, 2017
-
-
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>
-